Getting ID of MostSpecificCriteriaId from GEO_PERFORMANCE_REPORT ?
12 views
Skip to first unread message
kashyap...@gmail.com
unread,
Feb 20, 2019, 2:11:31 PM2/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi,
I am trying to select ID of MostSpecificCriteriaId in numeric form, currently it returns string but I just need ID.
I am using AWQL in adwords script, below is part of that. Kindly advise what to change?
{'query' : 'SELECT MostSpecificCriteriaId' +
'FROM GEO_PERFORMANCE_REPORT ' +
'WHERE Cost > 0 ' +
'DURING TODAY',
googleadsapi...@google.com
unread,
Feb 20, 2019, 5:29:56 PM2/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kashyap...@gmail.com, AdWords API and Google Ads API Forum
Hello Sambhaw,
In this support channel we will discuss technical questions related to the AdWords API only. If you are using Google Ads Scripts you could post your concern on their forum here. Via AdWords API you can get mostspecificcriteriaid as long number via GEO_PERFORMANCE_REPORT.