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.