Hello,
I can't get Adobe Analytics Plugins working. Keep getting errors in console or Analytics doesn't load at all. Below is a simple example using an Adobe plugin; here's my setup:
Analytics Extension
Manage the library for me (checked)
Custom Code Section (below)
Load Rule
Set Variables > Custom Code
if (_satellite.getVar('Page: External Campaign (URL)') != '') {
s.events=s.apl(s.events,"event3",",",1)
}
I've tried several variations of putting all of the plugin code in the Load Rule, Extension and half-in-half, they all generate some form of client error like below:
Uncaught (in promise) TypeError: t.apl is not a function
How do I get plugins working.