Working with Other Services
How to connect Keitaro to Instagram/Facebook?
Read the page passing_moderation_in_instagram_facebook.
How to track visitors or newsletter readers?
This solution allows you to track the reading of letters. Just add a picture to a letter that will be loaded when the message is read.
- Download any gif file. It can be a logo, a product image or a pixel (size 1×1);
- Create a campaign. Choose the action type “CURL” and enter the address of the picture (http://domain.com/image.gif).
- Create a traffic source, for example, “Email newsletter”;
- Copy the campaign URL (button “Get URL”);
- Add this code to the email template (not to the email text), replacing the campaign URL:
<img src="http://CAMPAIGN_URL" width="50" height="100" alt="Company Logo"/>
You can add extra options:
<img src="http://CAMPAIGN_URL?sub_id_1=user@gmail.com" width="50" height="100" alt="Company Logo" />