With the Adwords API v201809 - we're using BatchJobUtilities.Upload with a 
list of CampaignOperation which are setting campaigns to paused.

BatchJobUtilities batchJobUploadHelper = BatchJobUploadHelper(accountId);

string resumableUploadUrl = 
batchJobUploadHelper.GetResumableUploadUrl(batchJob.uploadUrl.url);

batchJobUploadHelper.Upload(resumableUploadUrl, operations);


When this operation is complete we're seeing "Changes can't be undone" in 
the "Change history" of the account in the Adwords UI.

[image: Screenshot_1.png]


Why can't these changes be undone? We have another app doing the same thing 
in Java using CampaignServiceInterface in v201806 which is allowing undo.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5ea5e0b5-37f6-4ce0-913b-c7b15812c0dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to