How To Implement Plugins through Adobe Launch | Community
Skip to main content
Level 2
January 3, 2019
Solved

How To Implement Plugins through Adobe Launch

  • January 3, 2019
  • 6 replies
  • 6696 views

I want to deploy various plugins such as:

getTimeParting,getDaysSinceLastVisit,getLoadTime,getPercentPageViewed in Adobe Launch.

I am adding this in Configure Tracker Using Custom Code in Adobe Launch inside

/* Plugin Config */

s.usePlugins=true

s.doPlugins=function(s) {

    /* Add calls to plugins here */

}

But it is stopping normal Event based rule and Page load rule to send Adobe Analytics Beacon call.

Any suggestion will be highly appreciated.

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 kishorepvsk

Have you tried Re: Can't Get Analytics Plugins Working

6 replies

kishorepvsk
kishorepvskAccepted solution
Level 3
January 3, 2019
Gigazelle
Adobe Employee
Adobe Employee
January 9, 2019

panangipalli's answer should give you exactly what you're looking for. Can you let us know if it did not answer your question?

Level 2
June 18, 2019

I looked at the solution mentioned above a few times and I still cannot get my plugins loaded. Is it possible to add updated documentation with examples here: Choose an implementation method

kishorepvsk
Level 3
June 18, 2019

Which plugin are you trying to load using Adobe Launch?

Level 2
June 18, 2019
Level 2
June 19, 2019

Actually this is a very helpful video walking through the process: Using doPlugins in the Adobe Analytics extension for Launch - YouTube