Uploads data (or the result of a query as files) to a Google Analytics data import.
Only supports database as a source in the extract part of the configuration.
load:
header: ga:userId,ga:dimension1
data_source_id: aBOUakzhShaZm5k8pDdHzz
account_id: 123456
property_id: UA-123456-1
property | type | mandatory | description |
---|---|---|---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is google_cloud_default . |
header | string | yes | Comma separated header of the files. Use the Google Analytics header names, like ga:dimension1 . |
data_source_id | string | yes | Custom data source Id to which this data import belongs. |
account_id | string | yes | Account Id to which this upload belongs. |
property_id | string | yes | Web property UA-string associated with the upload. |
item | description |
---|---|
API | Google Analytics Management API Data Upload |
To type | Data upload. |