User activities import
Last updated
Was this helpful?
Last updated
Was this helpful?
Bulk import to insert user activities that happened outside of . Those activities usually are offline activities, like store visits or store purchases, but you can adapt it to your use cases.
Activities imported through bulk import don't go through the . You shouldn't use this feature if you intend to do conversion detection or automation activation. Your also won't process those activities, and you should format exactly how you expect them to be stored by mediarithmics.
Use the endpoints to create a with theUSER_ACTIVITY
document type and APPLICATION_X_NDJSON
mime type. Only ndjson
data is supported for user activities.
Then, create anwith your user activities formatted in ndjson
.
You can, of course, upload multiple activities at once. Note the uploaded data is in ndjson
and not json
. That means the different activities are not separated by commas, but by a line separator \n