Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Email Open tracking through adobe analytics/launch

Avatar

Level 4

Team,

We have some offsite email where we are sending them through from SMTP server. It has an capability of insert a pixel in email template. We want to track the data whenever user open an email irrespective of outlook, gmail, yahoo etc. I understand that it is possibile using hardcoded image requests.

Though would like to check few points before implementing this request.

<img src="https://xyz.sc.omtrdc.net/b/ss/reportsuiteid/1?pageName=emailopen"/>

 

1. Is this correct way of placing the IMG code wrapped in a body of HTML email page. Also, should I create the "pageName" as query string parameter and store in some variables.

2. Would it be tracking as page view count or track in seperate variables?

3. Is it possible to trigger an eVar whenever the email open on the inbox.

 

Please correct me if i am wrong and need some suggestion to track the email open in adobe analytics data.

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Dear JayaKrish,

If you see the normal image request, you can come to a conclusion.

Check out this link: https://helpx.adobe.com/in/analytics/kb/sending-image-requests-emails.html

1. The above link has an example. But for an Email Open, I don't recommend to add Page Name. It is just Custom Link to track the Campaign Name and Events.

2. By default, it should be Page View. If you need to track it as Non-Page View Call, you need to add an identifier I guess. I am pretty not sure on the identifier but can narrow it down for you. It should be either 'pe=lnk_o' or page_event=10. Check this link: https://docs.adobe.com/content/help/en/analytics/export/analytics-data-feed/data-feed-contents/dataf...

3. Possible. Just add v1 on your query string parameter. Check the Link.

Again, test everything in Development Report Suite, it will be great learning for you.

Thank You, Arun.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Dear JayaKrish,

If you see the normal image request, you can come to a conclusion.

Check out this link: https://helpx.adobe.com/in/analytics/kb/sending-image-requests-emails.html

1. The above link has an example. But for an Email Open, I don't recommend to add Page Name. It is just Custom Link to track the Campaign Name and Events.

2. By default, it should be Page View. If you need to track it as Non-Page View Call, you need to add an identifier I guess. I am pretty not sure on the identifier but can narrow it down for you. It should be either 'pe=lnk_o' or page_event=10. Check this link: https://docs.adobe.com/content/help/en/analytics/export/analytics-data-feed/data-feed-contents/dataf...

3. Possible. Just add v1 on your query string parameter. Check the Link.

Again, test everything in Development Report Suite, it will be great learning for you.

Thank You, Arun.

Avatar

Level 4

Thanks for your reply on this Arun. I just gone through your link and the one for data collection parameter. It just helped me to correct the data passing through img request. Thanks much.

Avatar

Level 4

Hello @Jayakrish and @PratheepArunRaj,

 

Really interesting subject. Thanks for your solution, it helped me also to understand how I can track correctly when users open my emails.

 

Before implementing this solution, I was wondering: Do we absolutely need to trigger an eVar or can we get the data triggering an eVar?

If we don't trigger an eVar, how will the data returns/show in Adobe Analytics?

 

Thanks for your help