Full list of codes Audience Interests & Detailed Demographics

2,336 views
Skip to first unread message

ewout_...@hotmail.com

unread,
Oct 5, 2022, 9:22:24 AM10/5/22
to Google Ads API and AdWords API Forum
Hi,

We are currently working on creating Audiences and Audience Signals through the API, however I cannot seem to find a full list of all the available options at Interests & Detailed Demographics. 

I have been looking at https://developers.google.com/google-ads/api/reference/data/codes-formats but this seem to be different lists (for example I cannot find parent the options such as 'parents of infants')

Here there are some lists available as CSV, however life-events is missing, and the detailed demographics lack IDs.

Looking forward to your help!

Ewout
Screenshot 2022-10-05 at 15.19.03.png

Google Ads API Forum Advisor

unread,
Oct 5, 2022, 10:45:20 AM10/5/22
to ewout_...@hotmail.com, adwor...@googlegroups.com
Hi Ewout,

Thank you for reaching out to us.

You can create and target audiences and audience segments to reach users based on who they are, their interests and habits, what they are actively researching, or how they've interacted with your business.You may check this documentation for overview of Audience management.

Moving forward, you may refer to this documentation for creating audiences and this documentation for targeting audiences.

Best regards,
Google Logo
Heidi
Google Ads API Team
 


ref:_00D1U1174p._5004Q2exgtI:ref

Google Ads API Forum Advisor

unread,
Oct 5, 2022, 1:22:38 PM10/5/22
to adwor...@googlegroups.com, ewout_...@hotmail.com
Hi Ewout,

In addition to my previous email, you can find the options such as "parents of infants" you are referring to in the detailed_demographic report by filtering the detailed_demographic.name. You may try the sample query below to check this:

SELECT detailed_demographic.name FROM detailed_demographic where detailed_demographic.name like 'Parents of Infants%'

Jens

unread,
Mar 17, 2025, 3:37:26 AMMar 17
to Google Ads API and AdWords API Forum
Did you finally found an option to target 'parents of infants' as part of detailed_demographic in a search campaign via API? Just as your screenshot shows, it is possible in the UI: But it seems not to be possible via API.

Google Ads API Forum Advisor

unread,
Mar 17, 2025, 6:46:55 AMMar 17
to adwor...@googlegroups.com
Hi,

I would recommend you please use the below given GAQL query to retrieve the data of the field 'parents of infants' from the detailed_demographic report via the Google Ads API:
SELECT detailed_demographic.id, detailed_demographic.name 
FROM detailed_demographic WHERE detailed_demographic.name LIKE 'Parents of infants'
You can use Query Validator to validate your query, then you can try making a request using the Method:customers.googleAds.search or Method:customers.googleAds.searchStream.

If you still need any further assistance, I request you kindly share the uncropped UI screenshot by highlighting the fields that you are trying to retrieve from the detailed_demographic report via the Google Ads API.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-03-17 10:46:24Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02exgtI:ref" (ADR-00152320)



Reply all
Reply to author
Forward
0 new messages