Hi, Google Ads Team.
We are trying to apply Audience signal to Asset Group ads.
Inquiry 1.
When search for 'All visitors (AdWords)' in Your data, there are cases where it is not searched. (see image)
CASE1. searched data
- UI

- API
curl --request POST \
'
https://googleads.googleapis.com/v15/customers/5490968049/googleAds:search?key=[YOUR_API_KEY]' \
--header 'developer-token: **********************' \
--header 'login-customer-id:
4434375972' \
--header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{"query":"SELECT
user_list.name,
user_list.id, user_list.resource_name FROM user_list"}' \
--compressed
{
"results": [
...
{
"userList": {
"resourceName": "customers/5490968049/userLists/
8564889023",
"id": "
8564889023",
"name": "All visitors (AdWords) (system-defined)"
}
},
{
"userList": {
"resourceName": "customers/5490968049/userLists/
8565325821",
"id": "
8565325821",
"name": "All visitors (AdWords)"
}
}
],
"fieldMask": "userList.name,userList.id,userList.resourceName"
}
CASE2. no data
- UI
.png?part=0.2&view=1)
- API (no results)
{
"fieldMask": "userList.name,userList.id,userList.resourceName"
}
Inquiry 2.
Is there a standard for generating default values such as 'All visitors (AdWords)'?
Thank you.