How to set up your Mobile Measurement Partner for Video Shopping Ads
Last updated, December 2023

Before getting started: Only available for managed accounts based in launched markets can create Video Shopping Ads (Catalog). For more information, please contact your sales representative.


The Video Shopping Ads (Catalog) objective allows app advertisers to reach relevant audiences to drive app downloads and conversions. App advertisers can reach relevant audiences by targeting people who perform a specific in-app event.


For example, you can use retargeting to deliver an ad featuring the exact product that someone added to their cart in your app.


To use this feature, you will need to configure your mobile measurement partner (MMP) to integrate with TikTok Ads Manager. This article will guide you through the process of setting up your MMP and provide a sample data structure of postback events from Branch, Singular, Adjust, and AppsFlyer.


Overview

Generally, there are four steps to configure your MMP to integrate with TikTok Ads Manager. Note that these steps may vary slightly between each third-party measurement platform.

  1. Add three events to your MMP and postback the events to TikTok Ads Manager (View Content, Add to Cart, and Purchase).

  2. Map the required fields for each type of event on your MMP.

  3. Enable full event data transmission on your MMP.

  4. Grant read permission on your MMP or send a screenshot to your TikTok sales representative.

For a quick walkthrough of the required steps, watch the video below.


Event Types

To fully integrate your MMP with TikTok's Video Shopping Ads (Catalog), you will need to add three postback events to your MMP.

TikTok Event: Code

Branch

Singular

Adjust

Appsflyer

ViewContent:29

VIEW_CONTENT

ViewContent

View content

View_content

AddToCart:22

ADD_TO_CART

AddToCart

Add to cart

Add_to_cart

Purchase:2 (Checkout:20)

PURCHASE

Purchase

Pay

Pay


In addition to adding these events, you can also postback all events to TikTok Ads Manager. We recommend doing this, as it will help with ad delivery.


Note: When you select the 'pay' or 'purchase' event in your MMP and send it back to TikTok Ads Manager, we will save two records for the event in our internal database. One will be labeled as 'Purchase,' and the other will be labeled as 'Checkout.' This is an internal process and will have no impact on any functionality.


Data structure sample

Required fields

Field Name

Location

Description

Note

event


Event name

Refer to Event Type section. MMP will post it to TikTok.

content_id

properties.contents

Sku_id or spu_id

Mandatory: Advertiser must map in MMP for TikTok.

content_type

properties.contents

Value should be "product" or "product_group"

Mandatory: Advertiser must map in MMP for TikTok.

quantity

properties.contents

Product count in an Order

Optional: Advertiser should map in MMP for TikTok.

price

properties.contents

Price for a single product

Optional: Advertiser should map in MMP for TikTok.

currency

properties

Currency

Optional: Advertiser should map in MMP for TikTok.

value

properties

Total price for the Order

Optional: Advertiser should map in MMP for TikTok.

app_id

context.app

App ID

For App event: MMP will post it to TikTok.

pixel_id

context.pixel

Pixel ID

For Pixel event: MMP will post it to TikTok.

idfa

context.device.idfa

IDFA

For iOS app: MMP will post it to TikTok.

gaid

context.device.gaid

GAID

For Android: MMP will post it to TikTok.

platform

context.device.platform

iOS/Android

MMP will post it to TikTok.

email

context.user

Email

Optional: For Pixel event, the advertiser can pass it to TikTok by SDK or API.

phone_number

context.user

Phone number

Optional: For Pixel event. The advertiser can pass it to TikTok by SDK or API.

timestamp


Postback time

MMP will post it to TikTok.

Note: You can also pass other fields to TikTok Ads Manager. Any additional fields passed backed to TikTok Ads Manager, will be collected and stored for future use.


Standard sample data

APP Event

JSON

1.​{2.​ "eventEnum": "29",3.​ "event":"ViewContent",4.​ "properties": {5.​ "contents":[6.​ {7.​ "content_type":"stri", 8.​ "quantity":1, 9.​ "content_id":"1077218", 10.​ "price":8 11.​ },12.​ {13.​ "content_type":"stri",14.​ "quantity":1,15.​ "content_id":"1077218",16.​ "price":817.​ }18.​ ],19.​ "currency":"USD",20.​ "value":16.00, 21.​ "query":"The text string that was searched for",22.​ "description" : "" 23.​ },24.​ "context": {25.​ "ad": {26.​ ......27.​ },28.​ "app": {29.​ "id": "{app_id}",30.​ "name" :"",31.​ "namespace":"",32.​ "version" :"app_version"33.​ },34.​ "device": { 35.​ "platform": "iOS / Android",36.​ "idfa": "2A5E62C7-F1C0-40C4-B232-39CE243325C2",37.​ "idfv": "3D06F4AE-3826-4AC8-8241-541C92B9943E",38.​ "gaid": "",39.​ "imei": "",40.​ "android_id": ""41.​ },42.​ ......43.​ "ip": "{ip}",44.​ "userAgent": "{ua}"45.​ },46.​ "timestamp": "2019-06-12T19:11:01.152Z"47.​}


Pixel Event

JSON

1.​{2.​ "event":"ViewContent",3.​ "context":{4.​ "ad":{5.​ .......6.​ },7.​ "pixel":{8.​ "code":"BEB7A51TE4MDGLOLEN40"9.​ },10.​ "user":{11.​ "email":"example.bytedance.com", 12.​ "phone_number":"3243242342"13.​ },14.​ ......15.​ },16.​ "properties": {17.​ "contents":[18.​ {19.​ "content_type":"stri",20.​ "quantity":1,21.​ "content_id":"1077218",22.​ "price":823.​ },24.​ {25.​ "content_type":"stri",26.​ "quantity":1,27.​ "content_id":"1077218",28.​ "price":829.​ }30.​ ],31.​ "currency":"USD",32.​ "value":16.00,33.​ "query":"The text string that was searched for",34.​ "description" : "" 35.​ },36.​ "timestamp":"2019-06-12T19:11:01.152Z"37.​}


How to handle content_id

App Name

How to handle content_id

Branch

Branch provides a standard postback template that defines all the field mappings, such as mapping '$sku' to content_id. Then TT side will map '$sku' to 'content_id' according to the template.

Singular

Users can use postback template to customize the properties, map certain field to content_id, and send to TT platform.

Adjust

Provide UI for users to add properties mappings, which can map certain field to content_id and send to TT platform.

Appsflyer

Users have to use 'af_content_id' and cannot change it. TT side will handle this field and map it to 'content_id' automatically.


MMP Settings Sample

Branch

1. Confirm PURCHASE, ADD_TO_CART, VIEW_CONTENT events have been added and passed to TikTok Ads Manager.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Branch-JPG1

2. Confirm content_id will be passed to TikTok Ads Manager in event properties. You can use the postback template to customize the properties, map certain field to content_id, and send to TikTok Ads Manager.

3. Check ALL EVENTS, to send all events data to TikTok Ads Manager.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Branch-JPG2

4. Grant the full-read permission of their Branch account to TikTok team members, or send a screenshot of all the settings above to your sales representative.

5. Sample raw data

$sku is compatible. It will be resolved to content_id by our backend system.

  • ViewContent:29

JSON

1.​{ 2.​ "eventEnum": "29", 3.​ "properties": [ 4.​ { 5.​ "$publicly_indexable": false, 6.​ "$locally_indexable": false, 7.​ "$exp_date": 0, 8.​ "$canonical_identifier": "", 9.​ "$og_title": "xxxxxster: (null)", 10.​ "$canonical_url": "", 11.​ "$og_description": "", 12.​ "$og_image_url": "https://xxxxxx.com/xxxxxmonsterfactory/200.png", 13.​ "$price": 0, 14.​ "$quantity": 0, 15.​ "$sku": "123456", 16.​ "$product_name": "", 17.​ "$product_brand": "", 18.​ "$product_variant": "", 19.​ "$rating": 0, 20.​ "$rating_average": 0, 21.​ "$rating_count": 0, 22.​ "$rating_max": 0, 23.​ "$address_street": "", 24.​ "$address_city": "", 25.​ "$address_region": "", 26.​ "$address_country": "", 27.​ "$address_postal_code": "", 28.​ "$latitude": 0, 29.​ "$longitude": 0, 30.​ "$creation_timestamp": 0, 31.​ "face_index": "0", 32.​ "android_tracker_id": "abcdpp", 33.​ "~id": "76xxxxxxxxxxxxxxx5", 34.​ "~referring_link": "https://xxxxxster.app.link/BQHXB0fO04", 35.​ "~channel": "WhatsApp", 36.​ "$ios_passive_deepview": "[xxxxx]_xxxxx_monster_factory_(xxxxxster.app.link)_deepview_lo0d", 37.​ "$identity_id": "76xxxxxxxxxxxxxxx5", 38.​ "body_index": "0", 39.​ "ios_tracker_id": "abcd", 40.​ "monster_name": "Bugsitos", 41.​ "color_index": "4", 42.​ "monster": "true" 43.​ } 44.​ ], 45.​ "context": { 46.​ "ad": { 47.​ "callback": "", 48.​ "attributed": "false", 49.​ "attributionType": "click_through", 50.​ "isRetargeting": "false" 51.​ }, 52.​ "app": { 53.​ "id": "id917737838", 54.​ "name": "[xxxxx] xxxxx Monster Factory (xxxxxster.app.link)", 55.​ "version": "1.3.1" 56.​ }, 57.​ "device": { 58.​ "platform": "iOS", 59.​ "idfa": "302FBE13-xxxx-xxxx-xxxx-6CF1C2E1BC3A", 60.​ "idfv": "1A032C31-xxxx-xxxx-xxxx-C5681B9A43E6", 61.​ "gaid": "", 62.​ "imei": "", 63.​ "android_id": "" 64.​ }, 65.​ "locale": "en-US", 66.​ "location": { 67.​ "city": "SH", 68.​ "country": "CO", 69.​ "latitude": "4.6493", 70.​ "longitude": "-74.061699" 71.​ }, 72.​ "ip": "186.29.215.109", 73.​ "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148" 74.​ }, 75.​ "timestamp": "2020-03-20T15:36:00.000Z" 76.​}

  • AddToCart:22

JSON

1.​{ 2.​ "eventEnum": "22", 3.​ "properties": [ 4.​ { 5.​ "$publicly_indexable": true, 6.​ "$locally_indexable": true, 7.​ "$exp_date": 0, 8.​ "$canonical_identifier": "", 9.​ "$og_title": "product", 10.​ "$canonical_url": "", 11.​ "$og_description": "", 12.​ "$og_image_url": "", 13.​ "$price": 349, 14.​ "$quantity": 0, 15.​ "$sku": "37605", 16.​ "$product_name": "", 17.​ "$product_brand": "37605", 18.​ "$product_variant": "", 19.​ "$rating": 0, 20.​ "$rating_average": 0, 21.​ "$rating_count": 0, 22.​ "$rating_max": 0, 23.​ "$address_street": "", 24.​ "$address_city": "", 25.​ "$address_region": "", 26.​ "$address_country": "", 27.​ "$address_postal_code": "", 28.​ "$latitude": 0, 29.​ "$longitude": 0, 30.​ "$creation_timestamp": -550772308, 31.​ "$currency": "INR" 32.​ } 33.​ ], 34.​ "context": { 35.​ "ad": { 36.​ "callback": "__callback_param__", 37.​ "attributed": "true", 38.​ "attributionType": "click_through", 39.​ "isRetargeting": "false" 40.​ }, 41.​ "app": { 42.​ "id": "XXXXXX.XX.customer", 43.​ "name": "XXXXXX", 44.​ "version": "1.59" 45.​ }, 46.​ "device": { 47.​ "platform": "Android", 48.​ "idfa": "", 49.​ "idfv": "", 50.​ "gaid": "dd66c169-xxxx-xxxx-xxxx-227e891ec61a", 51.​ "imei": "", 52.​ "android_id": "" 53.​ }, 54.​ "locale": "en-US", 55.​ "location": { 56.​ "city": "BJ", 57.​ "country": "IN", 58.​ "latitude": "28.4597", 59.​ "longitude": "77.028198" 60.​ }, 61.​ "ip": "11.111.111.1", 62.​ "userAgent": "Mozilla/5.0 (Linux; Android 10; SM-G970F Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.132 Mobile Safari/537.36" 63.​ }, 64.​ "timestamp": "2020-03-15T17:09:20.000Z" 65.​}

  • Purchase: 2

JSON

1.​{ 2.​ "eventEnum": "2", 3.​ "properties": [ 4.​ { 5.​ "$publicly_indexable": false, 6.​ "$locally_indexable": false, 7.​ "$exp_date": 0, 8.​ "$canonical_identifier": "", 9.​ "$og_title": "", 10.​ "$canonical_url": "", 11.​ "$og_description": "", 12.​ "$og_image_url": "", 13.​ "$price": 1294, 14.​ "$quantity": 1, 15.​ "$sku": "44282", 16.​ "$product_name": "", 17.​ "$product_brand": "", 18.​ "$product_variant": "", 19.​ "$rating": 0, 20.​ "$rating_average": 0, 21.​ "$rating_count": 0, 22.​ "$rating_max": 0, 23.​ "$address_street": "", 24.​ "$address_city": "", 25.​ "$address_region": "", 26.​ "$address_country": "", 27.​ "$address_postal_code": "", 28.​ "$latitude": 0, 29.​ "$longitude": 0, 30.​ "$creation_timestamp": 0 31.​ } 32.​ ], 33.​ "context": { 34.​ "ad": { 35.​ "callback": "", 36.​ "attributed": "false", 37.​ "attributionType": "click_through", 38.​ "isRetargeting": "false" 39.​ }, 40.​ "app": { 41.​ "id": "XXXXXX.tv.customer", 42.​ "name": "XXXXXX", 43.​ "version": "" 44.​ }, 45.​ "device": { 46.​ "platform": "Android", 47.​ "idfa": "", 48.​ "idfv": "", 49.​ "gaid": "", 50.​ "imei": "", 51.​ "android_id": "" 52.​ }, 53.​ "locale": "en-US", 54.​ "location": { 55.​ "city": "SZ", 56.​ "country": "IN", 57.​ "latitude": "28.6504", 58.​ "longitude": "77.237198" 59.​ }, 60.​ "ip": "1.1.1.1", 61.​ "userAgent": "Mozilla/5.0 (Linux; Android 8.1.0; ASUS_X00LD Build/OPM1.171019.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.132 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/261.0.0.52.126;]" 62.​ }, 63.​ "timestamp": "2020-03-15T09:24:53.000Z" 64.​}


Singular

1. Confirm Purchase, AddToCart, ViewContent events have been added and passed to TikTok Ads Manager.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Singular-JPG1

2. Confirm content_id will be passed to TikTok Ads Manager in event properties. You can use the postback template to customize the properties, map certain field to content_id, and send to TikTok Ads Manager.


3. Under Event postbacks ensure All event data will be sent to TikTok Ads Manager.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Singular-JPG2

4. The advertiser can grant the read permission of their Singular account to TikTok team members, or send the screenshot of all the settings above to your sales representative.

5. Sample raw data

  • ViewContent:29

JSON

1.​{ 2.​ "context": { 3.​ "ad": { 4.​ "attributed": "0", 5.​ "callback": "", 6.​ "isRetargeting": "1" 7.​ }, 8.​ "app": { 9.​ "id": "com.xxx.main", 10.​ "name": "XXX", 11.​ "namespace": "com.xxx.main", 12.​ "version": "7.0.2" 13.​ }, 14.​ "device": { 15.​ "android_id": "", 16.​ "gaid": "xxxxx-xxxx-xxxx-xxxx-xxxxxxxx", 17.​ "idfa": "", 18.​ "idfv": "", 19.​ "platform": "Android" 20.​ }, 21.​ "ip": "157.34.136.238", 22.​ "location": { 23.​ "city": "--", 24.​ "country": "IN", 25.​ "state": "--" 26.​ } 27.​ }, 28.​ "event": "ViewContent", 29.​ "properties": { 30.​ "content_id": "658424741287", 31.​ "content_type": "lifestyle-watches", 32.​ "currency": "INR", 33.​ "quantity": "1", 34.​ "value": "369" 35.​ }, 36.​ "timestamp": "2020-03-15T09:00:18" 37.​}

  • AddToCart:22

JSON

1.​{ 2.​ "context": { 3.​ "ad": { 4.​ "attributed": "0", 5.​ "callback": "", 6.​ "isRetargeting": "1" 7.​ }, 8.​ "app": { 9.​ "id": "com.snapdeal.main", 10.​ "name": "Snapdeal", 11.​ "namespace": "com.snapdeal.main", 12.​ "version": "6.5.8" 13.​ }, 14.​ "device": { 15.​ "android_id": "", 16.​ "gaid": "1d9d0928-355b-4c36-848e-f91610816242", 17.​ "idfa": "", 18.​ "idfv": "", 19.​ "platform": "Android" 20.​ }, 21.​ "ip": "47.9.212.233", 22.​ "location": { 23.​ "city": "Ranchi", 24.​ "country": "IN", 25.​ "state": "Jharkhand" 26.​ } 27.​ }, 28.​ "event": "AddToCart", 29.​ "properties": { 30.​ "content_id": "644210250756", 31.​ "content_type": "women-ethnicwear", 32.​ "currency": "INR", 33.​ "quantity": "1", 34.​ "value": "688.0" 35.​ }, 36.​ "timestamp": "2020-03-15T09:00:03" 37.​}

  • Purchase:2

JSON

1.​{ 2.​ "context": { 3.​ "ad": { 4.​ "attributed": "0", 5.​ "callback": "", 6.​ "isRetargeting": "1" 7.​ }, 8.​ "app": { 9.​ "id": "com.yyyyy.main", 10.​ "name": "yyyyy", 11.​ "namespace": "com.yyyyy.main", 12.​ "version": "7.0.2" 13.​ }, 14.​ "device": { 15.​ "android_id": "", 16.​ "gaid": "yyyyyy-yyyy-yyyy-yyyy-yyyyyyyy", 17.​ "idfa": "", 18.​ "idfv": "", 19.​ "platform": "Android" 20.​ }, 21.​ "ip": "27.56.86.47", 22.​ "location": { 23.​ "city": "Guwahati", 24.​ "country": "IN", 25.​ "state": "Assam" 26.​ } 27.​ }, 28.​ "event": "Purchase", 29.​ "properties": { 30.​ "content_id": "623319175468", 31.​ "content_type": "", 32.​ "currency": "INR", 33.​ "quantity": "1", 34.​ "value": "370" 35.​ }, 36.​ "timestamp": "2020-03-15T09:00:26" 37.​}

Adjust

1. Confirm Purchase, Add to Cart, View content events have been added and passed to TikTok Ads Manager.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Adjust-JPG1

2. Confirm that content_id will be passed to TikTok Ad Manager in event properties. If there is no content_id defined when integrating with the Adjust SDK, then you can manually map them.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Adjust-JPG2

3. Confirm that Enable and Parameter Forwarding toggles are turned on and the Attributed Only toggle is turned off.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-Adjust-JPG3

4. Grant the read permission of your Adjust account to TikTok team members, or send a screenshot of all the settings above to your sales representative.

5. Sample raw data

  • ViewContent:29

JSON

1.​{ 2.​ "genreid": "100017", 3.​ "skus": "e-8783:10005115", 4.​ "fb_content_type": "product", 5.​ "content_id": "e-8783:10005115", 6.​ "contents": [ 7.​ { 8.​ "content_id": "e-8783:10005115" 9.​ } 10.​ ], 11.​ "external_id": "9ac6946d-24fd-4fac-a3be-69f05798e146", 12.​ "shopid": "225192", 13.​ "criteo_p": "e-8783:10005115", 14.​ "fb_content_id": [ 15.​ "e-8783:10005115" 16.​ ], 17.​ "shopurl": "e-8783" 18.​}

  • AddToCart:22

JSON

1.​{ 2.​ "skus": "m-trust:10038196", 3.​ "fb_content_type": "product", 4.​ "itemid_as_notencoded": "m-trust:10038196", 5.​ "content_id": "m-trust:10038196", 6.​ "itemid_as": "%5B%22m-trust%3A10038196%22%5D", 7.​ "external_id": "16739875-f493-456e-a09a-0b0dce7786c9", 8.​ "fb_content": [ 9.​ { 10.​ "quantity": "1", 11.​ "item_price": "1080", 12.​ "id": "m-trust:10038196" 13.​ } 14.​ ], 15.​ "product_action": "AddToCart", 16.​ "criteo_p": "%5B%7B%22i%22%3A%22m-trust%3A10038196%22%2C%22pr%22%3A%221080%22%2C%22q%22%3A%221%22%7D%5D", 17.​ "shopurl": "m-trust", 18.​ "genreid_as": "%5B%22563742%22%5D", 19.​ "genreid_as_notencoded": "563742", 20.​ "contents": [ 21.​ { 22.​ "content_id": "m-trust:10038196" 23.​ } 24.​ ], 25.​ "shopid": "245969" 26.​}

  • Purchase:2

JSON

1.​{ 2.​ "transaction_id": "210384-20210204-00067739", 3.​ "fb_content_type": "product", 4.​ "itemid_as_notencoded": "nejiya:10453171", 5.​ "content_id": "nejiya:10453171", 6.​ "itemid_as": "%5B%22nejiya%3A10453171%22%5D", 7.​ "external_id": "4f43835d-fdac-4b57-9864-5f9a6df5f692", 8.​ "criteo_p": "%5B%7B%22i%22%3A%22nejiya%3A10453171%22%2C%22pr%22%3A%22312%22%2C%22q%22%3A%221%22%7D%5D", 9.​ "shopurl": "nejiya", 10.​ "genreid_as": "%5B%22565409%22%5D", 11.​ "_valuetosum": "312", 12.​ "genreid_as_notencoded": "565409", 13.​ "contents": [ 14.​ { 15.​ "quantity": "1", 16.​ "content_id": "nejiya:10453171", 17.​ "price": "312" 18.​ } 19.​ ], 20.​ "total_amount": "312", 21.​ "fb_currency": "JPY", 22.​ "currency": "JPY", 23.​ "shopid": "210384", 24.​ "items": "s%3Dnejiya%3A10453171%26q%3D1%26v%3D312", 25.​ "value": "312" 26.​}


AppsFlyer

1. Confirm that Pay, Add_to_cart, View_content events are added under tracking.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-AppsFlyer-JPG1

2. Ensure that af_content_id will be passed to TikTok Ads Manager in event properties, this field will be mapped to content_id on TIkTok - for events that need to send af_content_id field, Send Revenue must be checked.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-AppsFlyer-JPG2

3. Make sure that all events will be sent to TikTok Ads Manager.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-AppsFlyer-JPG3

4. Grant Read Permission to TikTok team members. Enable the Ad Networks Permission toggle, add related TikTok team members, keeping the Allow to configure integration and Allow to configure in-app event postbacks off.

How to Set Up Your Mobile Measurement Partner-MMP Settings Sample-AppsFlyer-JPG4

5. Sample raw data

af_content_id in properties will be resolved to content_id by TikTok Ads Manager's backend system.

  • ViewContent:29

JSON

1.​{ 2.​ "eventEnum": "29", 3.​ "properties": { 4.​ "af_content_id": "************8b998", 5.​ "minutes_consumed": 24691, 6.​ "uuid": "xxxxx-xxxx-xxxx-xxxx-xxxxxxxx", 7.​ "af_content_type": "movie_film", 8.​ "media_duration": 6471000, 9.​ "af_content": "Attraction xxxx xxxxx" 10.​ }, 11.​ "context": { 12.​ "ad": { 13.​ "callback": "", 14.​ "attributed": "false", 15.​ "attributionType": "", 16.​ "isRetargeting": "", 17.​ "retargetingType": "", 18.​ "af_is_primary": "true" 19.​ }, 20.​ "app": { 21.​ "id": "com.xxxx.xxxx.xx" 22.​ }, 23.​ "device": { 24.​ "platform": "android", 25.​ "idfa": "", 26.​ "idfv": "", 27.​ "imei": "", 28.​ "gaid": "************", 29.​ "android_id": "xxxxxxxxxxxx" 30.​ }, 31.​ "locale": "en", 32.​ "location": { 33.​ "city": "Miraj", 34.​ "country": "IN" 35.​ }, 36.​ "ip": "************.23", 37.​ "userAgent": "Dalvik/2.1.0 (Linux; U; Android 7.0; IF9031 Build/NRD90M)" 38.​ }, 39.​ "timestamp": "2020-03-24T17%3A21%3A18.444Z" 40.​}


  • AddToCart:22

JSON

1.​{ 2.​ "eventEnum": "22", 3.​ "properties": { 4.​ "af_content": "XYZ", 5.​ "af_content_gender": "Women", 6.​ "af_revenue": 758, 7.​ "af_price": 758, 8.​ "af_content_id": "10841122", 9.​ "af_product_info": "XYZ Women Dress" 10.​ }, 11.​ "context": { 12.​ "ad": { 13.​ "callback": "", 14.​ "attributed": "false", 15.​ "attributionType": "", 16.​ "isRetargeting": "", 17.​ "retargetingType": "", 18.​ "af_is_primary": "false" 19.​ }, 20.​ "app": { 21.​ "id": "com.myntra.android" 22.​ }, 23.​ "device": { 24.​ "platform": "android", 25.​ "idfa": "", 26.​ "idfv": "", 27.​ "imei": "", 28.​ "gaid": "zzzzz-zzzz-zzzz-zzzz-zzzzzzzz", 29.​ "android_id": "" 30.​ }, 31.​ "locale": "en", 32.​ "location": { 33.​ "city": "Madurai", 34.​ "country": "IN" 35.​ }, 36.​ "ip": "192.168.0.1", 37.​ "userAgent": "Dalvik/2.1.0 (Linux; U; Android 9; Redmi Note 6 Pro MIUI/V11.0.2.0.PEKMIXM)" 38.​ }, 39.​ "timestamp": "2020-03-15T09:00:37.029Z" 40.​}

  • Purchase:2

JSON

1.​{ 2.​ "eventEnum": "2", 3.​ "properties": "{ 4.​ "af_content_id": "********094", 5.​ "af_currency": "USD", 6.​ "af_price": 2.84, 7.​ "af_quantity": 1 8.​ }", 9.​ "context": { 10.​ "ad": { 11.​ "callback": "111111-1111111111-111111111", 12.​ "attributed": "false", 13.​ "attributionType": "", 14.​ "isRetargeting": "", 15.​ "retargetingType": "", 16.​ "af_is_primary": "true" 17.​ }, 18.​ "app": { 19.​ "id": "xxxxxxxx" 20.​ }, 21.​ "device": { 22.​ "platform": "ios", 23.​ "idfa": "************", 24.​ "idfv": "", 25.​ "imei": "", 26.​ "gaid": "", 27.​ "android_id": "" 28.​ }, 29.​ "locale": "ru_RU", 30.​ "location": { 31.​ "city": "xxxxxx", 32.​ "country": "aa" 33.​ }, 34.​ "ip": "************.114", 35.​ "userAgent": "Mozilla/5.0 (iPhone; CPU iPhone OS 12_4_1 like Mac OS X) AppleWebKit/602.3.12 (KHTML, like Gecko) Mobile/14C92" 36.​ }, 37.​ "timestamp": "2020-03-24T17%3A21%3A08.029Z" 38.​}


Content