Check when a user has clicked a link on a newsletter - email

I want to get the user e-mail when the user clicks a link on a newsletter sent to that user.
Can somebody give any advice on how to achieve that.
Thanks in advance

A simple way to do this is to use UTM code out of Google Analytics.
Example:
https://placeholder.com/?utm_source=emailprovider&utm_medium=email&utm_campaign=stackoverflowquestion
More information:
https://ga-dev-tools.appspot.com/campaign-url-builder/
https://support.google.com/analytics/answer/1033867?hl=en
https://analytics.google.com/analytics/web/
Good luck.

Related

Integrate email capture with Google form

I am trying to integrate Google Forms with my site to capture email addresses of interested users; however, I'm presented with a Sorry, the file you have requested does not exist error message.
This is my website.
Any ideas how to fix? Thanks in advance.
If you are just embedding the form is will be as easy as pasting the embed link then updating positioning to show up on your site correctly. Make sure you make the form public so anyone can access it.

How to send message to specific user

I want to send messega to specific user.
I looked for facebook developer pages, but I couldn't.
Please tell me how to send(API)?
Thanks a lot.
There is no public send API, you should use either the Send Button social plugin or the Send Dialog to do what it is that you want.

Anonymous friendly CMS

Does anyone know of a CMS that allows user registration without requiring an email?
I know Reddit allows users to register without requiring an email but their system is overkill for what I want to do.
Does anyone have any suggestions?
Thanks in advance.
Just found this:
Joomla - How To Disable Registration Email [solved] - Zymic Webmaster Forums
Hope it helps.

How to add share via email option in my iphone app

I want to add a feature of sending some text via email from my iphone app. please tell me how to proceed. plz tell the steps on how to send email from and to .
thanks
What you want is the documentation for the MFMailComposeViewController
A very cool, and easy way to gain this and other share features is to add ShareKit. It take 5 minutes to setup and lets you add Twitter, Facebook and others.

iphone app userid

I have an app where we want users to be able to send us email/info. This would be a standard template which will open up on a button click within the app.
I am struggling at the moment to find a legit way to do it. The problem is there are 2 things I need.
1) A way to let users send email to me
2) A way of knowing the person sending me mail is actually someone who has downloaded my app.
Does anyone know if there is a way to do this? Does apple give us information/user id's or email id's of poeple who have downloaded the app?
Many thanks in advance for any help with this..
PB
Here's a good example on how to send email.
As for identifying if they send it from your app, you might have to create some login feature on your own. I haven't heard of Apple providing IDs of users who have bought your app.