[舊版]{class="badge informative"}
建立決定規則 create-decision-rule
TIP
Adobe Journey Optimizer 的新決策功能「決策」現在可透過程式碼型體驗和電子郵件管道使用!了解更多
決定規則是新增至個人化優惠的限制,並套用至設定檔以判斷適用性。
Accept和Content-Type標題 accept-and-content-type-headers
下表顯示請求標頭中包含 Content-Type 和 Accept 欄位的有效值:
標題名稱
價值
接受
application/vnd.adobe.platform.xcore.xdm.receipt+json; version=1Content-Type
application/schema-instance+json; version=1; schema="https://ns.adobe.com/experience/offer-management/eligibility-rule;version=0.3"API格式
POST /{ENDPOINT_PATH}/{CONTAINER_ID}/instances
參數
說明
範例
{ENDPOINT_PATH}存放庫API的端點路徑。
https://platform.adobe.io/data/core/xcore/{CONTAINER_ID}決策規則所在的容器。
e0bd8463-0913-4ca1-bd84-6309134ca1f6要求
curl -X POST \
'https://platform.adobe.io/data/core/xcore/e0bd8463-0913-4ca1-bd84-6309134ca1f6/instances' \
-H 'Accept: application/vnd.adobe.platform.xcore.xdm.receipt+json; version=1' \
-H 'Content-Type: application/schema-instance+json; version=1; schema="https://ns.adobe.com/experience/offer-management/eligibility-rule;version=0.3"' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {IMS_ORG}' \
-H 'x-sandbox-name: {SANDBOX_NAME}' \
-d '{
"xdm:name": "Sales rule",
"description": "Decisioning rule for sales",
"xdm:condition": {
"xdm:type": "PQL",
"xdm:format": "pql/text",
"xdm:value": "profile.person.name.firstName.equals(\"Joe\", false)"
},
"xdm:definedOn": {
"profile": {
"xdm:schema": {
"$ref": "https://ns.adobe.com/xdm/context/profile_union",
"version": "1"
},
"xdm:referencePaths": [
"person.name.firstName"
]
}
}
}'
回應
成功的回應會傳回關於新建立決定規則的資訊,包括其唯一的執行個體識別碼和位置@id。 您可在後續步驟中使用執行個體ID來更新或刪除您的決定規則。 您可在稍後的教學課程中使用唯一決定規則@id來建立個人化優惠。
{
"instanceId": "eaa5af90-13d9-11eb-9472-194dee6dc381",
"@id": "xcore:eligibility-rule:124e0faf5b8ee89b",
"repo:etag": 1,
"repo:createdDate": "2023-10-21T20:13:43.048666Z",
"repo:lastModifiedDate": "2023-10-21T20:13:43.048666Z",
"repo:createdBy": "{CREATED_BY}",
"repo:lastModifiedBy": "{MODIFIED_BY}",
"repo:createdByClientId": "{CREATED_CLIENT_ID}",
"repo:lastModifiedByClientId": "{MODIFIED_CLIENT_ID}"
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76