Adwords scripts and Universal App Campaigns

900 views
Skip to first unread message

yu...@singular.net

unread,
Jan 28, 2016, 1:20:45 PM1/28/16
to AdWords Scripts Forum
Hi,

I'm using an adwords scripts for pulling geo_performance_reports on my campaigns.
My script looks something like:

"    
    spreadsheet = SpreadsheetApp.openById(<spreadsheet-id>);
    
    var COLUMNS = ['Date', 'ExternalCustomerId', 'AccountDescriptiveName', 'CampaignId', 'CampaignName', 'CountryCriteriaId',
    'Impressions', 'Clicks', 'Ctr', 'Cost', 'ConvertedClicks', 'CostPerConvertedClick', 'ClickConversionRate',
    'ViewThroughConversions', 'AccountCurrencyCode'];

    var selector = 'SELECT ' + COLUMNS.join(', ') + ' FROM GEO_PERFORMANCE_REPORT DURING  LAST_30_DAYS';
    
    var report = AdWordsApp.report(selector);

    report.exportToSheet(spreadsheet.getActiveSheet());
"

All my campaigns data is generated perfectly except for my Universal app campaigns. 
Is there any issue with geo_performance_report and uac campaigns?

When I'm changing the script to query "CAMPAIGN_PERFORMANCE_REPORT" instead the uac campaigns data is retrieved and looks good.

Thanks

Tyler Sidell (AdWords Scripts Team)

unread,
Jan 28, 2016, 1:38:21 PM1/28/16
to AdWords Scripts Forum
Hi,

Currently, Universal App Campaigns are not supported in the AdWords Scripts.  I will update this thread if support for these types of campaigns becomes available.

Thanks,
Tyler Sidell
AdWords Scripts Team

Maxime Rafalimanana

unread,
Apr 13, 2016, 12:25:42 PM4/13/16
to AdWords Scripts Forum
Hi,

Do you have any update on this feature?

Thanks!

Maxime

Tyler Sidell (AdWords Scripts Team)

unread,
Apr 13, 2016, 2:12:58 PM4/13/16
to AdWords Scripts Forum
Hi Maxime,

As of v201603, AdWords Scripts now supports Universal App Campaigns in reports.  This data will get returned when you run a report.

Thanks,
Tyler Sidell
AdWords Scripts Team

Message has been deleted

Rc B

unread,
Aug 9, 2016, 3:03:30 AM8/9/16
to AdWords Scripts Forum
hey, do you also have support to the Universal App Campaigns from the ENTITIES (AdwordsApp class) or only from the reports? 
and if so - how do i receive them ?

i tried this entity :  AdWordsApp.​MobileApp (via the extension) but i don't think i'm right.. any thoughts ? 

thanksת Roby (-: 

Tyler Sidell (AdWords Scripts Team)

unread,
Aug 9, 2016, 10:32:23 AM8/9/16
to AdWords Scripts Forum
Hi Roby,

I've responded to your question here.  Let's keep the conversation going over there for tracking purposes.

Thanks,
Tyler Sidell
AdWords Scripts Team
Reply all
Reply to author
Forward
0 new messages