Friday, 25 March 2016

Re: AdGroupAdService not returning a Display Ad

Hello,

The AdGroupAdField.Status field in selector and AD_PERFORMANCE_REPORT.Status field are not mandatory.  Both the UI and the API don't return stats for DELETED / DISABLED entities by default. You need to explicitly request it. (e.g. getTextAd Java example code .in(AdGroupAdField.Status, "ENABLED", "PAUSED", "DISABLED")). Please check out AdGroupAd document and GetTextAds Java example code for more details. Other languages example code could be found here.

Cheers,
Umesh, 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+unsubscribe@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+unsubscribe@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/644870f5-7413-44dd-bc0d-92bdab937cf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment