Keyword performance by GEO location?

22 views
Skip to first unread message

Toms Sīmanis

unread,
Jul 22, 2016, 2:59:32 AM7/22/16
to AdWords Scripts Forum
Hello!

I am currently working on keyword duplicate script and I want to include such features keyword targeted locations and language, but I couldn't find information about such a features, so maybe somebody can help!

Here i current script fragment:

var adrep = AdWordsApp.report
      ( ' SELECT CampaignName, CampaignId, AdGroupId, AdGroupName, Criteria , KeywordMatchType' +
       ' FROM KEYWORDS_PERFORMANCE_REPORT ' +
       ' WHERE CampaignStatus = ENABLED AND AdGroupStatus = ENABLED AND Status = ENABLED ' +
       ' DURING LAST_30_DAYS ').rows();
      while (adrep.hasNext()) {
        var row = adrep.next();
        
        var key = row['Criteria'].toLowerCase();
        var match = row['KeywordMatchType'];
        var united = key + ' ' + match;


key - keyword,
match - keyword match type,
GEO targeted location - ?,
Language targeting - ?,
united - all criterias together.

The question is simple, can i get location and language targeting for keywords?

Sincerely,
Toms Martins Simanis.

Jaren Callo (AdWords Scripts Team)

unread,
Jul 22, 2016, 4:21:24 AM7/22/16
to AdWords Scripts Forum
Hi Toms,

Location and language targeting is a campaign-level criteria. Hence, you cannot retrieve these criteria using KEYWORDS_PERFORMANCE_REPORT.

Thanks,
Jaren P. Callo
AdWords Scripts Team

Toms Mārtiņš Sīmanis

unread,
Jul 22, 2016, 4:30:24 AM7/22/16
to AdWords Scripts Forum on behalf of Jaren Callo (AdWords Scripts Team)
Thank you for reply!


--
-- You received this message because you are subscribed to the Google Groups AdWords Scripts Forum group. Please do not reply to this email. To post to this group or unsubscribe please visit https://developers.google.com/adwords/scripts/community.
---
You received this message because you are subscribed to a topic in the Google Groups "AdWords Scripts Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-scripts/DWCChCT1dDU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-scrip...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-scripts/17aaaa1a-bc6c-4345-a942-c29423fc3d06%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages