Event not showing up | Community
Skip to main content
David_Loyd
Adobe Employee
Adobe Employee
March 9, 2022
Solved

Event not showing up

  • March 9, 2022
  • 1 reply
  • 1424 views

I have configured an XDM object in launch to fire on a button click (login). I can see it working in the network request. However when I query my web event dataset in AEP, these events are not present. My other XDM object for pageviews works just fine.  

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

I assume that you're sending this as a "webInteraction". Have you populated all of the required fields in that webInteraction object in the XDM Object?

To check what you're doing: in that network request, expand the "event" object in the console all the way until there's nothing left to expand. You should find a "webInteraction" object.

Alternatively, you can use the Adobe debugger browser extension, which will log the entire "event" object for you to see.

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
March 10, 2022

I assume that you're sending this as a "webInteraction". Have you populated all of the required fields in that webInteraction object in the XDM Object?

To check what you're doing: in that network request, expand the "event" object in the console all the way until there's nothing left to expand. You should find a "webInteraction" object.

Alternatively, you can use the Adobe debugger browser extension, which will log the entire "event" object for you to see.

David_Loyd
Adobe Employee
Adobe Employee
March 10, 2022

 Oddly enough I was finally able to query for eventType = login and I actually found some of my events, but only 4 when I should have 20+. So maybe I didn't have the required fields before this change. How do I know which fields are required?

Here is what I got.