Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 40 additions & 4 deletions source/User_Guide/Marketing_Campaigns/Campaigns/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,51 @@
Campaign Statistics
{% endanchor %}

<p>
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.
</p>

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

<p>
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.
</p>

{% anchor h3 %}
Exporting Statistics for Multiple Campaigns
{% endanchor %}

<p>
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.
</p>

<div class="row">
<div class="col-md-4">
<img src="{{root_url}}/images/bulk_edit_button.png" class="img-responsive pull-left"/>
</div>
<div class="clearfix col-md-8">
<p>
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.
</p>
</div>
</div>

<div class="row">
<div class="clearfix col-md-8">
<p>
Once you’ve selected the campaigns that you want to include in your CSV, click this button and select Export CSV.
</p>
</div>
<div class="col-md-4">
<img src="{{root_url}}/images/export_multiple_campaign_stats_1.png" class="img-responsive pull-right"/>
</div>
</div>

<ul>
<li>Campaigns are ordered from most to least recent.</li>
<li>The CSV will include a row for each day that SendGrid has gathered statistics.</li>
<li>Every stats CSV that you export will contain a row containing the totals for each column.</li>
</ul>

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

{% info %}
Clicks can not be tracked in A/B test campaigns.
{% endinfo %}

<img src="{{root_url}}/images/link_tracking.png" alt="Link Tracking" />

<p>
Expand Down
4 changes: 2 additions & 2 deletions source/_assets/stylesheets/components/nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
#logo {
margin-top: 21px;
display: inline-block;
width: 120px;
height: 26px;
width: 155px;
height: 37px;
margin-left: 30px;
}
#nav-menu {
Expand Down
4 changes: 2 additions & 2 deletions source/_assets/stylesheets/images.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

Expand Down Expand Up @@ -36,4 +36,4 @@

.circle-indicator {
background: url(../images/circle-indicator.gif);
}
}
39 changes: 18 additions & 21 deletions source/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,27 +54,24 @@
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{root_url}}/images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{root_url}}/images/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{root_url}}/images/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{root_url}}/images/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="{{root_url}}/images/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="{{root_url}}/images/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="{{root_url}}/images/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="{{root_url}}/images/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="{{root_url}}/images/favicon-128.png" sizes="128x128" />
<meta name="application-name" content="&nbsp;"/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="{{root_url}}/images/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="{{root_url}}/images/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="{{root_url}}/images/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="{{root_url}}/images/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="{{root_url}}/images/mstile-310x310.png" />

<link rel="shortcut icon" type="image/x-icon" href="https://sendgrid.com/brand/favicons/favicon.ico">
<link rel="apple-touch-icon" sizes="57x57" href="https://sendgrid.com/brand/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://sendgrid.com/brand/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://sendgrid.com/brand/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://sendgrid.com/brand/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://sendgrid.com/brand/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://sendgrid.com/brand/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://sendgrid.com/brand/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://sendgrid.com/brand/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://sendgrid.com/brand/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="https://sendgrid.com/brand/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://sendgrid.com/brand/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="https://sendgrid.com/brand/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://sendgrid.com/brand/favicons/favicon-16x16.png">
<link rel="manifest" href=" https://sendgrid.com/brand/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff"}
<meta name="msapplication-TileImage" content="https://sendgrid.com/brand/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">

<link href="{{root_url}}/{% css_asset_tag global %}
- /_assets/stylesheets/app.less
Expand Down
Binary file added source/images/bulk_edit_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.