傳送事件的其他步驟 additional-steps-to-send-events
若要設定要傳送至 串流擷取API 並用於Journey Optimizer的事件,您必須遵循下列步驟:
然後,您需要設定資料系統,使用您複製的裝載將事件推送至串流獲取API:
- 設定對串流獲取API URL的POSTAPI呼叫(稱為入口)。
- 使用您從Journey Optimizer複製的裝載,該裝載位於串流獲取API之API呼叫的內文(「資料區段」)中。 如需範例,請參閱下文
- 決定從何處取得裝載中出現的所有變數。 範例:如果事件應該要傳達位址,貼上的裝載將會顯示「address」:「string」。 「string」應該取代為會自動填入正確值的變數,也就是傳送訊息對象的電子郵件。 請注意,在裝載預覽的 標題 區段中,我們會自動填入許多預期有助於您工作的值。
- 選取「application/json」作為內文型別。
- 使用索引鍵「x-gw-ims-org-id」在標題中傳遞您的組織ID。 對於值,請使用您的組織ID ("XXX@AdobeOrg")。
以下是串流擷取API事件的範例:
{
"header": {
"msgType": "xdmEntityCreate",
"msgId": "c25585b9-252e-431d-b562-e73da70c04e7",
"msgVersion": "1.0",
"xactionId": "f5995abe-c49d-4848-9577-a7a4fc2996fb",
"datasetId": "string - required if you want the data to land in a specific dataset - not mandatory",
"imsOrgId": "XXX@AdobeOrg",
"schemaRef": {
"id": "XXX",
"contentType": "application/vnd.adobe.xed-full+json;version=1"
},
"source": {
"name": "Journeys"
}
},
"body": {
"xdmMeta": {
"schemaRef": {
"id": "XXX",
"contentType": "application/vnd.adobe.xed-full+json;version=1"
}
},
"xdmEntity": {
"_instance_name": {
"person": {
"firstName": "string",
"lastName": "string",
"gender": "string",
"birthYear": 10,
"emailAddress": "string"
}
},
"identityMap": {
"Email": [
{
"id": "string"
}
]
},
"_id": "string",
"timestamp": "2023-05-29T00:00:00.000Z",
"_experience": {
"campaign": {
"orchestration": {
"eventID": "XXX"
}
}
}
}
}
}
為了方便識別貼上「資料」部分的地方,您可以使用JSON視覺化工具,例如JSON格式子。
若要疑難排解串流擷取API,請參閱Experience Platform檔案。
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76