Skip to main content
agnieszkat73083
New Member
May 9, 2018
Resuelto

Adobe Analytics for a Chrome Extension?

  • May 9, 2018
  • 3 respuestas
  • 3139 visualizaciones

Hello,

Is it possible to implement Adobe Analytics tracking in a Chrome Extension using the standard JavaScript app measurement library?  If not, are there any alternatives?

Thank you.

Agnieszka

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Rydal_Williams

Ah I see, yes that is possible, my answer still stands. The chrome extension will inject the Adobe script and call s.*, however, keep in mind that if your chrome extension is going to run on sites that already have Adobe install - public chrome extension, you may want to ensure you implement a different S object so you don't overlap on an existing implementation. As a matter of fact, you should do that regardless to be on the safer side but everything else should work as normal.

3 respuestas

Rydal_Williams
Level 4
May 17, 2018

Agnieszka,

What do you mean by implement in Chrome extension, do you mean building an extension that will make calls to Adobe - if so yes, you can build a chrome extension that will inject the main script if it doesn't exist and then make the calls to Adobe by calling s.* or using DTM/Launch.

Let me know if you meant something else.

agnieszkat73083
New Member
May 17, 2018

Yes, I mean a Chrome Extension with built-in Adobe Analytics calls to track how users interact with the extension.

Rydal_Williams
Level 4
May 17, 2018

Ah I see, yes that is possible, my answer still stands. The chrome extension will inject the Adobe script and call s.*, however, keep in mind that if your chrome extension is going to run on sites that already have Adobe install - public chrome extension, you may want to ensure you implement a different S object so you don't overlap on an existing implementation. As a matter of fact, you should do that regardless to be on the safer side but everything else should work as normal.