Expand my Community achievements bar.

adobe analytics web interaction for mobile sdk via edge

Avatar

Level 2

We are successfully sending screenview events to adobe analytics with the payload below

"payload": {
    "ACPExtensionEventData": {
      "xdm": {
        "web": {
          "webPageDetails": {
            "isHomepage": false,
            "isErrorPage": false,
            "pageViews": {
              "value": 1
            },
            "name": "name",
            "url": "https://site.com"
          }
        },
        "eventType": "web.webpagedetails.pageViews",
        "_experience": {
          "analytics": {
            "customDimensions": {
              "eVars": {
                "eVarxx": "value",
                "eVar79": "value"
              },
              "props": {
                "propxx": "value",
                "propxx": "value"
              }
            }
          }
        }
      }
    },

However our link click payload doesn't work.

 

I keep going to these instructions here: https://experienceleague.adobe.com/en/docs/analytics/implementation/aep-edge/hit-types.

 

I see that a xdm.web.webInteraction.type AND (xdm.web.webPageDetails.name or xdm.web.webPageDetails.url) are needed. But that doesn't make sense to me since it <<sets xdm.web.webPageDetails.name and xdm.web.webPageDetails.URL to null>>

Does that make sense to anyone?

 

Also, below is the schema, why would it need "name" and URL values under webPageDetails instead of webInteraction?

BertBru_0-1764021242218.png

 

 

0 Replies