AdWords API need specific error messages from Google
Whenever I use the API, I always use a try/catch block to check for any
errors that Google throws. For example, if I call the addCreative()
function with multiple exclamation points ("!!!") in the title and
description, an exception is thrown and the error message I get is "The
keyword or creative content violates one or more ad policies.."
However, this doesn't specifically tell me what I did wrong. I end up
having to log into the account and enter the same information to get
the SPECIFIC error message which is "Multiple exclamation points are
not allowed." Is there any way I can either get the specific error
message using the Google API or somehow obtain the actual business
rules to prevent these errors from occurring?
0 Comments:
Yorum Gönder
<< Home