SiteCatalyst integration successful but for page component it triggers the onclick event instead of onLoad event | Community
Skip to main content
New Participant
October 16, 2015
Solved

SiteCatalyst integration successful but for page component it triggers the onclick event instead of onLoad event

  • October 16, 2015
  • 1 reply
  • 545 views

I followed step by step process and successfully integrated the site catalyst. Under the cloudservices -> framework I added page component (/foundation/components/page) from side kick and added few variables (page name and page path) to track. Now, when I load the page, I see that the Omniture call is being made but it is firing the onClick event and not the onLoad event.

http://dev.day.com/docs/en/cq/current/administering/integrating_with_adobe_marketing_cloud/sitecatalyst.html

Does anyone know what do I need to do in order to trigger the onLoad event instead?

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 Sham_HC

Look at Geometrixx-Outdoors product ones which trigeers onLoad. Use the HTML attribute "record" to send the data during initial document load.More details at http://dev.day.com/docs/en/cq/current/developing/extending-cq-analytics.html#Tracking%20Custom%20Events%20On%20Page%20Load

1 reply

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

Look at Geometrixx-Outdoors product ones which trigeers onLoad. Use the HTML attribute "record" to send the data during initial document load.More details at http://dev.day.com/docs/en/cq/current/developing/extending-cq-analytics.html#Tracking%20Custom%20Events%20On%20Page%20Load