Omniture

Adwords Conversion Tracking for ClickBank

ClickBank Conversion Tracking

Easy Steps to track Online Marketing campaigns by enabling Omniture SiteCatalyst for ClickBank:

  • Define a URL campaign parameter (known as a query string parameter)
    • The URL Campaign parameter is the container (within the URL) that defines which specific campaign tracking code a visitor has clicked. SiteCatalyst will be configured to look for this value and, if found, set the campaign variable. The first step would be to determine what the parameters or identifiers are. SiteCatalyst is very flexible and can be configured to look for the parameter names you have already defined within your current system.

Heatmap on eye trackerheatmap on eye tracker studies

Generate campaign tracking codes

  • Tracking codes will be the values contained in the parameter. Every campaign creative element that you want to track must be associated with a unique tracking code.

Generating Omniture Campaign tracking code

Generating Omniture Campaign tracking code

  • Configure the SiteCatalyst code

    • Check the Code to Paste to see if campaigns were configured during the discovery phase of your SiteCatalyst implementation. Several methods are available for capturing the tracking code from the URL campaign parameter. You can also leverage the getQueryParam JavaScript Plug-in, which can be included with your JavaScript
      • file that resides on your web server, to look for the URL campaign parameter and tracking code, and automatically populate the campaign variable.

/************************** CONFIG SECTION **************************/

  1. /* You may add or alter any code config here. */
  2. /* Link Tracking Config */
  3. s.trackDownloadLinks=false
  4. s.trackExternalLinks=false
  5. s.trackInlineStats=false
  6. s.linkDownloadFileTypes=”exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls”
  7. s.linkInternalFilters=”javascript:,.,/”
  8. s.linkLeaveQueryString=false
  9. s.linkTrackVars=”None”
  10. s.linkTrackEvents=”None”
  11. /* Plugin Config */
  12. s.usePlugins=true
  13. function s_doPlugins(s) {
  14. /* Add calls to plugins here */
  15. /* External Campaign Tracking */
  16. s.campaign=s.getQueryParam(’s_cid’);
  17. }
  18. s.doPlugins=s_doPlugins
  • Create classifications
    • A classification is defined as a means by which you can group your tracking codes into customized categories.

Create Omniture ClassificationsCreate Omniture Classifications

  • To create classifications in Omniture SiteCatalyst, follow the steps below;
  1. Log in to the Omniture Suite.
  2. Click Admin > Report Suites.
  3. Select your desired report suite.
  4. Click Edit Settings > Conversion > Conversion Classifications.
  5. Select Campaigns from the drop-down menu.
  6. Move your cursor over the arrow of the desired destination level.
  7. Click Add Classification.
  • Use SAINT to classify tracking codes
    • The SiteCatalyst Attribute Importing and Naming Tool (SAINT) allows users to bulk-import additional data attributes, or dimensions, to the data collected about website activity instead of manually entering it with the SiteCatalyst Attribute Manager. By augmenting the data elements collected by SiteCatalyst with these attributes, the user can access much deeper and more complex reporting capabilities. You can download a SAINT template from the Offline Campaign Builder Tools section of the Campaign Manager. To download a SAINT template, click the Campaign Manager link from the Campaigns item in the Conversion section of the main navigation menu, click the Access SAINT Button, and then click the Download Template button.
  • Change allocation & cookies expiration

 

Add Comment

Click here to post a comment