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

Commit 583d368

Browse files
committed
added screenshot, removed warning about click tracking for A/B tests
1 parent 899ff8d commit 583d368

File tree

1 file changed

+20
-14
lines changed
  • source/User_Guide/Marketing_Campaigns/Campaigns

1 file changed

+20
-14
lines changed

source/User_Guide/Marketing_Campaigns/Campaigns/index.html

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,27 @@
205205
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.
206206
</p>
207207

208-
<p>
209-
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.
210-
</p>
211-
212-
<img src="{{root_url}}/images/bulk_edit_button.png" alt="Bulk Edit Button" />
213-
214-
<p>
215-
Once you’ve selected the campaigns that you want to include in your CSV, click this button and select Export CSV.
216-
</p>
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>
217218

218-
<img src="{{root_url}}/images/export_multiple_campaign_stats_1.png" alt="Export CSV" />
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>
219229

220230
<ul>
221231
<li>Campaigns are ordered from most to least recent.</li>
@@ -233,10 +243,6 @@
233243
Click tracking stats will be displayed for the top 20 most frequently clicked links within your campaign.
234244
{% endinfo %}
235245

236-
{% info %}
237-
Clicks can not be tracked in A/B test campaigns.
238-
{% endinfo %}
239-
240246
<img src="{{root_url}}/images/link_tracking.png" alt="Link Tracking" />
241247

242248
<p>

0 commit comments

Comments
 (0)