The scenario is this: 1. I build a NegativeCampaignCriterion keyword, setting with the campaign id of the first campaign 2. call the mutate method to make the actual ADD operation for the NegativeCampaignCriterion on the first campaign 3. in the result I obtain the id of the newly created criterion 4. I build a new NegativeCampaignCriterion whit the same parameters (same criterion text, same machtype), I only change the campaign id to point to the second campaign 5. call the mutate method to make the actual ADD operation for the new NegativeCampaignCriterion on the second campaign 6. and here is the PROBLEM: in the new result I obtain the same criterion id like after the first ADD operation
In short: the firstly created NegativeCampaignCriterion was UPDATED and now is set on the second campaign and removed from the first. But we should have 2 separate criterions, one for each campaign. Anyone had this problem or have any idea what's the solution for this problem? Thanks in advance. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@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