Hi Priya,

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/v201603/AdGroupAdService.AdGroupAd#approvalstatus>
 to 
   become *APPROVED*.
   3. Make a mutate 
   
<https://developers.google.com/adwords/api/docs/reference/v201603/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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/8585d273-1238-4b20-bbd3-41edb81616e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Updating Ad Fin... priya bahuguna
    • Re: Updati... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
    • Re: Updati... priya bahuguna
      • Re: Up... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to