Hi there,

same problem here. Its new to me with the old version API V13 it
worked...but now everytime when i try to update the MatchType it wont
work.

Hope there will be some Help soon.
Best Regards

On Feb 17, 1:31 pm, Daniel <d...@ads2people.de> wrote:
> Hi there!
>
> I can't update the MatchType for my Keywords.
>
> For example, i try to update one ExactMatch Keyword to PhraseMatch and
> also the KeywordCPC.
> I get no errors while uploading and also the CPC has changed
> correctly, just the MatchType in the AdGroupCriterionReturnValue
> is still EXACT.
>
> My code looks similiar to this:
>
> com.google.api.adwords.v200909.cm.Keyword lGoogleKeyword = new
> com.google.api.adwords.v200909.cm.Keyword();
> lGoogleKeyword.setId(12345);
> lGoogleKeyword.setMatchType(KeywordMatchType.BROAD);
>
> BiddableAdGroupCriterion lBiddableAdGroupCriterion = new
> BiddableAdGroupCriterion();
> lBiddableAdGroupCriterion.setAdGroupId(12345);
> lBiddableAdGroupCriterion.setCriterion(lGoogleKeyword);
>
> AdGroupCriterionOperation lOperation = new
> AdGroupCriterionOperation();
> lOperation.setOperand(lBiddableAdGroupCriterion);
> lOperation.setOperator(Operator.SET);
>
> lService.mutate(new AdGroupCriterionOperation[] {lOperation});
>
> Hope you guys can help me to fix that problem.
>
> Regards,
> Daniel

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

Reply via email to