Re: Get list of Affinity Categories and In-market categories

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi, @Harry: The Google Ads API equivalent service to the ConstantDataService of AdWords API is the GoogleAdsService. The getUserInterestCriterion maps to UserInterest. @Pietro: You can use age_range_view and gender_view to get data on these. Cheers, Anthony Google Ads API Team

Re: Get list of Affinity Categories and In-market categories

2020-01-21 Thread Pietro Galassi
Yes! Already did it :) Thanks anyway! Ho to get list of AGE_RANGE or GENDER from tables ? Regards, Pietro On Tuesday, 21 January 2020 17:16:27 UTC+1, adsapiforumadvisor wrote: > > Hello Pietro, > > Thank you for clarifying this better. To retrieve the full list of user > interest criterion via

Re: Get list of Affinity Categories and In-market categories

2020-01-20 Thread Pietro Galassi
Well, performing this query using googleAds:search { "query" : "SELECT custom_interest.id, custom_interest.name, custom_interest.description, custom_interest.type, custom_interest.status,

Re: Get list of Affinity Categories and In-market categories

2020-01-17 Thread Harry
With AdWords API I can get the complete list of in-market audience categories with this code: ConstantDataService.getUserInterestCriterion(ConstantDataServiceUserInterestTaxonomyType.IN_MARKET); Is there a similar way to get the full list of affinity categories using AdWords API? On Friday,

RE: Get list of Affinity Categories and In-market categories

2020-01-17 Thread Google Ads API Forum Advisor Prod
Hello Pietro, Thank you for reaching out. If you are looking to retrieve the affinity categories, 'CUSTOM_INTENT' and 'CUSTOM_AFFINITY' via Google Ads API Beta, you could use the custom_interest resource to retrieve this data. Let us know if you have any additional concerns. Regards, Nikisha