XDM系統疑難排解指南
本檔案提供有關Adobe Experience Platform中Experience Data Model (XDM)和XDM系統的常見問題解答,包括常見錯誤的疑難排解指南。 有關其他Platform服務的問題和疑難排解,請參閱Experience Platform疑難排解指南。
Experience Data Model (XDM) 是開放原始碼規格,定義用於客戶體驗管理的標準化結構描述。 建置Experience Platform的方法 XDM系統 可將Experience Data Model個結構描述作業化以供Platform服務使用。 Schema Registry 提供使用者介面和RESTful API,以存取Experience Platform內的 Schema Library。 如需詳細資訊,請參閱XDM檔案。
常見問題集
以下是有關XDM系統和Schema Registry API使用常見問題的解答清單。
如何將欄位新增至結構描述?
您可以使用結構描述欄位群組,將欄位新增到結構描述。 每個欄位群組都與一個或多個類別相容,允許欄位群組用於實作其中一個相容類別的任何結構描述中。 雖然Adobe Experience Platform為數個產業欄位群組提供自己的預先定義欄位,但您可以使用API或使用者介面建立自訂欄位群組,將自己的欄位新增到結構描述中。
如需在Schema Registry API中建立欄位群組的詳細資訊,請參閱欄位群組端點指南。 如果您使用UI,請參閱結構描述編輯器教學課程。
欄位群組與資料型別的最佳用途為何?
欄位群組是定義結構描述中一或多個欄位的元件。 欄位群組會強制實施其欄位在結構描述階層中的顯示方式,因此會在其包含的每個結構描述中顯示相同的結構。 欄位群組僅與特定類別相容,由其meta:intendedToExtend
屬性識別。
資料型別也可以為結構描述提供一個或多個欄位。 但是,與欄位群組不同,資料型別不受限於特定類別。 這讓資料型別成為一個更具彈性的選項,用來描述在多個結構描述中可以重複使用,且具有可能不同類別的常見資料結構。
結構描述的唯一ID為何?
所有Schema Registry資源(結構描述、欄位群組、資料型別、類別)都有一個URI做為唯一ID,以供參考和查詢。 在API中檢視結構描述時,您可以在頂層$id
和meta:altId
屬性中找到它。
如需詳細資訊,請參閱Schema Registry API指南中的資源識別區段。
結構描述何時開始防止重大變更?
只要結構描述從未用於建立資料集,或啟用以用於Real-Time Customer Profile,就可以對結構描述進行重大變更。 一旦結構描述已用於資料集建立或啟用以與Real-Time Customer Profile搭配使用,結構描述演化的規則就會由系統嚴格執行。
長欄位型別的大小上限是多少?
長欄位型別是整數,大小上限為53(+1)位元,潛在範圍介於 — 9007199254740992到9007199254740992之間。 這是由於JavaScript實施JSON如何表示長整數的限制。
如需欄位型別的詳細資訊,請參閱有關XDM欄位型別限制的檔案。
如何為結構描述定義身分?
在Experience Platform中,無論要解譯的資料來源為何,身分都會用來識別主旨(通常是個人)。 它們透過將關鍵欄位標籤為「身分」來定義在結構描述中。 身分識別常用的欄位包括電子郵件地址、電話號碼、Experience Cloud ID (ECID)、CRM ID和其他唯一ID欄位。
可使用API或使用者介面將欄位標示為身分。
在API中定義身分
在API中,身分識別是透過建立身分描述項來建立。 身分描述項會指出結構描述的特定屬性是唯一識別碼。
身分描述項是由POST對/descriptors端點的要求所建立。 如果成功,您將會收到HTTP Status 201 (已建立)以及包含新描述項詳細資訊的回應物件。
如需在API中建立身分描述項的詳細資訊,請參閱Schema Registry開發人員指南中描述項章節的檔案。
在UI中定義身分
在結構描述編輯器中開啟結構描述後,在編輯器的 結構 區段中選取要標示為身分的欄位。 在右側的 欄位屬性 下,選取 身分 核取方塊。
如需在UI中管理身分的詳細資訊,請參閱結構描述編輯器教學課程中定義身分欄位區段的相關章節。
我的結構描述需要主要身分嗎?
主要身分是選用的,因為結構描述可能沒有或只有一個。 但是,結構描述必須具有主要身分,才能啟用結構描述以在Real-Time Customer Profile中使用。 如需詳細資訊,請參閱結構描述編輯器教學課程的identity一節。
如何啟用結構描述以用於Real-Time Customer Profile?
透過在結構描述的meta:immutableTags
屬性中新增「union」標籤,結構描述可以用於Real-Time Customer Profile。 可以使用API或使用者介面啟用結構描述以搭配Profile使用。
使用API啟用Profile的現有結構描述
發出PATCH請求以更新結構描述,並將meta:immutableTags
屬性新增為包含「union」值的陣列。 如果更新成功,回應將顯示更新的結構描述,其中現在包含聯合標籤。
如需使用API啟用結構描述以在Real-Time Customer Profile中使用的詳細資訊,請參閱Schema Registry開發人員指南的聯合檔案。
使用UI啟用Profile的現有結構描述
在Experience Platform中,選取左側導覽的 結構描述,然後從結構描述清單中選取您要啟用的結構描述名稱。 然後,在編輯器的右側 結構描述屬性 下,選取 設定檔 以將其開啟。
如需詳細資訊,請參閱結構描述編輯器教學課程中用於即時客戶個人檔案的相關章節。
我可以直接編輯聯合結構描述嗎?
聯合結構是唯讀的,由系統自動產生。 無法直接編輯它們。 在實作特定類別的結構描述中新增「聯合」標籤時,會為該類別建立聯合結構描述。
如需XDM中聯合的詳細資訊,請參閱Schema Registry API指南中的聯合區段。
如何格式化資料檔以將資料擷取至我的結構描述?
Experience Platform接受Parquet或JSON格式的資料檔。 這些檔案的內容必須符合資料集參考的結構描述。 如需資料檔擷取最佳實務的詳細資訊,請參閱批次擷取總覽。
錯誤與疑難排解
以下是您在使用Schema Registry API時可能會遇到的錯誤訊息清單。
找不到資源
{
"type": "http://ns.adobe.com/aep/errors/XDM-1010-404",
"title": "Resource not found",
"status": 404,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "The requested class resource https://ns.adobe.com/{TENANT_ID}/classes/11447bb484d4599d2cd9b0aseefff78b463cbbde1527f498 with version 1 is not found.",
"sub-errors": []
},
"detail": "The requested class resource https://ns.adobe.com/{TENANT_ID}/classes/11447bb484d4599d2cd9b0aseefff78b463cbbde1527f498 with version 1 is not found."
}
當系統找不到特定資源時,便會顯示此錯誤。 資源可能已遭刪除,或API呼叫中的路徑無效。 在重試之前,請確定您已為API呼叫輸入有效的路徑。 您可能想要檢查您是否為資源輸入了正確的ID,且路徑已使用適當的容器(全域或租使用者)正確命名。
type
個URI:http://ns.adobe.com/aep/errors/XDM-1010-404
http://ns.adobe.com/aep/errors/XDM-1011-404
http://ns.adobe.com/aep/errors/XDM-1012-404
http://ns.adobe.com/aep/errors/XDM-1013-404
http://ns.adobe.com/aep/errors/XDM-1014-404
http://ns.adobe.com/aep/errors/XDM-1015-404
http://ns.adobe.com/aep/errors/XDM-1016-404
http://ns.adobe.com/aep/errors/XDM-1017-404
標題不是唯一的
{
"type": "http://ns.adobe.com/aep/errors/XDM-1521-400",
"title": "Title not unique",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "Object titles must be unique. An object https://ns.adobe.com/{TENANT_ID}/classes/11447bb484d4599d2cd9b0aseefff78b463cbbde1527f498 already exists with the same title",
"sub-errors": []
},
"detail": "Object titles must be unique. An object https://ns.adobe.com/{TENANT_ID}/classes/11447bb484d4599d2cd9b0aseefff78b463cbbde1527f498 already exists with the same title"
}
當您嘗試建立標題已由其他資源使用的資源時,會顯示此錯誤訊息。 標題在所有資源型別中必須是唯一的。 例如,如果您嘗試以結構描述已使用的標題建立欄位群組,您將會收到此錯誤。
命名空間驗證錯誤
{
"type": "http://ns.adobe.com/aep/errors/XDM-1021-400",
"title": "Namespace validation error",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "A custom field is defined under an invalid namespace. All custom fields must be defined under a top-level field named {TENANT_ID}.",
"sub-errors": []
},
"detail": "A custom field is defined under an invalid namespace. All custom fields must be defined under a top-level field named {TENANT_ID}."
}
當您嘗試使用不正確的名稱空間欄位建立資源,或將不正確的名稱空間欄位新增到現有資源時,會顯示此錯誤訊息。
貴組織定義的資源必須將租使用者ID下的欄位命名為名稱空間,以避免與其他產業和廠商資源衝突。 使用標準欄位群組建立結構描述時,您在這些欄位群組的結構中新增的任何自訂欄位也必須以租使用者ID命名。
type
個URI以及不同的訊息詳細資料:http://ns.adobe.com/aep/errors/XDM-1020-400
http://ns.adobe.com/aep/errors/XDM-1021-400
http://ns.adobe.com/aep/errors/XDM-1022-400
http://ns.adobe.com/aep/errors/XDM-1023-400
http://ns.adobe.com/aep/errors/XDM-1024-400
有關XDM資源的正確資料結構的詳細範例,請參閱結構描述登入API指南:
Accept 標頭無效
{
"type": "http://ns.adobe.com/aep/errors/XDM-1006-400",
"title": "Accept header invalid",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "The supplied Accept header is not valid: application/vnd.adobe.xed+json;version=1 - A valid Accept value should look like application/vnd.adobe.{xed|xdm}+json",
"sub-errors": []
},
"detail": "The supplied Accept header is not valid: application/vnd.adobe.xed+json;version=1 - A valid Accept value should look like application/vnd.adobe.{xed|xdm}+json"
}
Schema Registry API中的GET要求需要Accept
標頭,系統才能決定如何格式化回應。 當必要的Accept
標頭無效或遺失時,會發生此錯誤。
根據您使用的端點,detailed-message
屬性會指出有效的Accept
標頭在成功回應中應該是什麼樣子。 在重試之前,請確定您已正確輸入與嘗試發出的API要求相容的Accept
標頭。
type
個URI:http://ns.adobe.com/aep/errors/XDM-1006-400
http://ns.adobe.com/aep/errors/XDM-1007-400
http://ns.adobe.com/aep/errors/XDM-1008-400
http://ns.adobe.com/aep/errors/XDM-1009-400
如需不同API要求的相容Accept標頭清單,請參閱結構描述登入開發人員指南中的對應章節。
Real-Time Customer Profile個錯誤
下列錯誤訊息與啟用Real-Time Customer Profile的結構描述相關作業。 如需詳細資訊,請參閱Schema Registry API指南中的聯合區段。
必須有參考身分描述項
{
"type": "http://ns.adobe.com/aep/errors/XDM-1526-400",
"title": "Union descriptor validation error",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "If a schema contains properties that are associated with an xdm:descriptorOneToOne descriptor, those properties must also have a xdm:descriptorReferenceIdentity descriptor for that schema to participate in a union.",
"sub-errors": []
},
"detail": "If a schema contains properties that are associated with an xdm:descriptorOneToOne descriptor, those properties must also have a xdm:descriptorReferenceIdentity descriptor for that schema to participate in a union."
}
當您嘗試啟用Profile的結構描述時,這個錯誤訊息就會顯示,而且其其中一個屬性包含沒有參考識別描述項的關係描述項。 將參考身分描述項新增到相關結構描述欄位以解決此錯誤。
參考身分描述項欄位和目的地結構描述的名稱空間必須相符
{
"type": "http://ns.adobe.com/aep/errors/XDM-1527-400",
"title": "Union descriptor validation error",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "If both schemas from an existing xdm:descriptorOneToOne descriptor are promoted to union, and one of those schemas contains a primary identity, the xdm:identityNamespace of the source schema's descriptorReferenceIdentity field must match the xdm:namespace field of destination schema's xdm:descriptorIdentity field.",
"sub-errors": []
},
"detail": "If both schemas from an existing xdm:descriptorOneToOne descriptor are promoted to union, and one of those schemas contains a primary identity, the xdm:identityNamespace of the source schema's descriptorReferenceIdentity field must match the xdm:namespace field of destination schema's xdm:descriptorIdentity field."
}
為了啟用包含關係描述項的結構描述以在Profile中使用,來源欄位的名稱空間和參考欄位的主要名稱空間必須相同。 當您嘗試啟用包含不相符名稱空間的結構描述以做為參考身分描述項時,會顯示此錯誤訊息。
請確定參考結構描述身分欄位的xdm:namespace
值符合來源欄位參考身分描述項中xdm:identityNamespace
屬性的值以解決此問題。
如需標準身分名稱空間程式碼的清單,請參閱身分名稱空間概觀中有關標準名稱空間的章節。
結構描述必須包含identityMap或主要身分
{
"type": "http://ns.adobe.com/aep/errors/XDM-1528-400",
"title": "Union descriptor validation error",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "To participate in a union, a schema must include an identityMap fieldgroup or a primary identity descriptor.",
"sub-errors": []
},
"detail": "To participate in a union, a schema must include an identityMap fieldgroup or a primary identity descriptor."
}
在啟用設定檔的結構描述之前,您必須先為結構描述建立主要身分描述項,或加入身分對應欄位以取代主要身分。
無法合併不相容的資料型別
{
"type": "http://ns.adobe.com/aep/errors/XDM-1413-400",
"title": "Merge Schema Error",
"status": 400,
"report": {
"registryRequestId": "a15996b5-5133-4cec-9bf7-7d1207904ae3",
"timestamp": "06-01-2021 04:11:06",
"detailed-message": "Cannot merge incompatible data types. The path /person/name has already been defined in schema (id=0238be93d3e7a06aec5e0655955901ec) using a different data type. Types: string, object",
"sub-errors": []
},
"detail": "Cannot merge incompatible data types. The path /person/name has already been defined in schema (id=0238be93d3e7a06aec5e0655955901ec) using a different data type. Types: string, object"
}
屬於相同類別的所有已啟用設定檔的結構描述都必須能夠合併在一起,才能為該類別建構聯合結構描述。 當您嘗試將欄位新增到結構描述時,會出現此錯誤,此結構描述的路徑由另一個已啟用設定檔的結構描述共用,且資料型別與原始結構描述不同。 由於結構描述已啟用設定檔並包含相同的欄位路徑,在建構聯合結構描述時,設定檔會嘗試將這兩個欄位合併為一個。 由於不同的資料型別無法合併在一起,這將會被視為合併衝突,因此是不允許的。
若要解決此問題,請為欄位選擇不同的名稱,或將其巢狀內嵌在唯一的名稱空間物件下,以避免與相同類別下其他具有類似欄位的已啟用設定檔結構描述發生合併衝突。