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

How To Implement Plugins through Adobe Launch

  • January 3, 2019
  • 6 replies
  • 6693 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

New Participant
June 19, 2019

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

New Participant
June 18, 2019
kishorepvsk
New Participant
June 18, 2019

Which plugin are you trying to load using Adobe Launch?

New Participant
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

Gigazelle
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?

kishorepvsk
kishorepvskAccepted solution
New Participant
January 3, 2019