-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
595 lines (452 loc) · 42.7 KB
/
index1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
<!DOCTYPE HTML>
<html>
<head>
<link href="http://media.bizo.com/bizstrap/css/bizstrap-v2.2.2.5.css" rel="stylesheet">
<link rel="stylesheet/less" type="text/css" href="less/styles.less" />
<script src="js/less-1.3.3.min.js" type="text/javascript"></script>
<title>Bizo Partner Success Zone</title>
</head>
<!-- Google Tracking Code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-5626189-13']);
_gaq.push(['_setDomainName', 'media.bizo.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body>
<div class="navbar header-fixed">
<div class="navbar-inner">
<div class="row-fluid">
<div class="span4">
<a href="#home"><img class="brand" src="http://media.bizo.com/bizstrap/img/bizo-logo-small.png"></a>
<p class="navbar-text" style="line-height:30px;">Business Audience Marketing</p>
</div>
<div class="pull-right button-comscore">
<a href="http://comscore.bizo.com" target="blank" class="btn btn-warning">Launch comScore-Bizo Explorer</a>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div class="span3">
<ul class="nav nav-list sidebar-nav-fixed">
<li><a href="#home"><i class="icon-home"></i> Home</a></li>
<li><a href="#pulse"><i class="icon-list-alt"></i> Pulse Newsletter</a></li>
<li><a href="#top"><i class="icon-star"></i> Bizo Sales Success Kit</a></li>
<li><a href="#logos"><i class="icon-briefcase"></i> Tools for Partners</a></li>
<li><a href="#data"><i class="icon-info-sign"></i> The Bizo Data</a></li>
<li><a href="#ds"><i class="icon-file"></i> Datasheets</a></li>
<li><a href="#wp"><i class="icon-file"></i> White Papers</a></li>
<li><a href="#studies"><i class="icon-folder-open"></i> Case Studies</a></li>
<li><a href="#cobrand"><i class="icon-tag"></i> Co-Brandable Digital Assets</a></li>
<li><a href="#contact"><i class="icon-envelope"></i> Contact</a></li>
</div>
<a name="home"></a>
<div class="span8 container-spacer">
<h1 class="section-header">Bizo Partner Success Zone</h1>
<hr>
<p class="reading-optimized">Welcome to Bizo! We have designed this site to help Bizo partners quickly access the resources they need to position Bizo targeting capabilities with clients and generate new business. Everything you need to be a successful Bizo partner is here for you — especially the Bizo team. Please contact us if you have questions about these materials or would like to request something you do not see here. We are always available to help.<a name="pulse"></a><br><br></p>
<br><br>
<h3 class="section-header">Sign Up For the Bizo Pulse Newsletter</h3>
<p>Our monthly newsletter for partners only delivering insight and ideas to help partners generate new business.</p>
<hr>
<div><form method="post" name="PulseForm-1361480707444" action="https://s1695833911.t.eloqua.com/e/f2" id="form74" ><input value="PulseForm-1361480707444" type="hidden" name="elqFormName" /><input value="1695833911" type="hidden" name="elqSiteId" /><input name="elqCampaignId" type="hidden" />
<div id="formElement0" class="sc-view form-design-field sc-static-layout sc-regular-size" ><div class="field-wrapper" style="float: left; width: 100%; clear: both" ><div style="" ><p style="position: relative; margin: 0px; padding: 0px" ><label for="firstName" style="display: block; line-height: 150%; padding: 1px 0pt 3px; white-space: nowrap" ><strong>First Name:</strong> <input id="field0" name="firstName" type="text" value="" style="width: 60%; margin-left:32px;" /></p></div></div></div></label>
<div id="formElement1" class="sc-view form-design-field sc-static-layout sc-regular-size" ><div class="field-wrapper" style="float: left; width: 100%; clear: both" ><div style="" ><p style="position: relative; margin: 0px; padding: 0px" ><label for="lastName" style="display: block; line-height: 150%; padding: 1px 0pt 3px; white-space: nowrap" ><strong>Last Name:</strong> <input id="field1" name="lastName" type="text" value="" style="width: 60%; margin-left:33px;" /></p></div></div></div></label>
<div id="formElement2" class="sc-view form-design-field sc-static-layout sc-regular-size" ><div class="field-wrapper" style="float: left; width: 100%; clear: both" ><div style="" ><p style="position: relative; margin: 0px; padding: 0px" ><label for="company" style="display: block; line-height: 150%; padding: 1px 0pt 3px; white-space: nowrap" ><strong>Company:</strong> <input id="field2" name="company" type="text" value="" style="width: 60%; margin-left:40px;" /></p></div></div></div></label>
<div id="formElement3" class="sc-view form-design-field sc-static-layout sc-regular-size" ><div class="field-wrapper" style="float: left; width: 100%; clear: both" ><div style="" ><p style="position: relative; margin: 0px; padding: 0px" ><label for="emailAddress" style="display: block; line-height: 150%; padding: 1px 0pt 3px; white-space: nowrap" ><strong>Email Address:</strong> <input id="field3" name="emailAddress" type="text" value="" style="width: 60%; margin-left:10px;" /></p></div></div></div></label>
<div id="formElement4" class="sc-view form-design-field sc-static-layout sc-regular-size" style="left: 0px; right: 0px; top: 0px; bottom: 0px" ><div class="field-wrapper" style="float: left; width: 100%; clear: both" ><div style="" ><p style="position: relative; margin: 0px; padding: 0px" ><input id="field4" type="hidden" name="LeadSource" value="Marketing - Newsletter" /></p></div></div></div>
<div id="formElement5" class="sc-view form-design-field sc-static-layout sc-regular-size" style="left: 0px; right: 0px; top: 0px; bottom: 0px; padding: 6px 5px 9px 9px" >
<div class="field-wrapper" style="float: right; width: 100%; clear: both" >
<div style="" >
<p><input type="submit" value=" Subscribe To The Pulse " style="float:right; margin-right:30%; padding:7px;" class="btn btn-warning" type="button" /></p></div></div></div><br><br><br><br><br><br></form>
<script src="https://img.en25.com/i/livevalidation_standalone.compressed.js" type="text/javascript" ></script><style type="text/css" media="screen" >.LV_validation_message{ font-weight:bold; margin: 0 0 0 5px; }
.LV_valid{ color:#00CC00; display:none; }
.LV_invalid{ color:#CC0000; font-size:10px; }
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active { border: 1px solid #00CC00; }
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active { border: 1px solid #CC0000; }</style><script type="text/javascript" >var field0 = new LiveValidation("field0", {validMessage: "", onlyOnBlur: true});field0.add(Validate.Presence, {failureMessage:"This field is required"});var field1 = new LiveValidation("field1", {validMessage: "", onlyOnBlur: true});field1.add(Validate.Presence, {failureMessage:"This field is required"});var field2 = new LiveValidation("field2", {validMessage: "", onlyOnBlur: true});var field3 = new LiveValidation("field3", {validMessage: "", onlyOnBlur: true});field3.add(Validate.Presence, {failureMessage:"This field is required"});</script></div>
<br><br><br><br>
<a name="top"></a>
<br><br><br><br>
<div class="row-fluid content-row">
<div class="span12">
<h3 class="section-header">Bizo Sales Success Kit</h3><hr>
<p>120 MB .zip. Approximate Download Time: 3 minutes.</p>
<a href="http://partners.bizo.com/media/Bizo_SalesSuccessKit.zip" target="blank">
<img src="images/salessuccesskit2.png"></a>
</div>
</div>
<br><br>
<a name="logos"></a>
<br><br>
<br><br>
<h3 class="section-header">Tools for Partners</h3>
<hr>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://media.bizo.com/lp/channelpartners/media/basics/Bizo_logos.zip" target="blank"><img src="http://partners.bizo.com/images/cover_logos.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Logos</h4>
<p>Compressed (.zip) file containing: Large JPG, Regular JPG & EPS formats</p><br>
<a href="http://media.bizo.com/lp/channelpartners/media/basics/Bizo_logos.zip" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://bcove.me/8hr36dky" target="blank"><img src="http://partners.bizo.com/images/cover_generic.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Video: Buying Quality Inventory</h4>
<p>A 30 minute video highlighting advantages of buying quality inventory through Bizo's Business Audience Exchange via the AppNexus console </p><br>
<a href="http://bcove.me/8hr36dky" target="blank"><button class="btn btn-warning bottom-btn" type="button">Watch Video</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/SICcodesMappedBizoSegments.xlsx" target="blank"><img src="http://partners.bizo.com/images/cover_generic.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Excel: Bizo Segment/SIC Code Mapping</h4>
<p>An document that maps Bizo segments to SIC codes</p><br>
<a href="http://partners.bizo.com/media/SICcodesMappedBizoSegments.xlsx" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_SalesSuccessKit/Bizo_ChannelOverview.pptx" target="blank"><img src="http://partners.bizo.com/images/cover_partnerpres.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Channel Overview Presentation</h4>
<p>Use these slides to learn more about Bizo or include them in your own sales deck</p><br>
<a href="http://partners.bizo.com/media/Bizo_SalesSuccessKit/Bizo_ChannelOverview.pptx" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
</div>
<br><br>
<br><br>
<br><br>
<div class="row-fluid content-row">
<div class="span3">
<script type="text/javascript" id="vidyard_embed_code_AuvoDZyT_5ajJrpLnblFPw" src="//play.vidyard.com/AuvoDZyT_5ajJrpLnblFPw.js?v=3.1&type=lightbox"></script><div class="outer_vidyard_wrapper"><div class="vidyard_wrapper" onclick="fn_vidyard_AuvoDZyT_5ajJrpLnblFPw();"><img alt="Achieve the Holy Grail of Audience Targeting" src="//play.vidyard.com/AuvoDZyT_5ajJrpLnblFPw.jpg" width="360" /><div class = "vidyard_play_button"><a href="javascript:void(0);"></a></div></div></div>
<h4><br>Reaching High Net Worth Audiences with Bizo Data</h4>
<p>Achieve the Holy Grail of Audience Targeting by Reaching High Net Worth Individuals Online</p><br>
<a href="http://embed.vidyard.com/share/AuvoDZyT_5ajJrpLnblFPw" target="blank"><button class="btn btn-warning bottom-btn" type="button">Watch the Video</button></a>
</div>
</div>
<br><br>
<a name="data"></a>
<br><br>
<br><br>
<h3 class="section-header">The Bizo Data</h3>
<hr>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_DataCollection.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_methodology.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Data Collection & Certification</h4>
<p>Learn more about the fuel that powers the Bizo Marketing Platform</p><br>
<a href="http://partners.bizo.com/media/Bizo_DataCollection.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_Segment-Guide_5.3.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_segmentguide.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Segment Guide</h4>
<p>This guide provides examples of all business professional segments available from Bizo</p><br>
<a href="http://partners.bizo.com/media/Bizo_Segment-Guide_5.3.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a> <br><br>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_Segment_Graphic_2013.pptx" target="blank"><img src="http://partners.bizo.com/images/cover_generic.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>PPT: Segment Sample</h4>
<p>Insert this graphic into your sales presentations to show examples of Bizo segments</p><br>
<a href="http://partners.bizo.com/media/Bizo_Segment_Graphic_2013.pptx" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PPT</button></a>
</div>
</div>
<br><br>
<a name="ds"></a>
<br><br>
<br><br>
<h3 class="section-header">Datasheets</h3>
<hr>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://partners.bizo.com/media/BAX_FAQ.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_bax_faq.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Business Audience Exchange FAQ</h4>
<p>Frequently Asked Questions about Bizo's Business Audience Exchange</p><br>
<a href="http://partners.bizo.com/media/BAX_FAQ.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/AboutBizo_Pat.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_about_pat.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>About Bizo</h4>
<p>Key statistics about Bizo and how we help B2B marketers reach target audiences</p><br>
<a href="http://partners.bizo.com/media/AboutBizo_Pat.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_DataAccessPoints.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_dataaccesspoints.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Data Access Points Information</h4>
<p>A resource that explains how Data Resellers and Private Audience Targeting Partners can access Bizo data</p><br>
<a href="http://partners.bizo.com/media/Bizo_DataAccessPoints.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_DS-PAT.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_pat_ds.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Data for Private Audience Targeting</h4>
<p>A guide to Private Audience Targeting with Bizo</p><br>
<a href="http://partners.bizo.com/media/Bizo_DS-PAT.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
</div>
<br><br>
<br><br>
<br><br>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://partners.bizo.com/media/BAX_Datasheet.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_bax_ds.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Business Audience Exchange Data Sheet</h4>
<p>Key points about Bizo's Business Audience Exchange</p><br>
<a href="http://partners.bizo.com/media/BAX_Datasheet.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_InsightTagsDataSheet.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_insighttags.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Insight Tags</h4>
<p>Learn the capabilities of and answers to frequently asked questions about Bizo's Insight Tag</p><br>
<a href="http://partners.bizo.com/media/Bizo_InsightTagsDataSheet.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_DS-PartnerFAQ.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_partnersalesfaq.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Partner Sales Frequently Asked Questions</h4>
<p>Frequently asked questions and answers for partners who resell Bizo data</p><br>
<a href="http://partners.bizo.com/media/Bizo_DS-PartnerFAQ.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/DS/Bizo_DS-Understanding-and-Targeting-the-C-Suite-Online.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_ds-csuite.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Understanding and Targeting the C-Suite</h4>
<p>Learn more about the online behavior of C-level executives</p><br>
<a href="http://media.bizo.com/www/marketing/DS/Bizo_DS-Understanding-and-Targeting-the-C-Suite-Online.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
</div>
<br><br>
<br><br>
<br><br>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://media.bizo.com/www/marketing/DS/Bizo_DS-DataForFinancialServices.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_ds-dataforfinancialservices.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Data for Financial Services</h4>
<p>Learn more about targeting Finance and Banking professionals with Bizo Data</p><br>
<a href="http://media.bizo.com/www/marketing/DS/Bizo_DS-DataForFinancialServices.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/DS/Bizo_DS-HighNetWorthTargeting.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_ds-hnw.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>High Net Worth Data Sheet</h4>
<p>Learn more about targeting the High Net Worth segment</p><br>
<a href="http://media.bizo.com/www/marketing/DS/Bizo_DS-HighNetWorthTargeting.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_FullFunnelAnalyticsForPublishers.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_ds-ffpub.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Full Funnel Analytics for Publishers</h4>
<p>Find out how our free website audience reports that give you clear visibility into the business demographic or "bizographic" make-up of your website audiences.</p><br>
<a href="http://partners.bizo.com/media/Bizo_FullFunnelAnalyticsForPublishers.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_PAT-FAQ.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_pat_faq.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Private Audience Targeting FAQ</h4>
<p>Frequently asked questions and answers about Bizo's Private Audience Targeting Program.</p><br>
<a href="http://partners.bizo.com/media/Bizo_PAT-FAQ.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
</div>
<br><br>
<a name="wp"></a>
<br><br>
<br><br>
<h3 class="section-header">White Papers</h3>
<hr>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://media.bizo.com/lp/channelpartners/media/resources/Bizo%20Datasheet_Display-by-Numbers.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_display_by_numbers.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Display by the Numbers</h4>
<p>Case studies in display's influence on the marketing funnel</p><br>
<a href="http://media.bizo.com/lp/channelpartners/media/resources/Bizo%20Datasheet_Display-by-Numbers.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/WP/Bizo_WP-Top7B2BAdvertisingTrapsToAvoid.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_wp-trapstoavoid.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Top 7 B2B Advertising Traps To Avoid</h4>
<p>Learn the seven advertising pitfalls to avoid</p><br>
<a href="http://media.bizo.com/www/marketing/WP/Bizo_WP-Top7B2BAdvertisingTrapsToAvoid.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/Bizo_A%20B2B%20Publisher%27s%20Roadmap%20to%20Superior%20Monetization.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_roadmap.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>A B2B Publisher's Roadmap to Superior Audience Monetization</h4>
<p>7 New Ways to Boost and Diversify Online Revenue Streams</p><br>
<a href="http://media.bizo.com/www/marketing/Bizo_A%20B2B%20Publisher%27s%20Roadmap%20to%20Superior%20Monetization.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/Bizo-Whitepaper_Get_to_the_Right_People.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_GTTRP.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Get to the Right People</h4>
<p>5 Steps to Finding — and Converting — Your Target Business Audience Online</p><br>
<a href="http://media.bizo.com/www/marketing/Bizo-Whitepaper_Get_to_the_Right_People.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
</div>
<br><br>
<br><br>
<br><br>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://media.bizo.com/www/marketing/Whitepaper_6StepstoKillerDisplayAdCampaign.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_killerdisplays.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>6 Steps to Killer B2B Display Ad Campaign</h4>
<p>The elements you need to succeed in creating a killer ad campaign</p><br>
<a href="http://media.bizo.com/www/marketing/Whitepaper_6StepstoKillerDisplayAdCampaign.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/Bizo-Playbook%20to%20Great%20B2B%20Ad%20Creative.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_playbook.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>The Playbook to Great B2B Ad Creative</h4>
<p>5 Elements of a Hit Campaign</p><br>
<a href="http://media.bizo.com/www/marketing/Bizo-Playbook%20to%20Great%20B2B%20Ad%20Creative.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://partners.bizo.com/media/Bizo_SalesSuccessKit/Bizo_AvoidB2BTargetingPitfalls.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_pitfall.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Avoid Common B2B Targeting Pitfalls with Bizo</h4>
<p>The most common B2B targeting pitfalls that clients should be aware of and how Bizo can help</p><br>
<a href="http://partners.bizo.com/media/Bizo_SalesSuccessKit/Bizo_AvoidB2BTargetingPitfalls.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a><br><br>
</div>
</div>
<br><br>
<a name="studies"></a>
<br><br>
<br><br>
<h3 class="section-header">Case Studies</h3>
<hr>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://media.bizo.com/lp/channelpartners/media/bestpractices/Bizo%20-%20Case%20Study%20-%20DMA.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_dma.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>DMA </h4>
<p>Learn how The DMA tapped Bizo Audience Marketing to achieve its conference goals</p><br>
<a href="http://media.bizo.com/lp/channelpartners/media/bestpractices/Bizo%20-%20Case%20Study%20-%20DMA.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/CS/Bizo_CS-Freeman-Slingshot.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_cs-freemansling.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Freeman Slingshot</h4>
<p>Find out how Bizo worked with Freeman on mid / bottom funnel marketing strategies to drive leads and new revenue</p><br>
<a href="http://media.bizo.com/www/marketing/CS/Bizo_CS-Freeman-Slingshot.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/lp/channelpartners/media/bestpractices/Bizo%20-%20Case%20Study%20-%20JournalPublications_v1.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_journalpub.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Journal Publication</h4>
<p>Creating online revenue streams for Journal Publications</p><br>
<a href="http://media.bizo.com/lp/channelpartners/media/bestpractices/Bizo%20-%20Case%20Study%20-%20JournalPublications_v1.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/CS/Bizo_CS-SeekingAlpha.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_cs-seekingalpha.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Seeking Alpha</h4>
<p>Learn how Seeking Alpha uses Bizo data to help their clients achieve scale with private audience targeting</p><br>
<a href="http://media.bizo.com/www/marketing/CS/Bizo_CS-SeekingAlpha.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
</div>
<br><br>
<br><br>
<br><br>
<div class="row-fluid content-row">
<div class="span3">
<a href="http://media.bizo.com/lp/channelpartners/media/bestpractices/Bizo%20-%20Case%20Study%20-%20St.%20Jacques%20Marketing.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_stj.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>St. Jacques</h4>
<p>Agency uses Bizo to drive qualified leads for Supercuts and 7-Eleven Franchises</p><br>
<a href="http://media.bizo.com/lp/channelpartners/media/bestpractices/Bizo%20-%20Case%20Study%20-%20St.%20Jacques%20Marketing.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/Bizo-Case%20Study-UpSellit.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_upsellit.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>UpSellit</h4>
<p>UpSellit targeted marketing managers with impressive results</p><br>
<a href="http://media.bizo.com/www/marketing/Bizo-Case%20Study-UpSellit.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
<div class="span3">
<a href="http://media.bizo.com/www/marketing/CS/Bizo_CS-Zuora.pdf" target="blank"><img src="http://partners.bizo.com/images/cover_zuora.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Zuora</h4>
<p>Find out how Zuora was able to increase brand awareness and drive conversions through its website.</p><br>
<a href="http://media.bizo.com/www/marketing/CS/Bizo_CS-Zuora.pdf" target="blank"><button class="btn btn-warning bottom-btn" type="button">Download PDF</button></a>
</div>
</div>
<br><br>
<a name="cobrand"></a>
<br><br>
<br><br>
<h3 class="section-header">Co-Brandable Digital Assets</h3>
<hr>
<p>Want to add your logo and co-brand Bizo documents to share with your clients? It's easy, just click the co-brand button and attach your logo. One of our marketers will get back to you and let you know when to expect your digital copy. Questions? Contact <a href="mailto:[email protected]">[email protected]</a>.</p><br>
<div class="row-fluid content-row">
<div class="span3">
<a href="mailto:[email protected]?subject=[Co-Brand] About Bizo&Body=Don't forget to attach your logo. Thanks!" target="blank"><img src="http://partners.bizo.com/images/cover_about_pat.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>About Bizo</h4>
<p>Key statistics about Bizo and how we help B2B marketers reach target audiences</p><br>
<a href="mailto:[email protected]?subject=[Co-Brand] About Bizo&Body=Don't forget to attach your logo. Thanks!" target="blank"><button class="btn btn-warning bottom-btn" type="button">Co-Brand PDF</button></a>
</div>
<div class="span3">
<a href="mailto:[email protected]?subject=[Co-Brand] Bizo Channel Overview Presentation&Body=Don't forget to attach your logo. Thanks!" target="blank"><img src="http://partners.bizo.com/images/cover_partnerpres.png" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Channel Overview Presentation</h4>
<p>Use these slides to learn more about Bizo or include them in your own sales deck</p><br>
<a href="mailto:[email protected]?subject=[Co-Brand] Bizo Channel Overview Presentation&Body=Don't forget to attach your logo. Thanks!" target="blank"><button class="btn btn-warning bottom-btn" type="button">Co-Brand PDF</button></a>
</div>
<div class="span3">
<a href="mailto:[email protected]?subject=[Co-Brand] Data Collection and Certification&Body=Don't forget to attach your logo. Thanks!" target="blank"><img src="http://partners.bizo.com/images/cover_methodology.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Data Collection & Certification</h4>
<p>Learn more about the fuel that powers the Bizo Marketing Platform</p><br>
<a href="mailto:[email protected]?subject=[Co-Brand] Data Collection and Certification&Body=Don't forget to attach your logo. Thanks!" target="blank"><button class="btn btn-warning bottom-btn" type="button">Co-Brand PDF</button></a>
</div>
<div class="span3">
<a href="mailto:[email protected]?subject=[Co-Brand] Bizo Segment Guide 2013 and Certification&Body=Don't forget to attach your logo. Thanks!" target="blank"><img src="http://partners.bizo.com/images/cover_segmentguide.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Bizo Segment Guide</h4>
<p>This guide provides examples of all business professional segments available from Bizo</p><br>
<a href="mailto:[email protected]?subject=[Co-Brand] Bizo Segment Guide 2013 and Certification&Body=Don't forget to attach your logo. Thanks!" target="blank"><button class="btn btn-warning bottom-btn" type="button">Co-Brand PDF</button></a>
</div>
</div>
<br><br>
<br><br>
<br><br>
<div class="row-fluid content-row">
<div class="span3">
<a href="mailto:[email protected]?subject=[Co-Brand] Avoid Common B2B Targeting Pitfalls with Bizo&Body=Don't forget to attach your logo. Thanks!" target="blank"><img src="http://partners.bizo.com/images/cover_pitfall.jpg" class="img-polaroid" width="100" height="130" border="0" alt="" /></a><br />
<h4>Avoid Common B2B Targeting Pitfalls with Bizo</h4>
<p>The most common B2B targeting pitfalls that clients should be aware of and how Bizo can help</p><br>
<a href="mailto:[email protected]?subject=[Co-Brand] Avoid Common B2B Targeting Pitfalls with Bizo&Body=Don't forget to attach your logo. Thanks!" target="blank"><button class="btn btn-warning bottom-btn" type="button">Co-Brand PDF</button></a>
</div>
</div>
<br><br>
<a name="contact"></a>
<br><br>
<br><br>
<h3 class="section-header">Contact</h3>
<hr>
<p>Please contact the Bizo Team anytime, we're here to help!</p><br>
<div class="row-fluid content-row">
<div class="span3">
<img src="http://partners.bizo.com/images/Pat.jpeg" class="img-polaroid" width="100" height="130" border="0" alt="" /><br />
<h4>Patrick O'Brien</h4>
<p>Partner Operations</p><br>
<a href="mailto:[email protected]" target="blank"><button class="btn btn-warning bottom-btn" type="button">[email protected]</button></a>
</div>
<div class="span3">
<img src="http://partners.bizo.com/images/CConforti.jpeg" class="img-polaroid" width="100" height="130" border="0" alt="" /><br />
<h4>Chris Conforti</h4>
<p>Publisher Audience Targeting</p><br>
<a href="mailto:[email protected]" target="blank"><button class="btn btn-warning bottom-btn" type="button">[email protected]</button></a>
</div>
<div class="span3">
<img src="http://partners.bizo.com/images/Tara.png" class="img-polaroid" width="100" height="130" border="0" alt="" /><br />
<h4>Tara DeZao</h4>
<p>Partner Marketing</p><br>
<a href="mailto:[email protected]" target="blank"><button class="btn btn-warning bottom-btn" type="button">[email protected]</button></a>
</div>
<div class="span3">
<img src="http://partners.bizo.com/images/Brenda.jpeg" class="img-polaroid" width="100" height="130" border="0" alt="" /><br />
<h4>Brenda Luebbers</h4>
<p>Billing & Payments</p><br>
<a href="mailto:[email protected]" target="blank"><button class="btn btn-warning bottom-btn" type="button">[email protected]</button></a>
</div>
</div>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
<br><br>
</div>
</div>
</div>
<!-- JavaScript for widgets & charts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://raw.github.com/DmitryBaranovskiy/raphael/master/raphael-min.js"></script>
<script src="https://raw.github.com/jcarver989/raphy-charts/master/compiled/charts.min.js"></script>
<script src="http://media.bizo.com/bizstrap/js/bootstrap.min.js"></script>
</body>
</html>