How to retrieve the audiences for a given campaign via the Google Ads API

2019-12-29 Thread Nils So
I'm trying to fetch the audiences (Custom intent, Custom affinity) of all my enabled google display campaigns. I thought I can get it through the CampaignCriterionService, but the returned data is empty. campaign_criterion_service = ADWORDS_CLIENT.GetService( 'CampaignCriterionServ

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2019-12-31 Thread Nils So
Hi Nikisha, thanks for your quick reply. Your answer helped me. At the end I had to use the `AdGroupCriterionService ` to fetch the CUSTOM_AFFINITY and CUSTOM_INTENT criteria, for some reason using t

Re: How to retrieve the audiences for a given campaign via the Google Ads API

2020-01-02 Thread Nils So
re results Best Nils Am Dienstag, 31. Dezember 2019 12:15:52 UTC+1 schrieb Nils So: > > Hi Nikisha, > > thanks for your quick reply. Your answer helped me. At the end I had to > use the `AdGroupCriterionService > <https://developers.google.com/adwords/api/docs/reference/