{ "sender": { "id": "<PSID>" }, "recipient": { "id": "<PAGE_ID>" }, "timestamp": 1458692752478, "referral": { "ref": <REF_DATA_PASSED_IN_M.ME_PARAM>, "source": "SHORTLINK", "type": "OPEN_THREAD", } }
{ "sender": { "id": "<PSID>" }, "recipient": { "id": "<PAGE_ID>" }, "timestamp": 1458692752478, "referral": { "ref": <REF_DATA_IF_SPECIFIED_IN_THE_AD>, "ad_id": <ID_OF_THE_AD>, "source": "ADS", "type": "OPEN_THREAD", "ads_context_data": { "ad_title": <TITLE_OF_THE_AD>, "photo_url": <URL_OF_THE_IMAGE_FROM_AD_THE_USER_IS_INTERESTED_IN>, "video_url": <THUMBNAIL_URL_OF_THE_VIDEO_FROM_THE_AD>, "post_id": <ID_OF_THE_POST>, "product_id": <PRODUCT_ID> } } }
洽談外掛程式的圖形 API 7.0 以上版本 messaging_referrals
Webhook 事件不會傳回 sender.id
欄位。該事件會傳回新的 sender.user_ref
欄位。此變更將自 2020 年 11 月 2 日起對所有舊版的圖形 API 生效。
{ "sender":{ "user_ref":"<USER_REF>" }, "recipient":{ "id":"<PAGE_ID>" }, "timestamp": 1458692752478, "referral": { "ref": "<REF_DATA_PASSED_IN_CODE>", "source": "CUSTOMER_CHAT_PLUGIN", "type": "OPEN_THREAD", "referer_uri": "<WEBSITE_URL>" } }
{ "sender":{ "id":"<PSID>" }, "recipient":{ "id":"<PAGE_ID>" }, "timestamp": 1458692752478, "referral": { "ref": "<REF_DATA_PASSED_IN_CODE>", "source": "CUSTOMER_CHAT_PLUGIN", "type": "OPEN_THREAD", "referer_uri": "<WEBSITE_URL>" } }
sender
屬性 | 型別 | 說明 |
---|---|---|
| 字串 | 觸發 Webhook 事件的用戶 PSID。 |
| 字串 | 觸發 Webhook 事件的用戶 ser_ref,僅適用於洽談外掛程式的 Webhook 事件。 |
recipient
屬性 | 型別 | 說明 |
---|---|---|
| 字串 | 您的粉絲專頁編號。 |
referral
屬性 | 類型 | 說明 |
---|---|---|
| 字串 | 這個轉介的來源。支援的值:
|
| 字串 | 轉介類型。目前支援 |
| 字串 | 可於轉介人中設定的 |
| 字串 | 在 Facebook 洽談外掛程式中傳送訊息的網站 URI。 |
| 字串 | 用來指示用戶是否為 Facebook 洽談外掛程式之訪客用戶的旗幟 |
| 物件 | 包含有關 CTM 廣告資訊的資料,用戶從其中開始對話串。 |
ads_context_data
Property | Type | Description |
---|---|---|
| String | Title of the Ad. |
| String | [Optional] Url of the image from the Ad the user is interested. |
| String | [Optional] Thumbnail url of the the video from the ad. |
| String | ID of the post. |
| String | [Optional] Product ID from the Ad the user is interested. |