-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
960 lines (727 loc) · 45.7 KB
/
index.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
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Convertify Blog</title>
<meta name="author" content="Convertify">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<!-- <link href="/assets/themes/twitter/css/style.css?body=1" rel="stylesheet" type="text/css" media="all"> -->
<link rel="stylesheet" href="/assets/css/style.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="/assets/images/favicon.ico">
<!-- <link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<script type="text/javascript" src="/bower_components/simple-jekyll-search/dest/jekyll-search.js"></script>
</head>
<body>
<div id="wrapper">
<div class="overlay"></div>
<!-- sidebar -->
<nav class="navbar navbar-inverse navbar-fixed-top" id="sidebar-wrapper" role="navigation">
<ul class="nav sidebar-nav">
<li class="sidebar-brand">
<a href="#">
Categories
</a>
</li>
<li>
<a href="/case-studies/">Case Studies</a>
</li>
<li>
<a href="/analytics/">Analytics</a>
</li>
<li>
<a href="/e-commerce/">E-Commerce</a>
</li>
<li>
<a href="/guides/">Guides</a>
</li>
<li>
<a href="/scripts/">Scripts</a>
</li>
<li>
<a href="/tips/">Tips</a>
</li>
<!-- <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Works <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">Dropdown heading</li>
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li><a href="#">Separated link</a></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li> -->
<!-- <li>
<a href="https://twitter.com/maridlcrmn">Follow me</a>
</li> -->
</ul>
</nav>
<!-- /#sidebar-wrapper -->
<!-- Page Content -->
<div id="page-content-wrapper">
<button class="hamburger is-closed" type="button" data-toggle="offcanvas">
<span class="hamb-top"></span>
<span class="hamb-middle"></span>
<span class="hamb-bottom"></span>
</button>
<div class="row">
<div class="navbar navbar-inverse navbar-fixed-top yamm" id="navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img class="img-responsive brand nav-logo" src="/assets/images/blog.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li><a href="http://convertify.io">Main Site</a></li>
<li class=""><a href="http://convertify.io/no-guesswork">No Guesswork</a></li>
<li class="dropdown yamm-fw">
<a href="http://convertify.io/labs" class="dropdown-toggle" data-toggle="dropdown">Labs <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<div class="yamm-content yamm-fw">
<div class="row">
<div class="col-sm-4">
<ul class="list-unstyled">
<li>
<h4>Convertify Labs</h4>
<p>Free apps to help you increase your conversion rate.</p>
<br>
</li>
<li>
<p>
<strong>Plugins</strong>
</p>
</li>
<li class="coming-soon">
<a href="#">Pre-populator</a>
<p><small>Adds prepopulation to forms to increase conversions.</small></p>
</li>
<li class="coming-soon">
<a href="#">Scrollmark</a>
<p><small>Optimize your blog's usability and allow linking to certain sections to of your content.</small></p>
</li>
</ul>
</div>
<div class="col-sm-4">
<ul class="list-unstyled">
<li>
<p>
<strong>Convertify Apps</strong>
</p>
</li>
<li class="coming-soon">
<a href="#">Convertilyzer</a>
<p><small>Analyzes your website design and your analytics to give conversion optimization recommendations.</small></p>
</li>
<li class="coming-soon">
<a href="#">Boomerang</a>
<p><small>Reduce cart abandonment on your online store.</small></p>
</li>
<li class="coming-soon">
<a href="#">SideStage</a>
<p><small>Call-to-actions optimized for today's banner-blindness which allows A/B testing of CTA's.</small></p>
</li>
<li class="coming-soon">
<a href="#">Personify</a>
<p><small>Personalize your site with URL parameters.</small></p>
</li>
</ul>
</div>
<div class="col-sm-4">
<ul class="list-unstyled">
<li>
<p>
<strong>Tools</strong>
</p>
</li>
<li>
<a href="http://convertify.io/labs/selector-tool">Selector Tool</a>
<p><small>Identify selectors on your site for use in tools & goal-tracking.</small></p>
</li>
<li class="coming-soon">
<a href="#">Multistepper</a>
<p><small>Adds pre-population to your forms to increase conversions.</small></p>
</li>
<li>
<a href="http://convertify.io/quantify">Quantify</a>
<p><small>Quantify surveys quickly. Integrates with Qualaroo.</small></p>
</li>
<li class="coming-soon">
<a href="#">Event Buddy</a>
<p><small>Easily create GA events without any technical knowledge required.</small></p>
</li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</li>
<li><a href="/categories.html#case-studies-ref">Case Studies</a></li>
<li class="active"><a href="/">Blog</a></li>
<li class=""><a href="mailto:c@convertify.io">Contact</a></li>
</ul>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#search"><span class="glyphicon glyphicon-search"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="container-fluid">
<div class="content">
<div class="row">
<div class="col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<div class="page-header text-center title--hero">
<img class="img-responsive" src="/assets/images/logo--hero.png">
<h1>Convertify Blog <small>All Things CRO</small></h1>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/tips/analytics/goals-are-simply-outcomes-we-want">
<img class="img-responsive thumbnail" src="http://s3.convertify.io/images/goals.jpg">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>07 June 2015</small></h3>
<h2><a class="post-title" href="/tips/analytics/goals-are-simply-outcomes-we-want">Goals Are Nothing But Outcomes We Want</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="http://s3.convertify.io/images/goals.jpg">
<h2><a class="post-title visible-xs" href="/tips/analytics/goals-are-simply-outcomes-we-want">Goals Are Nothing But Outcomes We Want</a></h2>
<p>
One of the main points made in my free course, “No Guesswork: Advanced A/B Testing & Conversion Rate Optimization” is that the whole point of A/B testing is about improving your decision-making. Yes, of course increasing sales is the reason why you do it, but a single test only increases sales in the short run, in the sense that only that single test increases your sales. Ultimately, what you really......
<a href="/tips/analytics/goals-are-simply-outcomes-we-want">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by Cooper Maruyama |
<span class="glyphicon glyphicon-calendar"></span>07 June 2015 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">tips</span>
<span class="label label-info">analytics</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/tips/analytics/say-goodbye-to-google-analytics-referral-spam">
<img class="img-responsive thumbnail" src="https://photos-6.dropbox.com/t/2/AACkQrk7DiNobkhuFKAOPrTaZVZuXFkObZvVvT35FzcRsQ/12/1406414/png/32x32/1/_/1/2/Screenshot%202015-06-07%2018.27.19.png/CM7rVSABIAIgAyAEIAUgBiAHKAEoAg/faeQEL9T2cdtqrd8WM3LnNfjfwYtBESV4axDrcJ0Svg?size=1280x960&size_mode=2">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>07 June 2015</small></h3>
<h2><a class="post-title" href="/tips/analytics/say-goodbye-to-google-analytics-referral-spam">Say Goodbye to Google Analytics Referral Spam</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://photos-6.dropbox.com/t/2/AACkQrk7DiNobkhuFKAOPrTaZVZuXFkObZvVvT35FzcRsQ/12/1406414/png/32x32/1/_/1/2/Screenshot%202015-06-07%2018.27.19.png/CM7rVSABIAIgAyAEIAUgBiAHKAEoAg/faeQEL9T2cdtqrd8WM3LnNfjfwYtBESV4axDrcJ0Svg?size=1280x960&size_mode=2">
<h2><a class="post-title visible-xs" href="/tips/analytics/say-goodbye-to-google-analytics-referral-spam">Say Goodbye to Google Analytics Referral Spam</a></h2>
<p>
Lately, referral spam has become a big issue, significantly skewing results in everyone’s analytics reports. The “exclusion filters” feature of Google Analytics has been a help, but it’s tedious to keep adding more filters whenever new spammers pop up, and a lot of the times the filters just don’t cut it.
...
<a href="/tips/analytics/say-goodbye-to-google-analytics-referral-spam">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by Cooper Maruyama |
<span class="glyphicon glyphicon-calendar"></span>07 June 2015 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">tips</span>
<span class="label label-info">analytics</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/tips/why-your-winning-ab-tests-arent-improving-your-bottomline">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2015/03/angry-man-computer.jpg">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>03 March 2015</small></h3>
<h2><a class="post-title" href="/tips/why-your-winning-ab-tests-arent-improving-your-bottomline">Why Your Winning A/B Tests Aren't Improving Your Bottom-line</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2015/03/angry-man-computer.jpg">
<h2><a class="post-title visible-xs" href="/tips/why-your-winning-ab-tests-arent-improving-your-bottomline">Why Your Winning A/B Tests Aren't Improving Your Bottom-line</a></h2>
<p>
Have you ever ran an A/B test that reported a significant lift in conversion, but when you implemented it, you saw no change in your sales? Well, this is a common occurrence, and I get asked about it often. Let me explain why this happens, and how to run tests in a manner that prevents this from happening. Understanding how testing platforms report a “Winner” Let’s say that you ran......
<a href="/tips/why-your-winning-ab-tests-arent-improving-your-bottomline">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by Cooper Maruyama |
<span class="glyphicon glyphicon-calendar"></span>03 March 2015 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">tips</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/tips/working-with-clients-watch-out-for-back-seat-driving">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/07/the-joker-backseat-driver.jpg">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>02 July 2014</small></h3>
<h2><a class="post-title" href="/tips/working-with-clients-watch-out-for-back-seat-driving">Working with Clients - Watch out for Back-Seat Driving</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/07/the-joker-backseat-driver.jpg">
<h2><a class="post-title visible-xs" href="/tips/working-with-clients-watch-out-for-back-seat-driving">Working with Clients - Watch out for Back-Seat Driving</a></h2>
<p>
“I really like [competitor]’s website. Can you do a test using a design like theirs?” “I read in an article that [x] increases conversions. Can you set up that test please?” Your client is all that matters - that’s true. It’s important that they have a sense of control in order to maintain a long-lasting relationship with mutual trust. But keep one thing in mind: Your client hired you to begin with......
<a href="/tips/working-with-clients-watch-out-for-back-seat-driving">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>02 July 2014 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">tips</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/case-studies/is-your-website-leaking-how-adding-one-element-to-a-blogs-sidebar-achieved-a-82-14-lift-in-conversions">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/06/Result1.png">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>01 July 2014</small></h3>
<h2><a class="post-title" href="/case-studies/is-your-website-leaking-how-adding-one-element-to-a-blogs-sidebar-achieved-a-82-14-lift-in-conversions">Is Your Website Leaking? How Adding One Element to a Blog's Sidebar Achieved a 82.14% Lift in Conversions</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/06/Result1.png">
<h2><a class="post-title visible-xs" href="/case-studies/is-your-website-leaking-how-adding-one-element-to-a-blogs-sidebar-achieved-a-82-14-lift-in-conversions">Is Your Website Leaking? How Adding One Element to a Blog's Sidebar Achieved a 82.14% Lift in Conversions</a></h2>
<p>
If you’re getting plenty of traffic but still not seeing sales, it usually means that your offer is not enticing enough to your visitors, or you’re getting the wrong type of traffic. But don’t be too quick to judge, because that’s not always the case. Sometimes, the issue is that people are having trouble finding your offer in the first place.
...
<a href="/case-studies/is-your-website-leaking-how-adding-one-element-to-a-blogs-sidebar-achieved-a-82-14-lift-in-conversions">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>01 July 2014 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">case studies</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/tips/70-conversion-optimization-tools-resources-that-you-should-know-about">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/06/Tools.png">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>03 June 2014</small></h3>
<h2><a class="post-title" href="/tips/70-conversion-optimization-tools-resources-that-you-should-know-about">70 Conversion Optimization Tools & Resources That You Should Know About</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/06/Tools.png">
<h2><a class="post-title visible-xs" href="/tips/70-conversion-optimization-tools-resources-that-you-should-know-about">70 Conversion Optimization Tools & Resources That You Should Know About</a></h2>
<p>
Here’s a list of tools and resources we’ve come across that will help you optimize your conversion rate. Let us know if we missed any! Concept Testing 1. Markup MarkUp lets you draw on any website in real-time so it’s easy to share ideas on how you would change a site’s design. Then, you can save the design and send the files out to a client. Mark up a page......
<a href="/tips/70-conversion-optimization-tools-resources-that-you-should-know-about">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>03 June 2014 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">tips</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/analytics/e-commerce/guides/scripts/how-to-track-infusionsoft-sales-with-google-analytics-e-commerce-tracking">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/02/infusionsoft-google-analytics-ecommerce.jpg">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>21 February 2014</small></h3>
<h2><a class="post-title" href="/analytics/e-commerce/guides/scripts/how-to-track-infusionsoft-sales-with-google-analytics-e-commerce-tracking">How to Track Infusionsoft Sales With Google Analytics E-Commerce Tracking</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2014/02/infusionsoft-google-analytics-ecommerce.jpg">
<h2><a class="post-title visible-xs" href="/analytics/e-commerce/guides/scripts/how-to-track-infusionsoft-sales-with-google-analytics-e-commerce-tracking">How to Track Infusionsoft Sales With Google Analytics E-Commerce Tracking</a></h2>
<p>
Note: If you’d like us to perform this integration for you, we offer a flat rate to do this for you. Please email info@convertify.io to hire us.
...
<a href="/analytics/e-commerce/guides/scripts/how-to-track-infusionsoft-sales-with-google-analytics-e-commerce-tracking">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>21 February 2014 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">analytics</span>
<span class="label label-info">e-commerce</span>
<span class="label label-info">guides</span>
<span class="label label-info">scripts</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/case-studies/software-100-4-lift-in-lead-conversion-rate">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2013/11/Screenshot-2013-11-08-19.56.49.png">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>12 November 2013</small></h3>
<h2><a class="post-title" href="/case-studies/software-100-4-lift-in-lead-conversion-rate">Software: 100.4% Lift in Lead Conversion Rate</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2013/11/Screenshot-2013-11-08-19.56.49.png">
<h2><a class="post-title visible-xs" href="/case-studies/software-100-4-lift-in-lead-conversion-rate">Software: 100.4% Lift in Lead Conversion Rate</a></h2>
<p>
Business: Software Sector: Mobile forensics Optimized Conversion: Leads Test: A/B Test Website: secureview.us SecureView is an advanced mobile forensics tool used by government agencies world-wide such as the FBI, Secret Service, and police departments all around. They came to us with the goal of increasing the lead conversion rate. After doing an analysis of the site, market, and competition, we came up with a few hypotheses that we decided......
<a href="/case-studies/software-100-4-lift-in-lead-conversion-rate">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>12 November 2013 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">case studies</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/case-studies/education-24-8-lift-in-course-browses-by-increasing-credibility">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2013/09/Screen-Shot-2013-09-15-at-6.49.49-PM.png">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>16 September 2013</small></h3>
<h2><a class="post-title" href="/case-studies/education-24-8-lift-in-course-browses-by-increasing-credibility">Education: 24.8% Lift in Course Browses by Increasing Credibility</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2013/09/Screen-Shot-2013-09-15-at-6.49.49-PM.png">
<h2><a class="post-title visible-xs" href="/case-studies/education-24-8-lift-in-course-browses-by-increasing-credibility">Education: 24.8% Lift in Course Browses by Increasing Credibility</a></h2>
<p>
Business: Education Sector: Social Media Marketing Optimized Conversion: Course Browses Test: A/B Test Website: socialmediamarketinguniversity.com With over 114,000 students, Social Media Marketing University is the largest educator online when it comes to social media marketing. Seeing as their ultimate vision is to educate as many people as possible in about how to market through social media, we partnered up so that we can help them accomplish that goal......
<a href="/case-studies/education-24-8-lift-in-course-browses-by-increasing-credibility">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>16 September 2013 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">case studies</span>
</div>
</div> -->
</div>
</div>
<div class="row">
<div class="col-md-12 post">
<div class="row post-content hidden-xs">
<div class="col-xs-5">
<a href="/case-studies/weight-loss-how-a-simple-call-to-action-test-boosted-conversions-by-33-2">
<img class="img-responsive thumbnail" src="https://s3.amazonaws.com/convertify-s3/blog/images/2013/08/Screen-Shot-2013-07-31-at-3.21.41-AM.png">
</a>
</div>
<div class="col-xs-7">
<h3 class="postDate"><small>12 September 2013</small></h3>
<h2><a class="post-title" href="/case-studies/weight-loss-how-a-simple-call-to-action-test-boosted-conversions-by-33-2">Weight Loss: How a Simple Call-to-Action Test Boosted Conversions by 33%</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
<img class="img-responsive visible-xs" src="https://s3.amazonaws.com/convertify-s3/blog/images/2013/08/Screen-Shot-2013-07-31-at-3.21.41-AM.png">
<h2><a class="post-title visible-xs" href="/case-studies/weight-loss-how-a-simple-call-to-action-test-boosted-conversions-by-33-2">Weight Loss: How a Simple Call-to-Action Test Boosted Conversions by 33%</a></h2>
<p>
Business: Nutritional Supplement Sector: Weight Loss Optimized Conversion: Sales Test: A/B Test Website: primalitenutrients.com Primalite Nutrients provides high-quality Garcinia Cambogia to people who would like to lose weight. Garcinia Cambogia has been shown to be very effective at reducing weight and has gained lots of buzz ever since Dr. Oz featured the supplement on his show. Primalite uses a 3-step funnel to convert customers, which looks something like......
<a href="/case-studies/weight-loss-how-a-simple-call-to-action-test-boosted-conversions-by-33-2">Read More</a>
</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12 post-header-line">
<span class="glyphicon glyphicon-user"></span>by convertify |
<span class="glyphicon glyphicon-calendar"></span>12 September 2013 |
<span class="glyphicon glyphicon-tags"></span>Tags :
<span class="label label-info">case studies</span>
</div>
</div> -->
</div>
</div>
<div class="text-center">
<nav>
<ul class="pagination">
<li class="disabled">
<a href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="active"><a href="#">1<span class="sr-only">(current)</span></a></li>
<li><a href="/page/2/"> 2</a></li>
<li><a href="/page/3/"> 3</a></li>
<li><a href="/page/4/"> 4</a></li>
<li>
<a href="/page/2/" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<!-- <ul class="posts">
<li><span>07 Jun 2015</span> » <a href="/tips/analytics/goals-are-simply-outcomes-we-want">Goals Are Nothing But Outcomes We Want</a></li>
<li><span>07 Jun 2015</span> » <a href="/tips/analytics/say-goodbye-to-google-analytics-referral-spam">Say Goodbye to Google Analytics Referral Spam</a></li>
<li><span>03 Mar 2015</span> » <a href="/tips/why-your-winning-ab-tests-arent-improving-your-bottomline">Why Your Winning A/B Tests Aren't Improving Your Bottom-line</a></li>
<li><span>02 Jul 2014</span> » <a href="/tips/working-with-clients-watch-out-for-back-seat-driving">Working with Clients - Watch out for Back-Seat Driving</a></li>
<li><span>01 Jul 2014</span> » <a href="/case-studies/is-your-website-leaking-how-adding-one-element-to-a-blogs-sidebar-achieved-a-82-14-lift-in-conversions">Is Your Website Leaking? How Adding One Element to a Blog's Sidebar Achieved a 82.14% Lift in Conversions</a></li>
<li><span>03 Jun 2014</span> » <a href="/tips/70-conversion-optimization-tools-resources-that-you-should-know-about">70 Conversion Optimization Tools & Resources That You Should Know About</a></li>
<li><span>21 Feb 2014</span> » <a href="/analytics/e-commerce/guides/scripts/how-to-track-infusionsoft-sales-with-google-analytics-e-commerce-tracking">How to Track Infusionsoft Sales With Google Analytics E-Commerce Tracking</a></li>
<li><span>12 Nov 2013</span> » <a href="/case-studies/software-100-4-lift-in-lead-conversion-rate">Software: 100.4% Lift in Lead Conversion Rate</a></li>
<li><span>16 Sep 2013</span> » <a href="/case-studies/education-24-8-lift-in-course-browses-by-increasing-credibility">Education: 24.8% Lift in Course Browses by Increasing Credibility</a></li>
<li><span>12 Sep 2013</span> » <a href="/case-studies/weight-loss-how-a-simple-call-to-action-test-boosted-conversions-by-33-2">Weight Loss: How a Simple Call-to-Action Test Boosted Conversions by 33%</a></li>
<li><span>19 Aug 2013</span> » <a href="/case-studies/education-22-lift-in-course-browses-for-social-media-marketing-university">Education: 22% Lift in Course Browses for Social Media Marketing University</a></li>
<li><span>12 Aug 2013</span> » <a href="/case-studies/retail-43-54-increase-in-revenue-per-visitor-for-morninghead">Retail: 43.54% Increase in Revenue-per-Visitor for Morninghead</a></li>
<li><span>05 Aug 2013</span> » <a href="/case-studies/health-72-8-lift-in-conversion-new-life-brands">Health: 72.8% Lift in Conversion for New Life Brands</a></li>
<li><span>16 Apr 2013</span> » <a href="/case-studies/importance-of-headline-and-thought-sequences-case-study-2">Case Study: The Importance of Headlines & Thought Sequences (129% Lift in Revenue)</a></li>
<li><span>22 Feb 2013</span> » <a href="/case-studies/optimized-user-flow-increases-revenue-per-visitor-by-62-29">Optimized User Flow Increases Revenue-Per-Visitor By 62.29%</a></li>
<li><span>13 Feb 2013</span> » <a href="/scripts/tracking-multiple-cnames-masked-domains-in-google-analytics">Tracking Multiple CNAMEs & Masked Domains in Google Analytics</a></li>
<li><span>11 Feb 2013</span> » <a href="/case-studies/improved-headline-increases-email-submits-by-21-95">Improved Headline Increases Email Submits by 21.95%</a></li>
<li><span>10 Feb 2013</span> » <a href="/conversion-rate-optimization/guides/lean-conversion-optimization-strategies-for-fast-implementation-and-results">Lean Conversion Optimization: Strategies for Fast Implementation and Results</a></li>
<li><span>30 Jan 2013</span> » <a href="/case-studies/optimized-homepage-increases-revenue-by-37-21">Optimized Homepage Increases Revenue By 37.21%</a></li>
<li><span>26 Jan 2013</span> » <a href="/case-studies/conversion-rate-optimization/removing-divider-and-7030-rule-increases-conversions-by-103">Removing Divider and Applying 70/30 Rule Increases Conversions By 103%</a></li>
<li><span>26 Jan 2013</span> » <a href="/case-studies/conversion-rate-optimization/3-consecutive-wins-for-tinytotties-com">3 Consecutive Wins for TinyTotties.com</a></li>
<li><span>20 Jan 2013</span> » <a href="/conversion-rate-optimization/guides/scripts/increase-conversion-rates-multistep-form">Increase Conversion Rates With Our Multistep Form [Free Plugin]</a></li>
<li><span>07 Dec 2012</span> » <a href="/conversion-rate-optimization/guides/achieve-bigger-gains-conversion-rate-optimization-experiments">Achieve Bigger Gains On Your Conversion Rate Optimization Experiments</a></li>
<li><span>27 Nov 2012</span> » <a href="/conversion-rate-optimization/tips/increase-form-conversions-using-x-autocompletetype">Increase Form Conversions Using X-Autocompletetype</a></li>
<li><span>16 Nov 2012</span> » <a href="/case-studies/conversion-rate-optimization/shorter-header-increases-conversion-rate-by-107">Shorter Header Increases Conversion Rate By 107%</a></li>
<li><span>03 Jul 2012</span> » <a href="/analytics/do-analytics-right">Do Analytics Right</a></li>
<li><span>25 May 2012</span> » <a href="/bounce-rates/case-studies/how-we-decreased-thertastores-bounce-rate-by-20">How We Decreased TheRTAStore's Bounce Rate By 20%</a></li>
<li><span>27 Apr 2012</span> » <a href="/scripts/tracking-optimizing-review-sites-with-google-website-optimizer-or-any-page-with-multiple-outoing-links">Tracking & Optimizing Review Sites with Google Website Optimizer (or Any Page with Multiple Outoing Links)</a></li>
<li><span>06 Apr 2012</span> » <a href="/bounce-rates/e-commerce/optimizing-category-pages-on-ecommerce-sites-2">Improving Conversions: eCommerce Category Pages</a></li>
<li><span>03 Apr 2012</span> » <a href="/scripts/track-clicks-as-conversions-in-google-website-optimizer">Track Clicks as Conversions in Google Website Optimizer</a></li>
<li><span>11 Mar 2012</span> » <a href="/conversion-rate-optimization/scripts/universal-conversion-code-for-google-website-optimizer">Universal Conversion Code for Google Website Optimizer</a></li>
<li><span>08 Mar 2012</span> » <a href="/e-commerce/scripts/how-to-run-ab-split-tests-on-volusion-ecommerce-using-google-website-optimizer-2">How to Run A/B Split Tests on Volusion eCommerce using Google Website Optimizer</a></li>
<li><span>19 Feb 2012</span> » <a href="/case-studies/conversion-rate-optimization/best-dating-canada">Conversion Optimization Case Study: Best Dating Canada</a></li>
<li><span>19 Feb 2012</span> » <a href="/case-studies/conversion-rate-optimization/bogtus-optimization-case-study">Case Study: Bogtus Real Estate</a></li>
<li><span>19 Feb 2012</span> » <a href="/case-studies/conversion-rate-optimization/meet-christians-case-study">Case Study: MeetChristians.com</a></li>
<li><span>19 Feb 2012</span> » <a href="/case-studies/susteen-inc">Case Study: Datapilot - 42.7% Increase in Sales</a></li>
<li><span>25 May 2011</span> » <a href="/conversion-rate-optimization/fundamentals/guides/how-to-create-high-converting-landing-page">How to Create a High-Converting Landing Page</a></li>
<li><span>29 Apr 2011</span> » <a href="/conversion-rate-optimization/fundamentals/landing-page-fundamentals">Conversion Rate Optimization: Why Most Visitors Don't Convert & How to Optimize</a></li>
</ul> -->
</div>
<footer>
<p class="pull-left">
© Convertify 2012
</p>
<p class="pull-right">
<a href="https://mixpanel.com/f/partner"><img src="//cdn.mxpnl.com/site_media/images/partner/badge_light.png" alt="Mobile Analytics" /></a>
</p>
</footer>
<div id="search">
<button type="button" class="close">×</button>
<form class="form--search">
<input id="search-input" type="search" value="" placeholder="type keyword(s) here" />
<button type="submit" class="btn btn-primary">Search</button>
</form>
<div class="list-searches">
<div class="col-xs-12">
<ul id="list--searchResults" class="thumbnails"></ul>
</div>
</div>
</div>
<script type="text/javascript">
/*
* jQuery throttle / debounce - v1.1 - 3/7/2010
* http://benalman.com/projects/jquery-throttle-debounce-plugin/
*
* Copyright (c) 2010 "Cowboy" Ben Alman
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/
(function(b,c){var $=b.jQuery||b.Cowboy||(b.Cowboy={}),a;$.throttle=a=function(e,f,j,i){var h,d=0;if(typeof f!=="boolean"){i=j;j=f;f=c}function g(){var o=this,m=+new Date()-d,n=arguments;function l(){d=+new Date();j.apply(o,n)}function k(){h=c}if(i&&!h){l()}h&&clearTimeout(h);if(i===c&&m>e){l()}else{if(f!==true){h=setTimeout(i?k:l,i===c?e-m:e)}}}if($.guid){g.guid=j.guid=j.guid||$.guid++}return g};$.debounce=function(d,e,f){return f===c?a(d,e,false):a(d,f,e!==false)}})(this);
// end jquery.debounce
function updateQueryStringParameter(uri, key, value) {
var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i");
var separator = uri.indexOf('?') !== -1 ? "&" : "?";
if (uri.match(re)) {
return uri.replace(re, '$1' + key + "=" + value + '$2');
}
else {
return uri + separator + key + "=" + value;
}
}
// end plugins
$(function () {
$('a[href="#search"]').on('click', function(event) {
event.preventDefault();
$('#search').addClass('open');
$('#search > form > input[type="search"]').focus();
$("body").addClass("is--searching");
});
$('#search, #search button.close').on('click keyup', function(event) {
if (event.target == this || event.target.className == 'close' || event.keyCode == 27) {
$(this).removeClass('open');
$("body").removeClass("is--searching");
}
});
$("#search-input").on('keyup', $.debounce( 500, false, function(e) {
console.log("tracking search "+$(this).val());
var newURL = updateQueryStringParameter(window.location.href, "q", $(this).val());
ga('send', 'pageview', newURL);
}));
$('form.form--search').submit(function(event) {
event.preventDefault();
return false;
});
// Init search datasource
SimpleJekyllSearch.init({
searchInput: document.getElementById('search-input'),
resultsContainer: document.getElementById('list--searchResults'),
dataSource: '/search.json',
searchResultTemplate: '<div class="col-sm-4 searchResult"><div class="thumbnail"><a href="{url}"><img class="img-responsive" src="{image}"></a><div class="caption"><h4><a href="{url}">{title}</a></h4><p>{excerpt}</p></div></div></div>'
})
});
</script>
</div> <!-- /container -->
</div>
</div>
</div>
<!-- -->
<script type="text/javascript">
$(document).ready(function () {
var trigger = $('.hamburger'),
overlay = $('.overlay'),
isClosed = false;
trigger.click(function () {
hamburger_cross();
});
function hamburger_cross() {
if (isClosed == true) {
overlay.hide();
trigger.removeClass('is-open');
trigger.addClass('is-closed');
isClosed = false;
} else {
overlay.show();
trigger.removeClass('is-closed');
trigger.addClass('is-open');
isClosed = true;
}
}
$('[data-toggle="offcanvas"]').click(function () {
$('#wrapper').toggleClass('toggled');
});
});
</script>
<script>
/*!
* Referral spam blocker
*
* @author Cooper Maruyama
* @site https://convertify.io
*/
window.trackVisitor = function() {
/* Put any tracking scripts here */
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50332705-3', 'auto');
ga('send', 'pageview');
/* End Tracking Scripts */
}
/* DONT EDIT ANYTHING BELOW THIS LINE!! */
;(function(a,b){var c="https://s3.amazonaws.com/s3.convertify.io/spammers.txt",d=new XMLHttpRequest;d.open("GET",c,!0),d.onreadystatechange=function(){if(4===this.readyState)if(this.status>=200&&this.status<400){var a=this.responseText;e(a,function(a,c){c&&b()})}else b()},d.send(),d=null;var e=function(b,c){var d=b.split("\n"),e=!1,f=d.length-1;for(i=0;i<f;i++){var g=new RegExp(d[i]);if(g.test(a.referrer)){e=!0;break}}e?c(null,!1):c(null,!0)}})(document,window.trackVisitor);
</script>
</body>
</html>