For curl example:
curl -X POST \
-H "Authorization:Bearer xxxxxx" \
-H "developer-token:xxxxxx" \
-H "login-customer-id:xxxxxx" \
-H "User-Agent:curl" \
-H "Content-Type:application/json" \
-H "Accept: application/json" \
--data '{
    "query" : "SELECT  
                campaign.id, 
                campaign.name, 
                ad_group.id, 
                ad_group.name, 
                video.id, 
                video.title, 
                video.channel_id  
                FROM video  
                WHERE  campaign.id = \"xxxxxx\" 
                LIMIT 10 "
    }' \
https://googleads.googleapis.com/v3/customers/xxxxxx/googleAds:search 
response:


And use adGroup resourceName to get data, response 404:
curl -X GET \
-H "Authorization:Bearer xxxxxx" \
-H "developer-token:xxxxxx" \
-H "login-customer-id:xxxxxx" \
https://googleads.googleapis.com/v3/customers/xxxxxx/adGroups/95785216486



How should I understand this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/00cd8797-37bf-4f99-bd87-afb2045704eeo%40googlegroups.com.

Reply via email to