Can I get In-market audiences list via api?

111 views
Skip to first unread message

Ken Hsu

unread,
Aug 23, 2018, 9:31:30 PM8/23/18
to AdWords API and Google Ads API Forum
Can I get In-market audiences list via api?
thanks


Peter Oliquino (AdWords API Team)

unread,
Aug 24, 2018, 5:48:26 AM8/24/18
to AdWords API and Google Ads API Forum
Hi Ken,

As discussed here, you can use the ConstantDataService.getUserInterestCriterion() method to retrieve your In-Market audiences list. Let me know if this helps.

Thanks and regards,
Peter
AdWords API Team

Ken Hsu

unread,
Aug 27, 2018, 10:08:09 AM8/27/18
to AdWords API and Google Ads API Forum
Hi Peter,
Thanks for your response,
When I use ConstantDataService.getUserInterestCriterion() this function , I get all of them,
but I only want to pull the list like the screenshot,
I think the list of audiences is what Google recommend , so can I get those data via api?

Peter Oliquino (AdWords API Team)於 2018年8月24日星期五 UTC+8下午1時48分26秒寫道:

Milind Sankeshware (AdWords API Team)

unread,
Aug 27, 2018, 7:34:33 PM8/27/18
to AdWords API and Google Ads API Forum
Hello Ken,

I am Peter's colleague and will be following up on this thread as he is unavailable today. To get the In Market audience, you can use code below:

ConstantDataServiceInterface constantDataService = adWordsServices.get(session, ConstantDataServiceInterface.class);
constantDataService.getUserInterestCriterion(ConstantDataServiceUserInterestTaxonomyType.IN_MARKET)

Give a try and let me know if you are still facing an issue.

Thanks,
Milind, AdWords API Team
Reply all
Reply to author
Forward
0 new messages