Hello,
Where can I find a list of error codes (and if possible respective error messages) for the creative asset insert method?
For example, if my asset does not have a click tag, I get:
'9005 : You must include at least one click tag or select the Display & Video 360 environment in Google Web Designer and an exit event in your HTML file in order to set a click-through URL for your creative. Reach out to the creative developer to resolve this issue.'
And I would love to be able to know the other ones so I can route different errors to different programmatic paths.
(For clarity, I am not talking about the HttpError code, as that is 400 for errors like these. I want the error code within the HttpError reason)
Thank you!