Hi Johnny, Can you provide more context as to what you're trying to do so I can provide you with the right information you need? You may also provide your clientCustomerId and a UI screenshot that shows the data that you want to retrieve via the API. Kindly use the *Reply privately to author* option when replying.
Thanks, Vincent AdWords API Team On Monday, November 5, 2018 at 11:38:30 PM UTC+8, [email protected] wrote: > > Is it possible to get this using Custom Feeds? > > On Monday, November 5, 2018 at 12:26:56 AM UTC-6, Luis Xander Talag > (AdWords API Team) wrote: >> >> Hi Johnny, >> >> On the AdWords API perspective, you may use Ad Performance Report >> <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report> >> and use >> the "CALL_ONLY_AD" AdType >> <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#adtype> >> as >> the filter. Once you've retrieved the ad, you may then use the associated >> CampaignId >> <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#campaignid> >> /AdGroupId >> <https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#adgroupid> >> from Campaign Performance Report >> <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> >> or Ad Group Performance Report >> <https://developers.google.com/adwords/api/docs/appendix/reports/adgroup-performance-report> >> to >> retrieve the corresponding Campaigns/Ad Groups. If you wish to retrieve >> this via the services, you can use the AdGroupAdService >> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService> >> to >> get the CallOnlyAd >> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.CallOnlyAd>, >> >> and then use the ad group ID >> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupAdService.AdGroupAd#adgroupid> >> to >> retrieve the corresponding ad groups and campaigns via AdGroupService >> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupService> >> and CampaignService >> <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService> >> . >> >> Let me know if you have any further concerns. >> >> Thanks, >> Luis >> AdWords API Team >> >> On Saturday, November 3, 2018 at 4:03:41 AM UTC+8, johnny.cheng wrote: >>> >>> Hi, >>> >>> Is it possible to get Call Only Campaigns/Adgroups using the Adwords >>> SDK. I assumed we could pass in some predicates to filter... but havent't >>> found any note of that in the documentation. >>> >>> Thanks! >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6c17759c-5272-4fe4-99f0-5e23d0341a08%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
