hello everyone , I'm a developer from Vevor company,
when we get labels list from ad_group_ad , find the result less than google 
ads setting :
first step get ad_group_ad data gaql:
String query = "SELECT " +
" campaign.id, " +
" campaign.name, " +
" campaign.advertising_channel_type, " +
" 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.status, " +
" ad_group_ad.labels " +
"FROM ad_group_ad ";
then when we analysis adGroupAd.getLabelsList() find the resut less than 
google ads setting,

second setp get label info:
String queryLabel = "SELECT " +
" label.id, " +
" label.name, " +
" label.status, " +
" label.resource_name, " +
" label.text_label.background_color, " +
" label.text_label.description " +
" FROM label " +
" WHERE " +
" label.id IN (%s)";

our admin customerId is:6603378880 and accountId use:5538124801,can you 
help us,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 [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 
"Google Ads API and AdWords 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/22fdf1b3-3dbf-42ee-aaa0-f24471515e79n%40googlegroups.com.

Reply via email to