Using getPageLoadTime in Launch to pull into Adobe Analytics variables | Community
Skip to main content
March 10, 2020
Solved

Using getPageLoadTime in Launch to pull into Adobe Analytics variables

  • March 10, 2020
  • 2 replies
  • 3146 views

Hello, 

 

Question regarding getting Page Load Time tracking running in Launch and pulling through in Analytics:

  • I've installed the Common Analytics Launch plug-in, specifically to get Page Load Time tracking.
    • Then, I created the rule (per documentation) to "initialize" getPageLoadTime.
  • However, there isn't any documentation as to the 'now what'?
    • Do I create another rule assigning the different values to the Props, Evar & Event?
      • Or do I do it all in the same Rule?
    • Or do I assign what info goes to which variables in the Adobe Analytics extension?
      • If so, where?

 

Hope this question makes sense. Would greatly appreciate the help, as I believe this is easier than I'm making it out to be Hahaha

 

Best,

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 Uditgupta1

Hi Ryanm,

 

You can assign by two ways:-

a) Directly use the function is s-code like we use previously for plugins 

eg.- s.eVar1=s_getLoadTime();

b) You can add the above code in your pageload time also.

 

This is for all other plugins also just create Plugin Initialization rule by Common Plugin Extension and then use there function in s-code or in rule without using the custom plugin,

 

2 replies

Uditgupta1Accepted solution
Level 3
November 9, 2020

Hi Ryanm,

 

You can assign by two ways:-

a) Directly use the function is s-code like we use previously for plugins 

eg.- s.eVar1=s_getLoadTime();

b) You can add the above code in your pageload time also.

 

This is for all other plugins also just create Plugin Initialization rule by Common Plugin Extension and then use there function in s-code or in rule without using the custom plugin,

 

jantzen_b
Adobe Employee
Adobe Employee
January 5, 2021
Do any of the answers below answer your initial question? If so, can you select one of them as the correct answer? If none of the answers already provided answer your question, can you provide additional information to better help the community solve your question?