Expand my Community achievements bar.

Add email scroll pixel in Adobe Campaign Classic delivery template

Avatar

Level 3

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

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 4

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