You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: source/Classroom/Track/Unsubscribes/unsubscribe_via_subscription_tracking.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ navigation:
16
16
- Automatically add an unsubscribe link to the bottom of your emails.
17
17
- Customize the unsubscribe link that is added automatically
18
18
- Create a replacement tag that will allow you to put the unsubscribe link anywhere you would like using HTML.
19
+
- Automatically incorporates the [list-unsubscribe](https://sendgrid.com/blog/list-unsubscribe/) header in your emails.
19
20
20
21
## How do I enable Subscription Tracking? ****
21
22
@@ -25,7 +26,7 @@ From your Account Overview page, visit the sidebar menu and click “Settings”
25
26
26
27
## How do I just add an unsubscribe link?
27
28
28
-
Just enable the setting. That will add the default unsubscribe link to the bottom of your emails.
29
+
Just enable the setting! Once enabled, we'll add the default unsubscribe link to the bottom of your emails.
29
30
30
31
## How do I change what the link says?
31
32
@@ -65,21 +66,13 @@ Doing this will allow you to use that tag within the html. This tag will get rep
65
66
66
67
<p>If you would like to stop receiving these emails <a href=”[unsubscribe]”>click here</a></p>
67
68
68
-
The HTML code above gives you the following results:
69
-
70
-
If you would like to stop receiving these emails click here
71
69
72
70
## What is a landing page?
73
71
74
72
This section allows you to create a page that appears once the unsubscribe link is clicked. So, once a recipient clicks the unsubscribe link, they will get redirected to this landing page you have created.
Enabling our Subscription Tracking app also automatically incorporates the [list-unsubscribe](https://sendgrid.com/blog/list-unsubscribe/) header, which is great way to supplement and improve your email deliverability!
0 commit comments