Analytics tracking for AEM Search | Adobe Higher Education
Skip to main content
September 2, 2020
Beantwortet

Analytics tracking for AEM Search

  • September 2, 2020
  • 1 Antwort
  • 1043 Ansichten

How to capture the AEM search load time in Adobe analytics

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von raj_mandalapu

You can use getPageLoadTime plugin to measure the amount of time the page takes to completely load. check below link, in reports you need to filter by search results page.

https://docs.adobe.com/content/help/en/analytics/implementation/vars/plugins/getpageloadtime.html

 

If you want to measure time only search results then you need to do customization at your code level, usually in AEM to get search results we write servlet and make a request to it via AJAX call, you need to write java code or javascript code to find out page load time and pass it to your custom analytics search event, something like adding a new javascript object.

1 Antwort

raj_mandalapu
Level 7
September 3, 2020

You can use getPageLoadTime plugin to measure the amount of time the page takes to completely load. check below link, in reports you need to filter by search results page.

https://docs.adobe.com/content/help/en/analytics/implementation/vars/plugins/getpageloadtime.html

 

If you want to measure time only search results then you need to do customization at your code level, usually in AEM to get search results we write servlet and make a request to it via AJAX call, you need to write java code or javascript code to find out page load time and pass it to your custom analytics search event, something like adding a new javascript object.