Capture Ajax page update | Community
Skip to main content
yuanb
Level 2
September 7, 2017
Solved

Capture Ajax page update

  • September 7, 2017
  • 1 reply
  • 1379 views

Hi Adobe Community,

Sorry if this is a newbie question.

I am implementing Adobe Analytics using Javascript. For some values like page title, I can assign it when the page load.

However, I noticed that some of our metrics cannot be captured this way. For values updated from Ajax call, these values do not depend on page load.   how can we capture them?  Are there functions / plugins that can help? Any examples?

Thanks!

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 pankajbagga_sme

yuanb​ : You could create here a event based rule with s.t() call in DTM if triggers any event while navigating to next action.

Another approach can be creating a direct call rule with help of developer and assign adobe parameters to it (Create conditions for direct-call rules ). This would be perhaps best and feasible solutions.

Other solutions can be use of local storage keys /data layer based keys where you could set page title once key is set in the browser.

1 reply

pankajbagga_smeAccepted solution
Level 2
September 10, 2017

yuanb​ : You could create here a event based rule with s.t() call in DTM if triggers any event while navigating to next action.

Another approach can be creating a direct call rule with help of developer and assign adobe parameters to it (Create conditions for direct-call rules ). This would be perhaps best and feasible solutions.

Other solutions can be use of local storage keys /data layer based keys where you could set page title once key is set in the browser.