Thanks Sreelakshmi! So there is no ways to get page feed's feed item ids via report service?
Looks like we can only get at most 100,000(Start index of request) + 10,000(Results per page) entities using Adwords API, and the limit doc <https://developers.google.com/adwords/api/docs/appendix/limits> suggests to use AdHoc reporting for large result set. As we cannot get page feed item's structure data from report service, is there any other workarounds to get them if there are far more than 100,000 + 10,000 page feed items? Thanks On Wednesday, June 13, 2018 at 12:33:59 AM UTC+8, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > I am Dhanya's colleague and following up on this thread as she is OOO > today. It is not possible to get the details of the Page feed using the > Placeholder Feed Item Report. To get the stats of the DSA campaign and > related entities, you could consider using any of the reports listed here > <https://developers.google.com/adwords/api/docs/guides/dynamic-search-ads#reporting>. > > You will be able to get the stats related to the specific URL using the > Keywordless > Query report > <https://developers.google.com/adwords/api/docs/appendix/reports/keywordless-query-report#url>. > > If you are trying to get the details of the page feed and feed items, you > could use the FeedService > <https://developers.google.com/adwords/api/docs/reference/v201806/FeedService> > and FeedItemService > <https://developers.google.com/adwords/api/docs/reference/v201806/FeedItemService> > to > filter the specific feed and feed items. Please check the feed services > guide > <https://developers.google.com/adwords/api/docs/guides/feed-services> for > more details and code samples. Please note that the DSA page feeds will > have the criterionType = 61 instead of a placeholder type > <https://developers.google.com/adwords/api/docs/appendix/placeholders>. > Let me know if you have any additional questions. > > Thanks, > Sreelakshmi, AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/d3649150-2b93-44a8-bad0-3bdbb5e5ec8d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
