WebSDK ContextData not appearing in AA Processing Rules
Hello,
First time configuring the WebSDK for forwarding to Adobe Analytics and per the help file, I should be seeing the XDM context data values in the Processing Rules section but they don't exist (even after saving per the help file). I can see the data in the Debugger's Events section like below:
{"xdm":
{"eventType":"web.webpagedetails.pageViews","web":
{"webPageDetails":
{"URL":"http://www.mysite.com/myaccount.html",
"server":"www.mysite.com",
"pageViews":{"value":1},
"siteSection":"my account"},
My DataStream is set up for Analytics and Target with some mappings for the above. When I look in the Edge Transactions debugger, I don't see any custom values (like siteSection above) in the analytics.hit or analytics.mapping.
What am I missing here?
Note, this is not an AEP account, so I did not configure a Dataset for the Schema (not sure if this is required for AA only accounts).