Negative keyword conflict MMC script - parsing error

20 views
Skip to first unread message

bakar...@gmail.com

unread,
Sep 7, 2017, 5:38:33 PM9/7/17
to AdWords API Forum
Hello,

I have tried using the Negative keyword conflict MMC script but every time I try to preview it I get a parsing error on line 161.
for the life of me I can't understand where is the problem..

does any one have an idea?



Logger.log('Downloading keywords performance report');

  var query =

    'SELECT CampaignId, CampaignName, AdGroupId, AdGroupName, ' +

    '       Criteria, KeywordMatchType, IsNegative ' +

    'FROM KEYWORDS_PERFORMANCE_REPORT ' +

    'WHERE CampaignStatus = "ENABLED" AND AdGroupStatus = "ENABLED" AND ' +

    '      Status = "ENABLED" AND IsNegative IN [true, false] ' +

    '      ' + campaignCondition + ' ' +

    'DURING YESTERDAY';

  var report = AdWordsApp.report(query, REPORTING_OPTIONS);




tnx

Vincent Racaza (AdWords API Team)

unread,
Sep 8, 2017, 1:53:58 AM9/8/17
to AdWords API Forum
Hi,

It seems that your concern is related to AdWords Scripts, and not the AdWords API. Our team only handles AdWords API related issues/concerns. Please post this in the AdWords Scripts Forum as their team can better assist you on this.

Thanks,
Vincent
AdWords API Team
Reply all
Reply to author
Forward
0 new messages