How can I get the Search Impression Share values of my campaigns using Adwords scripts ?

137 views
Skip to first unread message

Mohammed Nasri

unread,
Jul 28, 2015, 9:54:16 AM7/28/15
to AdWords Scripts Forum
Hi,

As mentioned in the title of this post, I need to get the Search Impression Share values of my campaigns in my Adwords script. I didn't find any method called getSearchImpressionShare() in the AdWordsApp.Stats object.

Is it possible to get these values ? and how ?

Thank you.

Tyler Sidell (AdWords Scripts Team)

unread,
Jul 28, 2015, 3:01:39 PM7/28/15
to AdWords Scripts Forum
Hi Mohammed,

You can get the SearchImpressionShare value from running a Campaign Performance Report in AdWords Scripts.

Example:
var report = AdWordsApp.report(
   
"SELECT CampaignId, Clicks, Impressions, SearchImpressionShare" +
   
" FROM CAMPAIGN_PERFORMANCE_REPORT " +
   
" DURING 20150208, 20150529"
);

Thanks,
Tyler Sidell
AdWords Scripts Team

Mohammed Nasri

unread,
Jul 29, 2015, 5:46:36 AM7/29/15
to Tyler Sidell (AdWords Scripts Team) via AdWords Scripts Forum
Hi Tyler,

Thank you, I will try it now.


---------------
Sincères salutations
Mohammed NASRI

--
-- 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/4IXSXuhEsJs/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/9c42fc18-be40-4dda-988a-176d05fdcfaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages