Missing USER_LIST from query results

60 views
Skip to first unread message

E.G.

unread,
May 11, 2021, 5:45:41 PM5/11/21
to AdWords API and Google Ads API Forum
Hello,
When I run the query

SELECT customer.id
ad_group_criterion.criterion_id, 
ad_group_criterion.type, 
user_list.resource_name 
FROM ad_group_criterion 
WHERE ad_group_criterion.type in ('USER_LIST')

For some results that have an ad_group_criterion.type of USER_LIST I don't get a related user list returned.

For example, I expect

customer {
  resource_name: "customers/0000000000"
  id: 0000000000
}
campaign {
  resource_name: "customers/0000000000/campaigns/11111111111"
  id: 11111111111
}
ad_group {
  resource_name: "customers/0000000000/adGroups/222222222222"
  id: 222222222222
}
ad_group_criterion {
  resource_name: "customers/0000000000/adGroupCriteria/222222222222~3333333333"
  type: USER_LIST
  criterion_id: 3333333333
}
user_list {
  resource_name: "customers/0000000000/userLists/44444444444"
  id: 44444444444
  name: "User List Name"
}

but I get 

customer {
  resource_name: "customers/0000000000"
  id: 0000000000
}
campaign {
  resource_name: "customers/0000000000/campaigns/11111111111"
  id: 11111111111
}
ad_group {
  resource_name: "customers/0000000000/adGroups/222222222222"
  id: 222222222222
}
ad_group_criterion {
  resource_name: "customers/0000000000/adGroupCriteria/222222222222~3333333333"
  type: USER_LIST
  criterion_id: 3333333333
}

Why is this, does this mean the related user_list has been removed from the account? Or is there some other issue.

Google Ads API Forum Advisor Prod

unread,
May 11, 2021, 10:42:54 PM5/11/21
to eg...@newengen.com, adwor...@googlegroups.com
Hi,

Thank you for posting your concern.

To investigate the issue, could you provide the complete request and response logs with request ID generated on your end where we can see the issue? You can provide it via Reply privately to author option.

Regards,
Google Logo
Ernie John Blanca Tacata
Google Ads API Team
 


ref:_00D1U1174p._5004Q2HABMa:ref

E.G.

unread,
May 12, 2021, 2:10:46 PM5/12/21
to AdWords API and Google Ads API Forum
I don't have permission for Reply privately to author.

Google Ads API Forum Advisor Prod

unread,
May 12, 2021, 3:06:52 PM5/12/21
to eg...@newengen.com, adwor...@googlegroups.com

Hi,

Thank you for reaching out. If this is the case please send the requested information to our alias at googleadsa...@google.com.

Thanks and regards,
Xiaoming, Google Ads API Team
 


Google Logo
Xiaoming
Google Ads API Team
 


ref:_00D1U1174p._5004Q2HABMa:ref
Reply all
Reply to author
Forward
0 new messages