建立集合限定詞 create-tag

您可以透過向選件程式庫API發出POST要求來建立集合限定詞(先前稱為「標籤」)。

Accept和Content-Type標題 accept-and-content-type-headers

下表顯示包含 Content-Type 請求標頭中的欄位:

頁首名稱
Content-Type
application/json

API格式

POST /{ENDPOINT_PATH}/tags
參數
說明
範例
{ENDPOINT_PATH}
持續性API的端點路徑。
https://platform.adobe.io/data/core/dps/

要求

curl -X POST 'https://platform.adobe.io/data/core/dps/tags' \
-H 'Content-Type: application/json' \
-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 '{
    "name": "Black Friday",
    "description": "Tag for black friday"
}'

回應

成功的回應會傳回新建立的集合限定詞的相關資訊,包括其唯一的 id. 您可以使用 id 在後續步驟中更新或刪除您的集合限定詞。 您可以使用唯一的集合限定詞 id 在稍後的教學課程中,以建立系列和個人化優惠。

{
    "id": "{ID}",
    "sandboxId": "{SANDBOX_ID}",
    "etag": 1,
    "createdDate": "2023-09-07T12:36:26.602Z",
    "lastModifiedDate": "2023-09-07T12:36:26.602Z",
    "createdBy": "{CREATED_BY}",
    "lastModifiedBy": "{MODIFIED_BY}",
    "createdByClientId": "{CREATED_CLIENT_ID}",
    "lastModifiedByClientId": "{MODIFIED_CLIENT_ID}"
}
recommendation-more-help
b22c9c5d-9208-48f4-b874-1cefb8df4d76