Old SiteAccount: DEMO
Logout
Go to: www.golf-gifts.com
Manage sub-accounts
ACCOUNT
Setup
Get Tracking Script
Reset Dashboards
Definition of Visit
Page Groups
Exclude IP Ranges From Tracking
Ignore This Browser
Custom Visitor Data
Custom Transaction Data
Segmentation Filters
Sub-Accounts
Manage
eCommerce Setup
Define Transaction Types
Assign Referrers to Campaigns
Campaign Identifiers
Security
Group Administration
User Administration
Help
Segmentation Guide
Campaign Tracking
Campaign Tracking Implementation Guide
MultiVariate (A/B) Tracking Guide
Identifying Possible Click Fraud
Reporting Web Service
Logout
Upgrade
REPORTS
Traffic
Snapshot
Top Pages
Top Pages Trend
Page Views
Page Groups
Visitors
New Visitors
Average Page Views
Visitors
Latest Visitors Map
Latest Page Views Map
Bounce Rate
New Visitors
Repeat Visitors
Countries
Organizations
Domains
Languages
Domain Search
Navigation
Navigation Paths
Reloads
Single Access Pages
Entry Pages
Exit Pages
Average Time on Pages
Average Time on Site
Exit Links
Downloads
Referrers
Referring Sites
Referring Sites Details
Countries
Search Engines
Search Engines
Search Engine Versions
Search Terms
Search Terms by Search Engine
Pages by Search Engine
Pages by Search Terms
Pages by Search Engine and Terms
Total Search Engine Referrals
Clients
Browsers
Browser Versions
Top Browser Versions Trend
Operating Systems
Operating System Versions
Top Operating System Versions Trend
Screen Resolutions
Color Palettes
Cookie Support
Java Support
Campaigns
Activity Summary
Latest Clicks
Click History
Latest Transactions
Transaction History
eCommerce Activity
By Continent
By Country
By Entry Page
By Referrer
By Search Engine
By Search Terms
By Search Engine and Terms
eCommerce Visitor Behavior
Conversion Rate
Transaction Cycle Time
Time Between Transactions
Average Order Size
First Time Customers
Repeat Customers
Click Fraud
Repeat Clicks
Clicks by Country
MultiVariate (A/B) Testing
DASHBOARDS
Traffic
eCommerce
Mobile
Social
New Dashboard
You are logged into the demo account.  When you're ready, click here for a free trial account.

Implementing Campaign Tracking


Our product provides powerful campaign conversion tracking to your website.  The two primary features are:

  • The ability to track referrals from marketing campaigns, such as pay-per-click search engines, email promotions, etc.
  • The ability to track orders and other transactions from the referrals to see if your marketing programs are effective.

    The ability to track from referral source straight through to transaction detail can be implemented in three easy steps:

    1.  Determine What You Wish to Track



    You can track user-defined transactions such as orders, trial versions, refunds, opt-ins, etc.  The first step is to determine which transaction types you wish to track and set them up.  The transactions are called User-Defined Transactions (UDTs) in the system.  To perform this step, go to the Account / eCommerce Setup / Define Transaction Types menu item.

    If you only want to track referrals and do not wish to track transactions, you may skip this step.

    Once you set up your transaction types, they will appear in the 'Campaign / Activity Summary' report and each UDT will appear as a filter for reporting.

    2.  Setup Campaign Identifiers



    Your referring site should pass the reference site campaign identifier.  For example, in the case of pay-per-click or email marketing campaigns, you may choose to track order detail, back to click-through analysis from these campaigns.  This can be used to verify your monthly statements from your referral network as well as to analyze which marketing programs are giving you the best return on your investment. 

    To enable a referral source for tracking simply include an additional parameter (named "source") on your referral link from the referring site (e.g.  AdwordsCampaign) as follows:

    http://www.mywebsite.com?source=AdwordsCampaign

    where [http://www.mywebsite.com] is the url you are driving traffic to and "AdwordsCampaign" is the referral site campaign identifier that will be tracked.  The campaign "AdwordsCampaign" will now be tracked and reported.

    Alternatively, this same capability can be used to track referrals from email marketing campaigns or other emarketing programs as follows:

    http://www.mywebsite.com/source?source=email_campaign3

    where [http://www.mywebsite.com] is the click-through link in your outbound campaign.  The referrals from this campaign will be reported under the campaign "email_campaign3".

    Campaign identifiers do not need to be setup in your account before adding them to your referral links.  They will be automatically back-written when a click-through occurs.

    3.  Cut and Paste Tracking Script(s)



    You can get the scripts from the Account / Setup / Get Tracking Script menu item.

    You will see a dropdown with a list of UDTs.  Select the proper one and cut and paste it onto the confirmation pages that are to be tracked.  If your site uses a common "header" of "footer" you may update your existing script that is referred to for tracking included in the common header or footer.  If you do not use a common header or footer you must include the tracking script on each page you choose to track.

    For the conversion tracking script(s), you can optionally modify two parameters for revenue and a unique identifier, such as an order number.

    Notice the 'YOUR-UNIQUE-ID' parameter.  This can optionally be modified to contain an order id or other unique identifier that will be tracked with the transaction.  The added benefit of this is that it eliminates duplicates from being tracked, since the system will not record transactions with duplicate unique ids.  Only put alpha-numeric characters in this parameter with no spaces.

    The 'YOUR-ORDER-AMOUNT' parameter is the total order amount.  Do not put a $ in front of the amount.

    These parameters will generally need to be modified with server-side script, depending on the server technology your site employs.

    Notes on the YOUR-UNIQUE-ID Parameter on the Tracking Scripts:

  • If you don't fill it in, duplicate transactions can occur.
  • If you execute a script with the same unique id as a prior transaction, but a different amount, the changed amount will be recorded and a change transaction will be displayed in the transaction detail report.
  • If you execute a script with the same unique id as a prior transaction, but a different transaction type, the first transaction will be converted to the new transaction type.  If the amount also changed, the change will also be recorded.  The change transaction will be displayed in the transaction detail report.

    Setting up Common Scenarios



    Scenario 1 - Tracking Pay-Per-Click Search Engine Referrals:


  • Place the tracking script on all pages visitors may enter your site on.
  • Log into your pay-per-click account.
  • Modify the URLs to include the campaign identifier.

    For example:  http://www.mywebsite.com?source=Campaign1

    Once this is done, all paid referrals from search engines will be automatically tracked under the 'Campaign1' campaign name and will be viewable from the 'Campaigns/Activity Summary' report.  You may use multiple campaign names for more detailed tracking.

    Scenario 2 - Tracking E-Mail Promotions:


  • Place the tracking script on all pages visitors may enter your site on.
  • Include the campaign identifier in all links in the email that refer to your site.

    For example:  http://www.mywebsite.com?source=email

    Once this is done, all referrals from the email will be automatically tracked under the 'email' campaign name and will be viewable from the 'Campaigns/Activity Summary' report.

    Scenario 3 - Simple Order Tracking:


  • Create a User-Defined Transaction named "Orders" (if it does not already exist).
  • Paste the traffic tracking script on all your pages you wish to track traffic on.
  • Paste the "Orders" confirmation script on your order confirmation page.  Make sure to fill in the unique id and order amount parameters on the script.
  • If you wish to track campaign information, set up your referring links to include the campaign name parameter.

    Scenario 4 - Trial Versions That Convert to Orders:


    You wish to track data on trial versions.  After the trial version, a subset of customers purchase the product.  The trial transaction in this case converts to an order.

  • Create a User-Defined Transaction named "Trials".
  • Create a User-Defined Transaction named "Orders".
  • Paste the traffic tracking script on all your pages you wish to track traffic on.
  • Paste the "Trials" tracking script on your trial version confirmation page.  Make sure to fill in the unique id on the script.
  • Paste the "Orders" tracking script on your order confirmation page.  The unique id should match the trial version's unique id.  This will ensure that the proper trial version transaction is converted to an order.
  • If you wish to track campaign information, set up your referring links to include the campaign name parameter.

    Scenario 5 - Orders with Refunds:


    In this scenario, you track orders, but also track refunds.  The refunds are tracked separately from orders and do not convert the order to a refund (unlike trials and orders above).

  • Create a User-Defined Transaction named "Orders".
  • Create a User-Defined Transaction named "Refunds".
  • Paste the traffic tracking script on all your pages you wish to track traffic on.
  • Paste the "Orders" tracking script on your order confirmation page.  Make sure to fill in the unique id on the script.
  • Paste the "Refunds" tracking script on your refunds confirmation page.  Make sure the unique id is different than the order's unique id.  This will ensure that the refund is tracked separately.  Optionally, make the refund amount a negative number so the revenue totals are accurate.
  • If you wish to track campaign information, set up your referring links to include the campaign name parameter.


  • Partner Program break Privacy Policy break Company Info break Support
    Copyright © 2009-2025 Net Applications.com, All Rights Reserved