Hi Dan,

Ad objects are immutable. If you want to make any changes to an Ad, you 
must remove the Ad, and create a new Ad. This will result in a new Ad ID, 
so stats for the old Ad and the new Ad will appear under separate IDs in 
reports.

It works in a similar way in the AdWords API. If you try to change any 
parameters of an Ad apart from its status, you would encounter an error. To 
add an updated Ad, I would recommend the following:

   1. Create the new Ad in Paused state.
   2. Wait for the new ad's approvalStatus 
   
<https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService.AdGroupAd#approvalstatus>
 to 
   become APPROVED.
   3. Make a mutate 
   
<https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupAdService#mutate>
 request 
   with two operations: i) set the new ad to ENABLED and ii) Set the old ad to 
   DISABLED.

This ensures that the old Ad is removed only after the new Ad is running.

Regards,
Shwetha, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 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/89066d95-53eb-4638-936d-fcde3f71da33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to