Expand my Community achievements bar.

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?