DisplayVideo DV360 exitEvents doesn't patch #2098
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: question
Request for information or clarification. Not an issue.
I'm having problems updating the exitEvents of a creative in Google DisplayVideo. I'm able to update all other properties of a creative, except for exitEvents.
Environment details
Steps to reproduce
Code example
Even if I would do things differently I can change every value except the exitEvents
I have also played around with
exitEvents.url, exitevents, exit_events
and so on.It seems like
updateMask
doesn't exceptexitEvents
since$creative->setExitEvents([]);
would in my eyes result in an error (since it's required) but it doesn't provide an error.Am I doing something wrong, or is there a bug?
The text was updated successfully, but these errors were encountered: