Hello everyone,

I'm using the adGroupCriterionService to update multiple keywords from an 
array. This was working fine until I stumbled across a Policy Violation 
Error between two keywords. This is a false positive and unintentional.

Ideally I'd like to be able to skip past any keywords returning this error 
and continue with the service update.

>From what I can gather from the documentation I can use the Partial Failure 
feature to work round this issue. 
https://developers.google.com/adwords/api/docs/headers#partialFailure

I'm unsure about where to implement this feature, I'm not having any luck 
as the following is returning an error on  Partial Failure as an undefined 
index:

// Create operation.
$operation = new AdGroupCriterionOperation();
$operation->operand = $adGroupCriterion;
$operation->operator = 'ADD';
*$operation->partialFailure = true;*
$operations[] = $operation;


Any suggestion s would be helpful.

Many thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to