Re: Relationship between CUSTOM_AUDIENCE and CUSTOM_INTEREST (CUSTOM_INTENT / CUSTOM_AFFINITY)

2021-06-01 Thread E.G.
bump On Friday, May 28, 2021 at 3:13:38 PM UTC-7 E.G. wrote: > Hi, > > I would like to get some clarity on the relationship between > CUSTOM_AUDIENCE type and CUSTOM_INTENT / CUSTOM_AFFINITY ad_group_criterion > types. > > When I query the custom interest resource (

Relationship between CUSTOM_AUDIENCE and CUSTOM_INTEREST (CUSTOM_INTENT / CUSTOM_AFFINITY)

2021-05-28 Thread E.G.
Hi, I would like to get some clarity on the relationship between CUSTOM_AUDIENCE type and CUSTOM_INTENT / CUSTOM_AFFINITY ad_group_criterion types. When I query the custom interest resource (for custom intent and custom affinity audience), I see a subset of the results I get when I query the

Re: Missing USER_LIST from query results

2021-05-12 Thread E.G.
I don't have permission for Reply privately to author. On Tuesday, May 11, 2021 at 7:42:54 PM UTC-7 adsapiforumadvisor wrote: > Hi, > > Thank you for posting your concern. > > To investigate the issue, could you provide the complete request >

Missing USER_LIST from query results

2021-05-11 Thread E.G.
Hello, When I run the query SELECT customer.id, campaign.id, ad_group.id, ad_group_criterion.criterion_id, ad_group_criterion.type, user_list.id, user_list.name, user_list.resource_name FROM ad_group_criterion WHERE ad_group_criterion.type in ('USER_LIST') For some results that have an a

custom audience id uniqueness

2021-04-23 Thread E.G.
Are custom audience ids unique across accounts? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "

Re: how to get audience names associated with ad groups

2021-04-23 Thread E.G.
Also, if my audience was applied at the campaign level, can it still show up in ad_group_criterion for ad groups associated with the campaign? Or will I need to make another query for campaign_criterion? On Friday, April 23, 2021 at 9:24:25 AM UTC-7 E.G. wrote: > Right, we can get user_l

Re: how to get audience names associated with ad groups

2021-04-23 Thread E.G.
Right, we can get user_list names directly from ad_group_criterion. But what about other audience types, like custom_audience? I don't see an option for custom_audience name. On Friday, April 23, 2021 at 4:49:13 AM UTC-7 adsapiforumadvisor wrote: > Hello, > > Thanks for reaching out. You can u

how to get audience names associated with ad groups

2021-04-22 Thread E.G.
Hello I am trying to get all audience names associated with my ad groups through the ads api. It looks like I need to query ad_group_audience_view or ad_group_criterion for ad_group_id, ad_group_criterion.type, and depending on the type make a second query to other resource such as custom_audi