Hi,

I was trying to move an adGroup between campaigns. For that I tried to
used the code below, but it simply ignored my request for moving the
adGroup to the destinationCampaing.
Do I need to create a new adGroup in the destination campaign and
delete the one in the existing campaing?

AdGroup adGroup = new AdGroup();
adGroup.campaignId = destinationCampaginId;
adGroup.id = adGroupId;

var operation = new AdGroupOperation();
operation.@operator = Operator.SET;
operation.operand = adGroup;

var retVal = _adGroupService.mutate(operations.ToArray());

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 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

Reply via email to