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
[image: signal.PNG]
 - 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
[image: image (1).png]
- 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.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/777d3c87-5472-4d1b-9e85-b3e1184c243an%40googlegroups.com.
  • Au... Hwansang Cho
    • ... Hwansang Cho
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to