Hi, 

To get the stats of your price extensions, you can use Placeholder Feed 
Item Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report#placeholdertype>
 and 
include a condition to filter the PlaceholderType field. A PlaceholderType 
<https://developers.google.com/adwords/api/docs/appendix/placeholders#prices> 
value 
of 35 indicates that the feed item is a price extension. The available 
fields in this report can be found here 
<https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report>.
 
You can refer to DownloadCriteriaReportWithAwql 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201710/reporting/DownloadCriteriaReportWithAwql.java>
 for 
a code sample in Java for reporting. You will need to modify the code to 
download Placeholder Feed Item Report. Samples in other languages can also 
be found here 
<https://developers.google.com/adwords/api/docs/clientlibraries>.

Below is a sample AWQL that you can use for Placeholder Feed Item Report:
SELECT FeedId, FeedItemId, AttributeValues, PlaceholderType FROM 
PLACEHOLDER_FEED_ITEM_REPORT WHERE PlaceholderType in [35]

Thanks,
Sreelakshmi, 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/ae78bd30-df93-4060-9eec-00144f603985%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Download... rachelhardman64
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to