i have a campaign simple info:
"campaign": {
        "resourceName": "customers/XXXXX/campaigns/13810608168",
        "name": "0707_rechargeable fan_尼日利亚 巴基斯坦 老挝 柬埔寨 越南",
        "id": "13810608XXXX"
      }

when i use REST Interface search 

--data '{
"pageSize": 10,
"query": "
   SELECT campaign.id, campaign.name,metrics.clicks, metrics.ctr FROM 
campaign   where segments.date DURING LAST_7_DAYS and 
campaign.advertising_channel_type = 'SEARCH' and campaign.name LIKE'%尼日利亚%'
"
}'
and query = "SELECT campaign.id, campaign.name,metrics.clicks, metrics.ctr 
FROM campaign   where segments.date DURING LAST_7_DAYS and 
campaign.advertising_channel_type = 'SEARCH' and campaign.name LIKE'%尼日利亚%';

*but it can not query the campaign which i create.*
*if i remove Chinese characters from query*

--data '{
"pageSize": 10,
"query": "
   SELECT campaign.id, campaign.name,metrics.clicks, metrics.ctr FROM 
campaign   where segments.date DURING LAST_7_DAYS and 
campaign.advertising_channel_type = 'SEARCH' and campaign.name LIKE'% 
0707_rechargeable fan_  %'
"
}'
then can *query the campaign which i create.*

*why?*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a94d1120-87b1-4910-82c7-4e9ac0fa2315n%40googlegroups.com.
  • RE... lin joinf
    • ... lin joinf
      • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to