Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How To Implement Plugins through Adobe Launch

Avatar

Level 2

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 */

}

1659092_pastedImage_4.png

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

Any suggestion will be highly appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 4
6 Replies

Avatar

Correct answer by
Level 4

Avatar

Employee Advisor

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

Avatar

Level 2

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

Avatar

Level 4

Which plugin are you trying to load using Adobe Launch?

Avatar

Level 2

Avatar

Level 2

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