Workflows · To Tasks · to_google_measurement_protocol_v3
Purpose
Uploads data (or the result of a query as files) to the Google Measurement Protocol.
Limitation
Only supports database as a source in the extract part of the configuration.
Configuration
Example usage
load:
conn_id: google_cloud_default
property_id: UA-12345-1
mapping:
custom_dimensions:
1: index
client_id: google_client_id
Properties
property | type | mandatory | description |
---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is google_cloud_default . |
property_id | string | yes | Web property id of the Google Analytics account. |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
Mappings
mapping | type (in dataset) | mandatory | description |
---|
client_id | array of objects | no | Google Client ID. |
custom_dimensions | array of objects | no | Custom dimensions and which table field to fill it with.
|
Details