Add email scroll pixel in Adobe Campaign Classic delivery template | Adobe Higher Education
Skip to main content
OscarGo
Level 3
June 25, 2024
Question

Add email scroll pixel in Adobe Campaign Classic delivery template

Hello community,

 

I would like to have email scroll report on my email deliveries in Adobe Campaign Classic

Is there any OOO functionality to do it? Or is it mandatory to use third-party tools?

Could we use Google Analytics?

 

Thanks in advance!

 

Kind regards

O

Ce sujet a été fermé aux réponses.

1 commentaire

abhinav99
Level 4
August 12, 2024

Hi @oscargo ,

You can have pixels -embedded in the email body to identify the scroll.

No of pixels loaded = page scroll loaded.

 

Use the below code for reference:-

<div style='display:none'>PIXEL</div>
<div style="display:none"><img src="PIXEL"></div>

 

Hope this helps!

Regards,

Abhinav

OscarGo
OscarGoAuteur
Level 3
August 12, 2024

Thanks for your answer @abhinav99 !

I will try it