Getting Excluded Audiences by Campaign or Ad Group, is it possible?

45 views
Skip to first unread message

charlesb...@gmail.com

unread,
May 14, 2024, 1:07:02 PM5/14/24
to Google Ads API and AdWords API Forum
Hi,

I can see audiences (user lists) via:

'SELECT user_list.name, campaign.id, campaign.name FROM campaign_audience_view'


However, the results do not include Exclusions which I can see via  Audiences, Keywords and Content > Audiences > Exclusions within the UI.

Is this information available?

Note I don't need the stats, just 1) The excluded audience and 2) Which campaign(s) its applied to.

Thanks,

Charles

Google Ads API Forum Advisor

unread,
May 15, 2024, 11:27:50 AM5/15/24
to charlesb...@gmail.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team.

If you want to get the user list audience associated at the campaign level, then you can use the campaign_audience_view while ad_group_audience_view to retrieve the user list audience associated at the ad group level. Please note that those report types should include the positive or excluded user list audiences.

You can include adding the campaign_criterion.negative= TRUE  and ad_group_criterion.negative = TRUE in the WHERE clause of your report to determine whether the specific user list audience is positive or excluded.

If the issue persists even after trying with the provided suggestion, kindly provide us with the complete updated API logs (request and response logs with request-id and request header) generated at your end to better assist you further. 

If you are using a client library and haven't enabled the logging yet, I would request you to enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

​​​​​​​You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02tIyWJ:ref" (ADR-00234975)

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages