johnvv
unread,Nov 18, 2011, 10:58:19 AM11/18/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
When trying to add keywords to an adgroup, I get the error message:
PolicyViolationError.POLICY_ERROR @
operations[0].operand.criterion.text; trigger:' '
What's going on?
It seems it's flagging the very end of the string.
More info.... here's a add keyword fail for a 8 character keyword "my
keyword"
____________________
CriterionPolicyError Object
(
[key] => PolicyViolationKey Object
(
[policyName] => nonstandard_punctuation
[violatingText] =>
)
[externalPolicyName] => Punctuation - nonstandard punctuation
[externalPolicyUrl] =>
[externalPolicyDescription] => Google policy does not permit excessive
or unnecessary punctuation or symbols, or use of nonstandard
punctuation, including tildes (~), asterisks (*),and vertical rules
(|). Please see our full policy.
[isExemptable] =>
[violatingParts] => Array
(
[0] => PolicyViolationErrorPart Object
(
[index] => 10
[length] => 2
)
)
[fieldPath] => operations[0].operand.criterion.text
[trigger] =>
[errorString] => CriterionPolicyError.POLICY_ERROR
[ApiErrorType] => CriterionPolicyError
[_parameterMap:ApiError:private] => Array
(
[ApiError.Type] => ApiErrorType
)
)