An Analytics developer placed the doPlugins() function in the code editor of the Adobe Analytics extension to populate the s.campaign variable. Then, the developer created a rule to populated the s,compaign variable on a specific landing page.
When validating the value of the s,compaign variable on the specific landing page, it shown the doPlugins() value for the campaign variable.
What would cause this issue?
- The doPlugin() function value will take precedence over the s,compaign variable
- The doPlugin() function needs to be excluded through an exception in the rule.
- The doPlugin() function runs last and overwrites any values for the same variables.
- The rules condition was not met. so the doPlugins() function persisted.
Reveal Solution Next Question