Workflows · To Tasks · to_google_analytics_data_import

Purpose

Uploads data (or the result of a query as files) to a Google Analytics data import.

Limitation

Only supports database as a source in the extract part of the configuration.

Configuration

Example usage

load:
    header: ga:userId,ga:dimension1
    data_source_id: aBOUakzhShaZm5k8pDdHzz
    account_id: 123456
    property_id: UA-123456-1

Properties

propertytypemandatorydescription
conn_idstringnoConnection string as handed to you by the Onesecondbefore team. Default is google_cloud_default.
headerstringyesComma separated header of the files. Use the Google Analytics header names, like ga:dimension1.
data_source_idstringyesCustom data source Id to which this data import belongs.
account_idstringyesAccount Id to which this upload belongs.
property_idstringyesWeb property UA-string associated with the upload.

Details

itemdescription
APIGoogle Analytics Management API Data Upload
To typeData upload.