日本語
広告を作成

売上

  1. 広告目的 /
  2. 売上 /
  3. カタログ設定 /

動画ショッピング広告のモバイル計測パートナーの設定方法

最終更新:2025 年 2 月

はじめに:動画ショッピング広告(カタログ向け)作成機能を提供済みの市場を拠点とする管理アカウントでのみ利用可能です。詳細については、営業担当者までお問い合わせください。


動画ショッピング広告(カタログ向け)目的により、アプリ広告主は、関連性の高いオーディエンスへのリーチや、より多くのアプリダウンロード数・コンバージョンを促進できます。関連性の高いオーディエンスへのリーチには、特定のアプリ内イベントを引き起こしたユーザーのターゲティングが有効です。


例えば、リターゲティングを使用すると、アプリ内でカートに追加された商品を広告に掲載できます。


機能を利用するには、モバイル測定パートナー(MMP)の設定および、TikTok広告マネージャーとの統合が必要です。この記事では、MMPの設定方法および、Branch・Singular・Adjust・ApplsFlyerから発生するポストバックイベントデータ構造の例を紹介します。


概要

MMPの設定およびTikTok広告マネージャーとの統合は、基本的に4つの手順で完了します。なお、それぞれのサードパーティー測定プラットフォームによって、手順が若干異なる場合があります。

  1. MMPに3つのイベント(コンテンツの表示・カートに追加・購入)を追加し、TikTok広告マネージャーへイベントをポストバックします。

  2. MMP上で各イベントの必須フィールドをマッピングします。

  3. MMPにてイベントデータ完全転送を有効化します。

  4. MMPにて読み取り権限付与を行うか、TikTok営業担当者へスクリーンショットを送信します。

以下の動画にて、手順を簡単に説明しています。


イベントタイプ

動画ショッピング広告(カタログ向け)とMMPの完全統合には、MMPでのポストバックイベント3つの追加が必要です。

TikTokイベント:コード

Branch

Singular

Adjust

AppsFlyer

ViewContent:29

VIEW_CONTENT

ViewContent

コンテンツの表示

View_content

AddToCart:22

ADD_TO_CART

AddToCart

カートに追加

Add_to_cart

Purchase:2 (Checkout:20)

購入

購入

支払い

支払い


TikTok広告マネージャーには、以上で挙げたイベントに加え、すべてのイベントのポストバックが可能です。広告配信の向上に役立ちますので、ぜひご検討ください。


注:MMPで「支払い」または「購入」イベントを選択し、TikTok広告マネージャーに送り返すと、TikTokの内部データベースにそのイベントに関する2つのレコードが保存されます。1つは「購入」、もう1つは「注文」と表示されます。この表示は内部処理であり、機能への影響はありません。


データ構造の例

必須フィールド

フィールド名

地域

説明

event


イベント名

「イベント名」をご参照ください。MMPによるTikTokへのポストバックが実行されます。

content_id

properties.contents

Sku_idもしくはspu_id

(必須)広告主様は、MMPにてTikTokのマッピングを行う必要があります。

content_type

properties.contents

値は「product」または「product_group」である必要があります

(必須)広告主様は、MMPにてTikTokのマッピングを行う必要があります。

quantity

properties.contents

注文1点における商品数

(任意)広告主の皆様は、MMPにてTikTokのマッピングを行う必要があります。

price

properties.contents

商品1点の価格

(任意)広告主の皆様は、MMPにてTikTokのマッピングを行う必要があります。

currency

properties

通貨

(任意)広告主の皆様は、MMPにてTikTokのマッピングを行う必要があります。

value

properties

注文の総額

(任意)広告主の皆様は、MMPにてTikTokのマッピングを行う必要があります。

app_id

context.app

アプリID

(アプリイベント)MMPによるTikTokへのポストが実行されます。

pixel_id

context.pixel

Pixel ID

(ピクセルイベント)MMPによるTikTokへのポストが実行されます。

idfa

context.device.idfa

IDFA

(iOSアプリ)MMPによるTikTokへのポストが実行されます。

gaid

context.device.gaid

GAID

(Androidアプリ)MMPによるTikTokへのポストが実行されます。

platform

context.device.platform

iOS/Android

MMPによるTikTokへのポストバックが実行されます。

メール

context.user

メールアドレス

(任意)広告主様はSDKまたはAPIを利用してピクセルイベントを送信できます。

phone_number

context.user

電話番号

(任意)ピクセルイベント向け。広告主様はSDKまたはAPIを利用してこれを送信できます。

timestamp


ポストバック時間

MMPによるTikTokへのポストバックが実行されます。

:他のフィールドをTikTok広告マネージャーへ渡すことも可能です。TikTok広告マネージャーに返される付加的なフィールドはすべて、今後の使用のために収集・保存されます。


標準サンプルデータ

アプリイベント

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.​}


ピクセルイベント

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.​}


content_idの使い方

アプリ名

content_idの使い方

Branch

Branchでは、「content_id」での「$sku」のマッピングなど、すべての項目のマッピングを定義した標準ポストバックテンプレートを提供しています。TikTok側では、規定通り「$sku」を「content_id」にマッピングします。

Singular

ユーザーがポストバックテンプレートを利用すると、プロパティーのカスタマイズ、特定フィールドのcontent_idへのマッピング、そしてTikTokへの送信が完了します。

Adjust

特定フィールドのcontent_idへのマッピングおよびTikTokへの送信には、ユーザーがプロパティマッピングを追加できるUIをご用意ください。

AppsFlyer

ユーザーは「af_content_id」を使用する必要があり、これは変更できません。この項目はTikTokにて処理を行い、content_idへ自動的にマッピングします。


MMP設定の例

Branch

1.「購入」「カートに追加」「コンテンツを閲覧」イベントの追加および、TikTok広告マネージャーへの受け渡しを確認します。

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

2. イベントプロパティにて、「content_id」のTikTok広告マネージャーへの受け渡しを確認します。プロパティのカスタマイズ・特定フィールドのcontent_idへのマッピング・TikTok広告マネージャーへの送信には、ポストバックテンプレートを活用できます。

3. TikTok広告マネージャーにすべてのイベントデータを送信するため、「ALL EVENTS」にチェックマークを入れます。

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

4. TikTokチームメンバーにBranchアカウントの完全な読み取り権限を付与するか、上記のすべての設定を写したスクリーンショットを営業担当者に送信してください。

5. サンプル生データ

「$sku」には、互換性があります。バックエンドシステム側で、「content_id」として解決されます。

  • 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.「購入」「カートに追加」「コンテンツを閲覧」イベントの追加および、TikTok広告マネージャーへの受け渡しを確認します。

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

2. イベントプロパティにて、「content_id」のTikTok広告マネージャーへの受け渡しを確認します。プロパティのカスタマイズ・特定フィールドのcontent_idへのマッピング・TikTok広告マネージャーへの送信には、ポストバックテンプレートを活用できます。


「イベントポストバック」ですべてのイベントデータがTikTok広告マネージャーに送信されることを確認します。

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

4. TikTokチームメンバーにSingularアカウントの読み取り権限を付与するか、上記のすべての設定を写したスクリーンショットを営業担当者に送信してください。

5. サンプル生データ

  • 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.「購入」「カートに追加」「コンテンツを閲覧」イベントの追加および、TikTok広告マネージャーへの受け渡しを確認します。

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

2. イベントプロパティにて、「content_id」のTikTok広告マネージャーへの受け渡しを確認します。Adjust SDKとの統合時に「content_id」が定義されていない場合は、手動でマッピングすることができます。

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

3.「有効にする」および「パラメータ転送」トグルがオン、「アトリビューションのみ」トグルがオフになっていることを確認します。

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

4. TikTokチームメンバーにAdjustアカウントの読み取り権限を付与するか、上記のすべての設定を写したスクリーンショットを営業担当者に送信してください。

5. サンプル生データ

  • 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.「購入」「カートに追加」「コンテンツを閲覧」イベントがトラッキング対象として追加されたことを確認します。

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

2. イベントプロパティにて、「af_content_id」のTikTok広告マネージャーへの引き渡しを確認します。当該項目はTikTokの「content_id」にマッピングされます。「af_content_id」項目の送信が必要なイベントに関しては、「収益を送信」にチェックマークを入れます。

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

3. すべてのイベントのTikTok広告マネージャーへの送信を確認します。

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

4. TikTokチームメンバーに読み取り権限を付与します。「広告ネットワークの許可」トグルを有効化して関連するTikTokチームメンバーを追加し、「統合の設定を許可」および「アプリ内イベントポストバックの設定を許可」はオフのままにしてください。

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

5. サンプル生データ

プロパティ内の「af_content_id」は、TikTok広告マネージャーのバックエンドシステムにより「content_id」として解決されます。

  • 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.​}


*情報は役に立ちましたか。
関連記事
Jak nastavit TikTok ve službě Tray
Události podporované službou TRAY
Seznam dostupných formátů reklamy pro použití s řešením TikTok on TRAY