...
Dataset URL : the Adloop URL of the account (without anything after the .co)
...
Dataset ID : can be found in the URL (number after the .co) or on the site page accessible from the left-hand Adloop menu (first column)
...
Name : name of your source in Adloop, so give it a nice and readable name (ex: Call-Center and not call_center_data_client.csv)
...
Mapping :
Before doing your mapping, you’ll need a payload
You have to map out all the dimensions & metrics you want to import
"status":{
name in the payload"slug":"status",
technical name in Adloop, please use small letters & - (not _)"name":"Status of the Call"
name that will be visible in Adloop in the reports etc.Additional line for metrics:
"is_conversion":true
to indicate that a metric is a conversion (ex: purchase)"is_conversion_value":true
to indicate that a metric is a conversion value (ex: purchase revenue)
It is necessary to have in the payload
type_value : "offline"
. This information doesn’t need to be in the file, it can be added manually in the payload as a fixed value.
...
Analytics custom dimension : Indicate the name of the dimension in which the reconciliation key can be found in the Analytics source
For GA4: name of the dimension (ex: telephone_hashed)
For Piano Analytics: name of the dimension (ex: telephone_hashed)
It is possible to add several dimensions (ex: reconciliation both on telephone or email) just separate them by a ; comma (,) (ex: telephone_hashed;,email_hashed)
...
Authentification token: Your consultant will have this information
...