Our Amplitude Connector sends Collector data to your configured Amplitude project. In order to take advantage of this Connector you will need the following information:
API Key - Please review the Amplitude documentation to find your project’s API key.
Redirect Standard Fields - Select this if you would like Datazoom to redirect Amplitude’s standard fields to custom user properties. For example, if checked we will map Datazoom’s
City
data point to a user custom property nameddz_city
Sampling Rate - select the percentage of sessions that you would like to have delivered to your Connector destination.
The full list of remapped fields are:
advertising_id
app_session_start_timestamp_ms
city
client_ip
country
device_type
device_mfg
device_name
latitude
longitude
os_name
os_version
region
If you already have Amplitude integrated with your app or web page, you have the option of including Datazoom events included in the same event stream as your Amplitude events. This is useful if you are tracking a user journey that includes Amplitude defined actions which result in video playback. To take advantage of this feature two things need to be in place.
You must enable “Redirect Standard Fields” feature in Datazoom’s Amplitude Connector
-
You must set the following custom metadata using Datazoom’s custom metadata method
//sets custom metadata datazoom.setMetadata( { amplitudeSessionId: <set as the Amplitude session_id>, userId: <set as the Amplitude user_id>, deviceID: <set as the Amplitude device_id>, platform: <set as the Amplitude platform>" });
Comments
0 comments
Article is closed for comments.