I just started a new project, and I noticed that the data ingestion is failing where all the error messages were related to enum values. For example, I got this error message: The message cannot be validated: [#/web/webInteraction/type: Tab Click is not a valid enum value]. I set this value directly in the Tags' Update Variable editor.
Why would I get this enum error? As mentioned, this is only one of multiple enum error messages I'm getting. Anyone have any idea? I've never had any issues like this before.
Thanks!
解決済! 解決策の投稿を見る。
トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。
enums are set at the schema level within Adobe Experience Platform. Enums will only allow specific values into an attribute.
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/ui/fields/enum
enums are set at the schema level within Adobe Experience Platform. Enums will only allow specific values into an attribute.
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/ui/fields/enum
It was my oversight. I didn't even realize that field automatically had enum set! Oh well, I'll go hide in the closet for a while and rethink life!
表示
返信
いいね!の合計
@MichaelJo13 - Interaction type will accept only the predefined Enum value, if no predefined Enum while ingesting the data then we may end up with this error. Please refer the below document. Even on the schema object only the given Enum value have been updated. So, it MUST be any of only those given value.
https://experienceleague.adobe.com/en/docs/experience-platform/xdm/data-types/web-interaction
Thank you,
Jayakrishnaa P.