diff --git a/source/User_Guide/Marketing_Campaigns/Campaigns/index.html b/source/User_Guide/Marketing_Campaigns/Campaigns/index.html index 77a2354c99..aad5cb01c8 100644 --- a/source/User_Guide/Marketing_Campaigns/Campaigns/index.html +++ b/source/User_Guide/Marketing_Campaigns/Campaigns/index.html @@ -187,11 +187,51 @@ Campaign Statistics {% endanchor %} +
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. +
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. +
+ +{% anchor h3 %} +Exporting Statistics for Multiple Campaigns +{% endanchor %} + ++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. +
+ ++ 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. +
++ Once you’ve selected the campaigns that you want to include in your CSV, click this button and select Export CSV. +
+diff --git a/source/_assets/stylesheets/components/nav.less b/source/_assets/stylesheets/components/nav.less index 66dd943e98..eb8475aca1 100644 --- a/source/_assets/stylesheets/components/nav.less +++ b/source/_assets/stylesheets/components/nav.less @@ -76,8 +76,8 @@ #logo { margin-top: 21px; display: inline-block; - width: 120px; - height: 26px; + width: 155px; + height: 37px; margin-left: 30px; } #nav-menu { diff --git a/source/_assets/stylesheets/images.less b/source/_assets/stylesheets/images.less index 08a5d4acc6..0242b64889 100644 --- a/source/_assets/stylesheets/images.less +++ b/source/_assets/stylesheets/images.less @@ -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; } @@ -36,4 +36,4 @@ .circle-indicator { background: url(../images/circle-indicator.gif); -} \ No newline at end of file +} diff --git a/source/_includes/head.html b/source/_includes/head.html index b0a30d0e51..4e2033958c 100644 --- a/source/_includes/head.html +++ b/source/_includes/head.html @@ -54,27 +54,24 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +