Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit a888851

Browse files
author
Matt Bernier
committed
Merge pull request #1137 from sendgrid/develop
Redirect and new links ⇔
2 parents 33e885b + 0d62aaa commit a888851

File tree

21 files changed

+124
-120
lines changed

21 files changed

+124
-120
lines changed

source/Apps/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html>
33
<head>
44
<title>Redirecting...</title>
5-
<link rel="canonical" href="https://sendgrid.com/docs/User_Guide/Apps/index.html"/>
5+
<link rel="canonical" href="https://sendgrid.com/docs/User_Guide/Settings/index.html"/>
66
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7-
<meta http-equiv="refresh" content="0; url=https://sendgrid.com/docs/User_Guide/Apps/index.html" />
7+
<meta http-equiv="refresh" content="0; url=https://sendgrid.com/docs/User_Guide/Settings/index.html" />
88
</head>
99
<body>
1010
<p><strong>Redirecting...</strong></p>
11-
<p><a href='https://sendgrid.com/docs/User_Guide/Apps/index.html'>Click here if you are not redirected.</a></p>
11+
<p><a href='https://sendgrid.com/docs/User_Guide/Settings/index.html'>Click here if you are not redirected.</a></p>
1212
<script>
13-
document.location.href = "https://sendgrid.com/docs/User_Guide/Apps/index.html";
13+
document.location.href = "https://sendgrid.com/docs/User_Guide/Settings/index.html";
1414
</script>
1515
</body>
1616
</html>

source/Classroom/Track/index.html

Whitespace-only changes.

source/Classroom/index.html

Whitespace-only changes.

source/Delivery_Metrics/email_reports.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html>
33
<head>
44
<title>Redirecting...</title>
5-
<link rel="canonical" href="https://sendgrid.com/docs/User_Guide/Delivery_Metrics/email_reports.html"/>
5+
<link rel="canonical" href="https://sendgrid.com/docs/User_Guide/Settings/alerts.html"/>
66
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7-
<meta http-equiv="refresh" content="0; url=https://sendgrid.com/docs/User_Guide/Delivery_Metrics/email_reports.html" />
7+
<meta http-equiv="refresh" content="0; url=https://sendgrid.com/docs/User_Guide/Settings/alerts.html" />
88
</head>
99
<body>
1010
<p><strong>Redirecting...</strong></p>
11-
<p><a href='https://sendgrid.com/docs/User_Guide/Delivery_Metrics/email_reports.html'>Click here if you are not redirected.</a></p>
11+
<p><a href='https://sendgrid.com/docs/User_Guide/Settings/alerts.html'>Click here if you are not redirected.</a></p>
1212
<script>
13-
document.location.href = "https://sendgrid.com/docs/User_Guide/Delivery_Metrics/email_reports.html";
13+
document.location.href = "https://sendgrid.com/docs/User_Guide/Settings/alerts.html";
1414
</script>
1515
</body>
1616
</html>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Redirecting...</title>
5+
<link rel="canonical" href="https://sendgrid.com/docs/User_Guide/Statistics/index.html"/>
6+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
7+
<meta http-equiv="refresh" content="0; url=https://sendgrid.com/docs/User_Guide/Statistics/index.html" />
8+
</head>
9+
<body>
10+
<p><strong>Redirecting...</strong></p>
11+
<p><a href='https://sendgrid.com/docs/User_Guide/Statistics/index.html'>Click here if you are not redirected.</a></p>
12+
<script>
13+
document.location.href = "https://sendgrid.com/docs/User_Guide/Statistics/index.html";
14+
</script>
15+
</body>
16+
</html>

source/User_Guide/Marketing_Emails/create_manage.md

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ navigation:
66
show: true
77
---
88

9+
<div class="video-container" itemprop="video" itemscope itemtype="http://schema.org/VideoObject">
10+
<meta itemprop="name" content="{{ page.title }}"><iframe width="100%" height="100%" src="https://www.youtube.com/embed/O18NLyAPczQ?rel=0" frameborder="0" allowfullscreen></iframe>
11+
912
{% anchor h2 %}
10-
Create Marketing Email
13+
Create Marketing Email
1114
{% endanchor %}
1215

1316
This section walks you through the four stages of configuring a marketing email. You will:
@@ -18,7 +21,7 @@ This section walks you through the four stages of configuring a marketing email.
1821
- Review & Schedule
1922

2023
{% anchor h2 %}
21-
STEP 1: Setup
24+
STEP 1: Setup
2225
{% endanchor %}
2326

2427
First define the name of the marketing email, what category or categories it will use for statistical purposes, and which identity you will use to send the marketing email.
@@ -31,17 +34,17 @@ First define the name of the marketing email, what category or categories it wil
3134
***Split Testing*** introduces a new set of options. This works by defining a percentage of your total recipients as a test group. Whichever variant they like the most gets sent out to the remaining recipients in the list.
3235

3336
{% info %}
34-
While it's up to you what criteria you will use to determine success, our personal favorite is Clicks. This speaks to how many people not only opened your marketing email, but were compelled enough by the content to click, as well.
37+
While it's up to you what criteria you will use to determine success, our personal favorite is Clicks. This speaks to how many people not only opened your marketing email, but were compelled enough by the content to click, as well.
3538
{% endinfo %}
3639

3740
{% anchor h2 %}
38-
STEP 2: Select Recipients
41+
STEP 2: Select Recipients
3942
{% endanchor %}
4043

4144
Here you select who you want to receive your marketing email. You can either select a list of recipients you have already inserted into your account or create a new list.
4245

4346
{% anchor h2 %}
44-
STEP 3: Design
47+
STEP 3: Design
4548
{% endanchor %}
4649

4750
Text marketing email design is quite straightforward, but if you chose HTML there are some tips that will help you. The graphical editor is very capable, as you can see in the image below.
@@ -51,13 +54,13 @@ Text marketing email design is quite straightforward, but if you chose HTML ther
5154
There are three distinct areas of the graphical editor, Modules on the left, the editor itself in the center, and the Style/Library section to the right. In Design Mode, you drag and drop Modules from the bin to the left and into the Editor. This functionality makes it easier and quicker to create attractive marketing emails.
5255

5356
{% info %}
54-
Only the Style or Library tool can be displayed at one time and the Style tool is shown by default. If you want to access your previously uploaded images, click on the Library icon located underneath the Style tool and it will slide into view.
57+
Only the Style or Library tool can be displayed at one time and the Style tool is shown by default. If you want to access your previously uploaded images, click on the Library icon located underneath the Style tool and it will slide into view.
5558
{% endinfo %}
5659

5760
It is in the Editor that you can now define the content for your marketing email. You can insert all manner or modules in any order you deem appropriate. You can also use all of your substitution tags in either the visual or source mode editors. If you drag in a module that includes text, you can style that text in the Module Editor. You can also add links or just insert pre-formatted HTML.
5861

5962
{% info %}
60-
If you selected to send a Split Test, the only difference in the editor that you will see is the addition of the Add Variation button, selector, and trash can. You will note that your first variation is called Variation \#1. Believe me, we were proud as parents the day we came up with that creative freight train! Once you have edited your first variation, click Add Variation to create a new one. You will be asked if you want to start with a clean slate or clone another variation.
63+
If you selected to send a Split Test, the only difference in the editor that you will see is the addition of the Add Variation button, selector, and trash can. You will note that your first variation is called Variation \#1. Believe me, we were proud as parents the day we came up with that creative freight train! Once you have edited your first variation, click Add Variation to create a new one. You will be asked if you want to start with a clean slate or clone another variation.
6164
{% endinfo %}
6265

6366
Adding a module causes the Module Editor to appear, allowing you to set the display parameters, upload an image, configure the Hot Button feature for the module. The available modules are:
@@ -72,11 +75,11 @@ Adding a module causes the Module Editor to appear, allowing you to set the disp
7275
- **Text** - As implied, this just adds a block of text. Clean. Simple. Good.
7376

7477
{% info %}
75-
So, you want to add a Library image to a new module, but that darned Module Editor keeps popping up!? No problem. Just close the editor, then drag the image from your library over to the new module. A drop area will appear and, Voila! ...That's it. Just Voila!
78+
So, you want to add a Library image to a new module, but that darned Module Editor keeps popping up!? No problem. Just close the editor, then drag the image from your library over to the new module. A drop area will appear and, Voila! ...That's it. Just Voila!
7679
{% endinfo %}
7780

7881
{% info %}
79-
All modules include the Style tab that gives you access to defining the overall colors and bordering for each module. For example, if you wanted to send a note to your subscribers that included some important information in the third of five paragraphs, insert the important paragraph as a separate Text module and change it's background color. It will stand out or, as the designers say, pop!
82+
All modules include the Style tab that gives you access to defining the overall colors and bordering for each module. For example, if you wanted to send a note to your subscribers that included some important information in the third of five paragraphs, insert the important paragraph as a separate Text module and change it's background color. It will stand out or, as the designers say, pop!
8083
{% endinfo %}
8184

8285
Once you have added modules, you can edit them in place or move them around. You will know that a module is selected when the dashed line appears around it. The selection indicator moves as you move your mouse pointer, so all you have to do is point at what you want to edit. Once you have selected a module, you will note that it has a bar across the top and some icons, as indicated below.
@@ -86,11 +89,11 @@ Once you have added modules, you can edit them in place or move them around. You
8689
Point at the bar and your mouse pointer changes icons to a 4-way arrow. This indicates that you can drag that module into a new position. The other modules will move around as you drag to make room. The three icons to the far right let you open the Module Editor, duplicate the module, and remove the module.
8790

8891
{% info %}
89-
Editing HTML source is easy. Just click on the Source Mode tab at the top of the editor. There are buttons that let you insert simple styling code as well as buttons that will insert code for links to viewing the message on the web, subscription management, and to add the Footer module.
92+
Editing HTML source is easy. Just click on the Source Mode tab at the top of the editor. There are buttons that let you insert simple styling code as well as buttons that will insert code for links to viewing the message on the web, subscription management, and to add the Footer module.
9093
{% endinfo %}
9194

9295
{% anchor h2 %}
93-
STEP 4: Review & Schedule
96+
STEP 4: Review & Schedule
9497
{% endanchor %}
9598

9699
Now that you're done with all of the other components of creating a Marketing Email, you are ready to review everything and schedule it for sending. In a nutshell, which is precisely what this page is, you will see how many recipients have been selected, what split there is if you selected Split Testing, a preview of your marketing email or variations as well as links to the text versions, and the ability to send a test to just about anyone you like.
@@ -104,11 +107,11 @@ If all is good, then you are ready to schedule your marketing email. Your option
104107
The only thing you have remaining to do is click the big blue Finish button!
105108

106109
{% anchor h2 %}
107-
Manage Marketing Emails
110+
Manage Marketing Emails
108111
{% endanchor %}
109112

110113
{% anchor h3 %}
111-
Overview
114+
Overview
112115
{% endanchor %}
113116

114117
Here you can see a list of your previously created marketing emails with the following information:
@@ -119,7 +122,7 @@ Here you can see a list of your previously created marketing emails with the fol
119122
- Clicks (numeric and percentage)
120123

121124
{% anchor h3 %}
122-
Status
125+
Status
123126
{% endanchor %}
124127

125128
Marketing Email status can have multiple values:
@@ -142,50 +145,49 @@ Marketing Email status can have multiple values:
142145
- Sent (the date when the sending process was finished)
143146

144147
{% anchor h3 %}
145-
Clone
148+
Clone
146149
{% endanchor %}
147150

148151
Clone creates a duplicate of the marketing email with the same characteristics as the old one, except the Name, which gets a [Clone] suffix, so that it can be found easier. The title can later be modified by editing the marketing email.
149152

150153
{% anchor h3 %}
151-
View
154+
View
152155
{% endanchor %}
153156

154157
View redirects to the last accessed step in the marketing email wizard. If the marketing email is a draft, it can be edited via any steps in the wizard.
155158

156159
{% anchor h3 %}
157-
Stats
160+
Stats
158161
{% endanchor %}
159162

160163
Stats displays analytics for sent marketing emails. If the marketing email was split tested, the chart will show a column containing each variation including the winning variation (if it was already picked). You can check or uncheck which variation should be displayed on the chart (all variations are selected by default), in order to compare the graphs.
161164

162165
{% anchor h3 %}
163-
Stats Listing
166+
Stats Listing
164167
{% endanchor %}
165168

166169
Stats analytics in tabular view, both raw numbers and percentages are displayed.
167170

168171
{% anchor h3 %}
169-
Download to Excel
172+
Download to Excel
170173
{% endanchor %}
171174

172175
Export statistics data into an XLS file saved on your local computer.
173176

174177
{% anchor h3 %}
175-
Print View
178+
Print View
176179
{% endanchor %}
177180

178181
Displays the marketing emails graph and tabular analytics in a convenient printable format.
179182

180183
{% anchor h3 %}
181-
Delete Marketing Email
184+
Delete Marketing Email
182185
{% endanchor %}
183186

184187
Deletes the marketing email.
185188

186189
{% anchor h3 %}
187-
Pause/Resume/Stop Sending
190+
Pause/Resume/Stop Sending
188191
{% endanchor %}
189192

190193
Manages the marketing email sending status by pausing, resuming or even stopping the sending process.
191-

source/User_Guide/Settings/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
weight: 0
3+
weight: 100
44
title: Overview
55
seo:
66
title: Settings Overview
@@ -43,4 +43,4 @@ <h2><a href="{{root_url}}/User_Guide/Settings/Subusers/index.html">Subuser Setti
4343
<p>Create and manage subusers to segment your email sending and have different settings for your segments.</p>
4444

4545
<h2><a href="{{root_url}}/User_Guide/Settings/tracking.html">Tracking Settings</a></h2>
46-
<p>Control how your emails and your recipient email interaction behaviors are tracked within SendGrid.</p>
46+
<p>Control how your emails and your recipient email interaction behaviors are tracked within SendGrid.</p>

source/User_Guide/Statistics/browser.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ seo:
44
description: View and filter your Browser specific email statistics.
55
keywords: Browser statistics, SendGrid Browser statistics
66
title: Browser
7-
weight: 100
7+
weight: 0
88
layout: page
99
navigation:
1010
show: true
@@ -26,7 +26,7 @@ There are similarities between Device and Browser statistics and we are working
2626

2727
Choose a browser from the list to see statistics about how your recipients interact with your email based on the application they use to look at the internet.
2828

29-
The actual statistics included vary depending upon [your account settings]({{root_url}}/User_Guide/Settings/index.html). Emails sent, bounces and spam reports will always get tracked. Unsubscribes, Clicks, and Opens require that the associated settings are enabled.
29+
The actual statistics included vary depending upon [your account settings]({{root_url}}/User_Guide/Settings/index.html). Emails sent, bounces and spam reports will always get tracked. Unsubscribes, Clicks, and Opens require that the associated settings are enabled.
3030

3131
You can change which metrics, date, or grouping by adjusting the [statistics filters]({{root_url}}/User_Guide/Statistics/index.html#-Statistics-Filters).
3232

@@ -36,4 +36,4 @@ Figures
3636

3737
The figures table gives you all of the specific counts or percentages of each event, according to how you’ve grouped your stats (day, week, or month). For example, if you wanted to see what percentage of the emails you sent were actually opened on the 2nd week of April based on the browser, this is a great place to look.
3838

39-
This table will refresh with new or adjusted data based on the various filters available at the top of the page. You can also choose to show actual counts or percentages, by clicking the corresponding button above and to the right of the table.
39+
This table will refresh with new or adjusted data based on the various filters available at the top of the page. You can also choose to show actual counts or percentages, by clicking the corresponding button above and to the right of the table.

source/User_Guide/Statistics/browser_compare.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ seo:
44
description: Compare your Browser specific email statistics.
55
keywords: Browser comparison statistics, Compare SendGrid Browser statistics
66
title: Browser Comparison
7-
weight: 100
7+
weight: 0
88
layout: page
99
navigation:
1010
show: true
@@ -32,7 +32,7 @@ Your top most graph will show you how each selected browser has fared for the se
3232
Individual Metrics Comparison
3333
{% endanchor %}
3434

35-
This graph will show you the browser stats for the selected metric. To change the metric, select it from the button at the top of the page.
35+
This graph will show you the browser stats for the selected metric. To change the metric, select it from the button at the top of the page.
3636

3737
You can remove individual browsers from the graph by clicking the button above and to the right of this chart and unchecking the boxes next to the browser name. The graph will refresh, showing only the stats for the selected browser.
3838

@@ -42,4 +42,4 @@ Individual Metrics Figures
4242

4343
This table will be titled “Figures for Delivered” and will show you the actual delivery numbers over time for each of the compared browsers.
4444

45-
You can also choose to show actual counts or percentages, by clicking the corresponding button above and to the right of the table.
45+
You can also choose to show actual counts or percentages, by clicking the corresponding button above and to the right of the table.

source/User_Guide/Statistics/categories.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ seo:
44
description: View and filter your Category specific SendGrid email statistics.
55
keywords: category statistics, SendGrid category statistics
66
title: Categories
7-
weight: 100
7+
weight: 0
88
layout: page
99
navigation:
1010
show: true
@@ -20,7 +20,7 @@ Parent accounts will see aggregated stats for their account and all subuser acco
2020

2121
Categories can help organize your email analytics by enabling you to “tag” emails by type. Just as you can view the statistics on all your [email activity]({{root_url}}/User_Guide/email_activity.html), you can go a step further and view the statistics broken down to a particular category.
2222

23-
The actual statistics included vary depending upon your [account settings]({{root_url}}/User_Guide/Settings/index.html). Emails sent, bounces and spam reports will always get tracked. Unsubscribes, Clicks, and Opens require that the associated settings are enabled.
23+
The actual statistics included vary depending upon your [account settings]({{root_url}}/User_Guide/Settings/index.html). Emails sent, bounces and spam reports will always get tracked. Unsubscribes, Clicks, and Opens require that the associated settings are enabled.
2424

2525
In order to see statistics for a category, select the category and the page will show you both a graph and a table of your category’s email statistics.
2626

@@ -38,4 +38,4 @@ This table will refresh with new or adjusted data based on the various filters a
3838
Using the API
3939
{% endanchor %}
4040

41-
[Using Categories with the SMTPAPI]({{root_url}}/API_Reference/SMTP_API/categories.html)
41+
[Using Categories with the SMTPAPI]({{root_url}}/API_Reference/SMTP_API/categories.html)

0 commit comments

Comments
 (0)