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

Commit 6102f71

Browse files
committed
Merge pull request #1899 from sendgrid/develop
6/9/2015 Docs Update with New Logo
2 parents 2277695 + de21e69 commit 6102f71

File tree

6 files changed

+62
-29
lines changed

6 files changed

+62
-29
lines changed

source/User_Guide/Marketing_Campaigns/Campaigns/index.html

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,51 @@
187187
Campaign Statistics
188188
{% endanchor %}
189189

190+
<p>
190191
Once you have sent a campaign, you can click the gear icon next to the campaign name and then choose “stats.” From here, you will get statistics specific to this campaign including bounces, clicks, opens, etc. and you can also export a CSV with the raw stats.
192+
</p>
191193

192194
<img src="{{root_url}}/images/stats_1.jpg" alt="Campaign Statistics" />
193195

196+
<p>
194197
You can choose to see either raw numbers or percentages when looking at your campaign statistics by clicking the Toggle switch on the Campaigns page.
198+
</p>
199+
200+
{% anchor h3 %}
201+
Exporting Statistics for Multiple Campaigns
202+
{% endanchor %}
203+
204+
<p>
205+
You can export a CSV containing the statistics for multiple campaigns. This exported CSV will closely resemble the CSV exported for a single campaign’s statistics, with the exception of two additional columns containing the campaign name and ID for each row of statistics. These columns will be labeled “Campaign Name” and “Campaign ID”, respectively.
206+
</p>
207+
208+
<div class="row">
209+
<div class="col-md-4">
210+
<img src="{{root_url}}/images/bulk_edit_button.png" class="img-responsive pull-left"/>
211+
</div>
212+
<div class="clearfix col-md-8">
213+
<p>
214+
To export statistics for multiple campaigns, navigate to your Campaigns page within Marketing Campaigns. Check the box next to each campaign that you want to include in your stats CSV. As you add campaigns, you will notice a number on the bulk dropdown menu in the upper right increase.
215+
</p>
216+
</div>
217+
</div>
218+
219+
<div class="row">
220+
<div class="clearfix col-md-8">
221+
<p>
222+
Once you’ve selected the campaigns that you want to include in your CSV, click this button and select Export CSV.
223+
</p>
224+
</div>
225+
<div class="col-md-4">
226+
<img src="{{root_url}}/images/export_multiple_campaign_stats_1.png" class="img-responsive pull-right"/>
227+
</div>
228+
</div>
229+
230+
<ul>
231+
<li>Campaigns are ordered from most to least recent.</li>
232+
<li>The CSV will include a row for each day that SendGrid has gathered statistics.</li>
233+
<li>Every stats CSV that you export will contain a row containing the totals for each column.</li>
234+
</ul>
195235

196236
{% anchor h3 %}
197237
Link Tracking
@@ -203,10 +243,6 @@
203243
Click tracking stats will be displayed for the top 20 most frequently clicked links within your campaign.
204244
{% endinfo %}
205245

206-
{% info %}
207-
Clicks can not be tracked in A/B test campaigns.
208-
{% endinfo %}
209-
210246
<img src="{{root_url}}/images/link_tracking.png" alt="Link Tracking" />
211247

212248
<p>

source/_assets/stylesheets/components/nav.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
#logo {
7777
margin-top: 21px;
7878
display: inline-block;
79-
width: 120px;
80-
height: 26px;
79+
width: 155px;
80+
height: 37px;
8181
margin-left: 30px;
8282
}
8383
#nav-menu {

source/_assets/stylesheets/images.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Logo
55
#logo {
6-
background: url(../images/sendgrid-logo-blue.png?embed=true) no-repeat;
6+
background: url('https://sendgrid.com/brand/sg-logo.png') no-repeat;
77
background-size: contain;
88
}
99

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

3737
.circle-indicator {
3838
background: url(../images/circle-indicator.gif);
39-
}
39+
}

source/_includes/head.html

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -54,27 +54,24 @@
5454
<meta name="MobileOptimized" content="320">
5555
<meta name="viewport" content="width=device-width, initial-scale=1">
5656

57-
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{root_url}}/images/apple-touch-icon-57x57.png" />
58-
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{root_url}}/images/apple-touch-icon-114x114.png" />
59-
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{root_url}}/images/apple-touch-icon-72x72.png" />
60-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{root_url}}/images/apple-touch-icon-144x144.png" />
61-
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{root_url}}/images/apple-touch-icon-60x60.png" />
62-
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{root_url}}/images/apple-touch-icon-120x120.png" />
63-
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{root_url}}/images/apple-touch-icon-76x76.png" />
64-
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{root_url}}/images/apple-touch-icon-152x152.png" />
65-
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-196x196.png" sizes="196x196" />
66-
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-96x96.png" sizes="96x96" />
67-
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-32x32.png" sizes="32x32" />
68-
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-16x16.png" sizes="16x16" />
69-
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-128.png" sizes="128x128" />
70-
<meta name="application-name" content="&nbsp;"/>
71-
<meta name="msapplication-TileColor" content="#FFFFFF" />
72-
<meta name="msapplication-TileImage" content="{{root_url}}/images/mstile-144x144.png" />
73-
<meta name="msapplication-square70x70logo" content="{{root_url}}/images/mstile-70x70.png" />
74-
<meta name="msapplication-square150x150logo" content="{{root_url}}/images/mstile-150x150.png" />
75-
<meta name="msapplication-wide310x150logo" content="{{root_url}}/images/mstile-310x150.png" />
76-
<meta name="msapplication-square310x310logo" content="{{root_url}}/images/mstile-310x310.png" />
77-
57+
<link rel="shortcut icon" type="image/x-icon" href="https://sendgrid.com/brand/favicons/favicon.ico">
58+
<link rel="apple-touch-icon" sizes="57x57" href="https://sendgrid.com/brand/favicons/apple-icon-57x57.png">
59+
<link rel="apple-touch-icon" sizes="60x60" href="https://sendgrid.com/brand/favicons/apple-icon-60x60.png">
60+
<link rel="apple-touch-icon" sizes="72x72" href="https://sendgrid.com/brand/favicons/apple-icon-72x72.png">
61+
<link rel="apple-touch-icon" sizes="76x76" href="https://sendgrid.com/brand/favicons/apple-icon-76x76.png">
62+
<link rel="apple-touch-icon" sizes="114x114" href="https://sendgrid.com/brand/favicons/apple-icon-114x114.png">
63+
<link rel="apple-touch-icon" sizes="120x120" href="https://sendgrid.com/brand/favicons/apple-icon-120x120.png">
64+
<link rel="apple-touch-icon" sizes="144x144" href="https://sendgrid.com/brand/favicons/apple-icon-144x144.png">
65+
<link rel="apple-touch-icon" sizes="152x152" href="https://sendgrid.com/brand/favicons/apple-icon-152x152.png">
66+
<link rel="apple-touch-icon" sizes="180x180" href="https://sendgrid.com/brand/favicons/apple-icon-180x180.png">
67+
<link rel="icon" type="image/png" sizes="192x192" href="https://sendgrid.com/brand/favicons/android-icon-192x192.png">
68+
<link rel="icon" type="image/png" sizes="32x32" href="https://sendgrid.com/brand/favicons/favicon-32x32.png">
69+
<link rel="icon" type="image/png" sizes="96x96" href="https://sendgrid.com/brand/favicons/favicon-96x96.png">
70+
<link rel="icon" type="image/png" sizes="16x16" href="https://sendgrid.com/brand/favicons/favicon-16x16.png">
71+
<link rel="manifest" href=" https://sendgrid.com/brand/favicons/manifest.json">
72+
<meta name="msapplication-TileColor" content="#ffffff"}
73+
<meta name="msapplication-TileImage" content="https://sendgrid.com/brand/favicons/ms-icon-144x144.png">
74+
<meta name="theme-color" content="#ffffff">
7875

7976
<link href="{{root_url}}/{% css_asset_tag global %}
8077
- /_assets/stylesheets/app.less

source/images/bulk_edit_button.png

5.22 KB
Loading
9.1 KB
Loading

0 commit comments

Comments
 (0)