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

2020-01-04 Thread rubetta karna
tks for reporting error On Monday, December 30, 2019 at 4:50:16 AM UTC+7, Nils So wrote: > > 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

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

2020-01-03 Thread Hsusnvf Gjdndjbd
tks for supporting On Monday, 30 December 2019 04:50:16 UTC+7, Nils So wrote: > > 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.

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

2020-01-03 Thread Hsushsug Gushvjbs
I think I found the right direction 2 Jan On Monday, 30 December 2019 04:50:16 UTC+7, Nils So wrote: > > 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

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

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hello, Could you please share the complete request and response logs along with the client customer id for me to take a look into this further and investigate better? P.S. Please use Reply privately to author option while sharing the details. Regards, Nikisha Patel, Google Ads API Team ref:_00

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

2020-01-02 Thread Nils So
I think I found the right direction. *CustomAffinityService. *I was able to retrieve details about the audience using the CustomAffinityService, although I only got 3 entries back, and I have much more custom affinities. The "*totalNumEntries*" of the result say 3, any idea why not more results

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

2019-12-30 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching the support. You could use CampaignCriterionService.get() or the AdGroupCriterionService.get() by selecting one of the criteria types available here. You may use the CUSTOM_AFFINITY or CUSTOM_INTENT to pull the Custom Affinity or Custom Intent audience via API. If

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