Hi Dominic,

Probably, you haven't set the AdGroupCriterion type correctly. 
To use SET and ADD operations for AdGroupCriterion objects, a concrete type 
(e.g., BIddableAdGroupCriterion 
<https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.BiddableAdGroupCriterion>
 as 
compared to AdGroupCriterion 
<https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.AdGroupCriterion>)
 
should be provided.

If you use Java, you can refer to this example 
<https://github.com/googleads/googleads-java-lib/blob/4e55474f7a675f0bfd312f033610fa709b17ccdc/examples/adwords_axis/src/main/java/adwords/axis/v201409/basicoperations/UpdateKeyword.java#L83>
 
to see how BiddableAdGroupCriterion is used with SET operations to modify 
updates a bid of the keyword.
This might be similar to what you would like to do in your code.

You can find examples for other languages from the repositories here 
<https://github.com/googleads>.

Cheers,
Thanet

On Tuesday, March 10, 2015 at 2:37:31 AM UTC+9, Dominic Asche wrote:
>
> When we try to rewrite the targetURLs of the keywords within an AdGroup we 
> receive from the API the error:
>
>    -  [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ 
>    operations[0].operand]
>    
>
> This error came with the upgrarde from v201406 to v201409 but we have no 
> clue about the meaning.
>
> In some other post I've read something about ...
>
>> AdGroupCriterion needed to be BiddableAdGroupCriterion 
>
> ... but I get no clue on that. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b414275-664f-4f52-9057-c53be0cb3eaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to