Capturing View Data
Capturing accurate view-through data is very simple with C3 Metrics. This article will provide an overview of utilizing C3 view tag and teach you how to properly tag any Display, Email or any other event for which you wish to provide view-through attribution credit.
In this article
Standard View Tag
<script type="text/javascript" src="http://cdn-view.c3tag.com/v.js?cid=XXX&c3ch=[CHANNEL NAME]&c3nid=[PARTNER NAME]"></script>
The following additional parameters can also be added:
- size
- creative
- placement
- advertiser
- campaign
- adid
<script type="text/javascript" src="http://cdn-view.c3tag.com/v.js?cid=XXX&c3ch=[CHANNEL NAME]&c3nid=[PARTNER NAME]&size=[SIZE]&creative=[CREATIVE]&placement=[PLACEMENT]&advertiser=[ADVERTISER]&campaign=[CAMPAIGN]&adid=[AD ID]"></script>
rf=1 should be applied to tags that will be placed on pages that utilize auto refresh
Note: C3 metrics will record these impressions as originating from an auto refresh page. All impressions that are marked as auto refresh will be counted as default unless otherwise specified
Secure Tag
The only change that is needed is to simply change the http to https.
<script type="text/javascript" src="http://cdn-view.c3tag.com/v.js?cid=XXX&c3ch=[CHANNEL NAME]&c3nid=[PARTNER NAME]"></script>
<script type="text/javascript" src="https://cdn-view.c3tag.com/v.js?cid=XXX&c3ch=[CHANNEL NAME]&c3nid=[PARTNER NAME]"></script>
Image Tag
Non-Secure Image Tag
<img width="1" height="1" border="0" style="display: none;" src="http://XXX-img.c3tag.com/v.gif?cid=XXX&c3ch=[CHANNEL NAME]&c3nid=[PARTNER NAME]">
Secure Tag
<img width="1" height="1" border="0" style="display: none;" src="https://XXX-img.c3tag.com/v.gif?cid=XXX&c3ch=[CHANNEL NAME]&c3nid=[PARTNER NAME]">
Ad Servers
View Tag distribution for Ad Servers is very simple. Select your AdServer below for detailed instructions:
View tags within your email acquisition campaigns are great for determining their overall effectiveness. You will not be able to run the standard JavaScript tag within your email, so instead you will utilize the Image Tag. At a minimum, you will need to utilize the basic c3ch and c3nid parameters as follows:
<img width="1" height="1" border="0" style="display: none;" src="http://XXX-img.c3tag.com/v.gif?cid=XXX&c3ch=Email&c3nid=[EMAIL CAMPAIGN NAME">