Hi Tom,

Could you please share the query or code snippet along with client customer 
id so that I can troubleshoot the issue? Also, please elaborate what do you 
mean by 'Could this be another quirk of the test API token'? Are you 
checking on your test account? However, you could use displayurl 
<https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#displayurl>
, final url 
<https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#creativefinalurls>
 attribute 
from Ad performance report 
<https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report>
 to 
get data for expanded text ads. Please find the selector code for ad 
performance report below:


selector = {
'fields': ['Id', 'AdGroupId', 'Status', 'HeadlinePart1', 'HeadlinePart2',
'Description','Url','CreativeFinalUrls'],
'predicates': [
{
'field': 'AdGroupId',
'operator': 'EQUALS',
'values': [ad_group_id]
},
{
'field': 'AdType',
'operator': 'EQUALS',
'values': ['EXPANDED_TEXT_AD']
}
],
'paging': {
'startIndex': str(offset),
'numberResults': str(PAGE_SIZE)
},
'ordering': [
{
'field': 'Id',
'sortOrder': 'ASCENDING'
}
]
}

You could use '*Reply privately to author*' option while responding. 

Thanks,
Milind, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ae7b38ce-9b69-4776-99e2-78c618408045%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... tom . wagstaff
    • ... 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
    • ... Matthew C. Thrash
    • ... 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... tom . wagstaff
        • ... tom . wagstaff

Reply via email to