I want to get the label column via google ads API.
I can find the value of label column in my google ads platform.
Here is the screenshot.
 

[image: 螢幕截圖 2020-05-22 11.42.18.png]


And here is the query in my code.
```
query = ('SELECT customer.id, customer.descriptive_name, 
customer.currency_code, \
              campaign.id, campaign.name, campaign.status, 
campaign.serving_status, \
              campaign.bidding_strategy, campaign.bidding_strategy_type, 
campaign.payment_mode, campaign.advertising_channel_type, campaign.labels, \
              ad_group.id, ad_group.name, ad_group_ad.ad.id, 
ad_group_ad.ad.name, ad_group_ad.ad.final_urls, ad_group_ad.ad.type, '
             'segments.date , segments.ad_network_type, '
             'metrics.impressions, metrics.ctr, metrics.clicks, 
metrics.conversions_from_interactions_rate, metrics.conversions, \
              metrics.cost_per_conversion, 
metrics.view_through_conversions, \
              metrics.cost_micros, metrics.average_cost, 
metrics.average_cpm, metrics.average_cpc '
             'FROM ad_group_ad ' 
             'WHERE segments.date DURING YESTERDAY '
             'ORDER BY metrics.impressions DESC ')
```

Plz help me to solve this problem.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bb9f7422-1f22-46ca-a0ea-5ed58022e0aa%40googlegroups.com.

Reply via email to