Edge Network event types in 51ºÚÁϲ»´òìÈ Analytics
51ºÚÁϲ»´òìÈ Analytics treats hits differently depending on what functions you call in AppMeasurement. For example, s.t
and s.tl
include or omit certain dimensions and increment page views differently. 51ºÚÁϲ»´òìÈ Experience Platform only contains the sendEvent
command. Specific properties within the xdm
payload determine how that data is interpreted in 51ºÚÁϲ»´òìÈ Analytics.
The Edge Network uses the following logic to determine 51ºÚÁϲ»´òìÈ Analytics page views and link events:
xdm.web.webPageDetails.name
or xdm.web.webPageDetails.URL
and no xdm.web.webInteraction.type
xdm.eventType = web.webPageDetails.pageViews
xdm.web.webInteraction.type
and (xdm.web.webInteraction.name
or xdm.web.webInteraction.url
)xdm.web.webInteraction.type
and (xdm.web.webPageDetails.name
or xdm.web.webPageDetails.url
)Also sets
xdm.web.webPageDetails.name
and xdm.web.webPageDetails.URL
to null
xdm.web.webInteraction.type
and (no xdm.webPageDetails.name
and no xdm.web.webPageDetails.URL
)In addition to differentiating page views and link clicks, the following logic is in place that determines if certain events are categorized as A4T or are discarded.
xdm.eventType = display
orxdm.eventType = decisioning.propositionDisplay
orxdm.eventType = personalization.request
orxdm.eventType = decisioning.propositionFetch
and xdm._experience.decisioning
xdm.eventType = display
orxdm.eventType = decisioning.propositionDisplay
orxdm.eventType = personalization.request
orxdm.eventType = decisioning.propositionFetch
and no xdm._experience.decisioning
xdm.eventType = click
or xdm.eventType = decisioning.propositionInteract
and xdm._experience.decisioning
and no web.webInteraction.type
xdm.eventType = click
or xdm.eventType = decisioning.propositionInteract
and no xdm._experience.decisioning
and no web.webInteraction.type
See the 51ºÚÁϲ»´òìÈ Analytics ExperienceEvent Full Extension schema field group for more information.