Hi Sebastian,

In the AdWords API, Ads which are removed can't be re-enabled. Here's what 
you can do to recover your ads:

   - Check out the example in our Java client library on getting account 
   changes 
   
<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fblob%2Fmaster%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201502%2Faccountmanagement%2FGetAccountChanges.java&sa=D&sntz=1&usg=AFQjCNFOQCnjA-hXP16ofWCSg_4bK9S4bA>.
 
   This will get you the details of the items removed.
   - You can then use the AdGroupAdService 
   
<https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService>
 to 
   retrieve the Ads. 
      - *NOTE*: Make sure that in your Selector that you say explicitly 
      that the *status* is *DISABLED*; otherwise, the ad will not come 
      back. 
   - You will need to create and submit new ads based on the information 
   you retrieved as removed ads cannot be re-enabled. 

Thanks,
Umesh Dengale, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b3a5f92e-33a8-471d-b84c-85493c21d8f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to