email-analytics

How check our email has been read in webmail using PHP

白昼怎懂夜的黑 提交于 2019-12-10 11:14:58
问题 Is there anyway we can track our email has been read or not using php. If i am sending mails to 10 persons i need to know how many people has read the email and their email address. Is there a way to do this Thanks in advance 回答1: You can use image bugs aka tracking pixels (because they are usually invisible 1x1 images). Don't expect this to be 100% reliable, since there's a chance that because of that email clients will flag your emails as spam. Some clients just won't request images at all.

How do I get a Twitter username based on an email address?

◇◆丶佛笑我妖孽 提交于 2019-11-30 15:54:53
Is there an API (probably provided by Twitter but not necessarily) that will give me the Twitter username for each email address I give it? Official response from Twitter on this issue is here - http://code.google.com/p/twitter-api/issues/detail?id=353 "This API method is offered in a closed beta at this time, and we are not accepting new partners. However, we're working on the long-term strategy for this method and will keep you in mind when we decide to open it up again. I am sorry for the inconvenience this may cause in the meantime, and please let me know if you have any other questions."

Tracking email opens in Google Analytics

[亡魂溺海] 提交于 2019-11-30 10:35:37
问题 We have tracking in our emails to track clicks back to our site through Google Analytics. But is there a way to track opens? I would imagine I have to add a google tracking image to the email somewhere. Possibly javascript too? 回答1: As others have pointed out, you can't use Javascript in email. The actual tracking is done by a request for __utm.gif though and the Javascript just constructs the GET parameters. Google supports non-Javascript uses of Google Analytics per their Mobile web docs:

How do I get a Twitter username based on an email address?

梦想与她 提交于 2019-11-29 23:50:33
问题 Is there an API (probably provided by Twitter but not necessarily) that will give me the Twitter username for each email address I give it? 回答1: Official response from Twitter on this issue is here - http://code.google.com/p/twitter-api/issues/detail?id=353 "This API method is offered in a closed beta at this time, and we are not accepting new partners. However, we're working on the long-term strategy for this method and will keep you in mind when we decide to open it up again. I am sorry for

Tracking email opens in Google Analytics

浪子不回头ぞ 提交于 2019-11-29 20:28:21
We have tracking in our emails to track clicks back to our site through Google Analytics. But is there a way to track opens? I would imagine I have to add a google tracking image to the email somewhere. Possibly javascript too? As others have pointed out, you can't use Javascript in email. The actual tracking is done by a request for __utm.gif though and the Javascript just constructs the GET parameters. Google supports non-Javascript uses of Google Analytics per their Mobile web docs: http://code.google.com/mobile/analytics/docs/web/ They document the full list of parameters , but the only

How does Litmus track their email analytics?

空扰寡人 提交于 2019-11-28 16:25:28
So, 'Litmus', a web app for testing emails and webpages across browsers and email clients, has a proprietary method that they claim is able to track not just opens, clicks, browsers, etc (standard with an embedded image and pass-through link tracking.) What's unique is they claim that they are able to track what actions the end user took, how long the end user read it for, and if they deleted or forwarded the email. They claim they do this without JavaScript, and purely using embedded images. They claim that the method works across most major email clients. What could they be doing to track

How does Litmus track their email analytics?

你离开我真会死。 提交于 2019-11-27 09:42:25
问题 So, 'Litmus', a web app for testing emails and webpages across browsers and email clients, has a proprietary method that they claim is able to track not just opens, clicks, browsers, etc (standard with an embedded image and pass-through link tracking.) What's unique is they claim that they are able to track what actions the end user took, how long the end user read it for, and if they deleted or forwarded the email. They claim they do this without JavaScript, and purely using embedded images.