Hi, we're trying to recreate this component in our own UI:
[image: Screenshot 2023-06-19 at 4.46.31 PM.png]
We're having an issue with the "Interests & detailed demographics" section.
We aren't getting all the results we'd expect. When we search for "football
equipment", we only get about 6 results back - while in the official UI, we
get many more.
When a user enters a query, we search across the following with GAQL:
- detailed_demographic
- user_interest
- user_list
- custom_audience
Are there any tables/reports that we're missing?
The official UI uses AudienceSearchV2Service - is this available to end
users, or do we have to stitch our own queries together?
In the official UI, searching for "football" also returns results that
don't necessarily have "football" in their name - (for example "NFL
Information"). Is this searching across all sub/parent segments as well?
How can we replicate this with GAQL?
Thank you!
An example query:
SELECT
user_interest.user_interest_id,
user_interest.name,
user_interest.resource_name,
user_interest.user_interest_parent,
user_interest.taxonomy_type,
user_interest.availabilities
FROM
user_interest
WHERE user_interest.name LIKE '%{searchTerm}%'"
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/57006725-8d2c-48dd-a0c0-0f46c9dd5c47n%40googlegroups.com.