Results 1 to 8 of 8

 

Thread: Stats for each referring page

  1. #1
    Leeky's Avatar
    Pagerank10.co.uk

    Status
    Offline
    Join Date
    Mar 2005
    Location
    uk
    Posts
    3,109
    Thanks
    225
    Thanked 185 Times in 126 Posts


    Is there any way i can check stats per page on my website?

    ie.. i have hundreds of pages and a few sub domains for top selling jamster ringtones but i can only check stats for that site id, is there any way to see the stats for each page.

    The reason i need this is because i use PPC and ive no way of knowing if that particular campaign is wasting my money or making money.

    Cheers

    Lee
    iCodes - Free Voucher and Offer API Available.

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    1,329
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi Leeky,

    we don't have a consolidated report which will dymanically show you a detailed breakdown of performance stats on each web page that is sending traffic to a TradeDoubler advertiser, but, you can take full advantage of our "Enhanced Publisher Integration" functionality, or simply link ID's ;-)

    If you are buying AdWords traffic, and sending traffic to specific landing pages, perhaps depending on the AdGroup or keyword used, you can code the landing page banners and tracking links with a different link ID so you can identify the source of the traffic, and the return it gives you.

    e.g. You have a Google campaign called "Blue-Widget", and you are sending traffic to www.example.com/blue-widget.html, on the blue-widget.html page you have encoded your TradeDoubler tracking link with the special EPI parameter "Blue-Widget", when a user clicks through this link TradeDoubler report back the EPI parameter "Blue Widget" in to your reports.

    You can read more info about this here http://img.tradedoubler.com/images/u...centre/epi.htm

    Thanks,

    Nick
    Last edited by TD Nick; 19-05-05 at 12:11 PM.
    Nick Roveta
    Director

    T 07817410743
    E nick.roveta@setyourrate.com
    W www.setyourrate.com

  3. #3
    Leeky's Avatar
    Pagerank10.co.uk

    Status
    Offline
    Join Date
    Mar 2005
    Location
    uk
    Posts
    3,109
    Thanks
    225
    Thanked 185 Times in 126 Posts
    Cheers Nick, that sounds just the job :-)

    Ill go and have a read through it now.

    Thanks

    Lee
    iCodes - Free Voucher and Offer API Available.

  4. #4
    Leeky's Avatar
    Pagerank10.co.uk

    Status
    Offline
    Join Date
    Mar 2005
    Location
    uk
    Posts
    3,109
    Thanks
    225
    Thanked 185 Times in 126 Posts
    After a quick read it seems i can only add the EPI to my own generated links and cannot add them a product chart generated by TD.

    The main pages i wanted to use it for are some sub domains.

    ie. For each top ringtone i have its own sub domain with just a 'free ringtone product chart banner on it'... so would this method not be any use to me.

    If not i suppose i could just apply for each sub domain and get a new site id for them.. the problem is they only last a few weeks to a month or so and when the ringtone drops out of the top 6 i scrap/change them.... im sure ill think of a way round it :-)

    Cheers

    Lee
    iCodes - Free Voucher and Offer API Available.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    1,329
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi Leeky,

    no need to register a subdomain, TradeDoubler will track all clicks from any subdomain or folder as long as you have registered the top level domain under "SETTINGS>>Site Information".

    You can register multiple URLs per site simply by placing a comma, and no space, after each URL, e.g. http://www.site1.com,http://www.site2.com.

    The following are examples of a banner and top products being encoded with the EPI parameter:

    Code for Top Products Banner, including EPI:
    <script language="JavaScript" src="http://impgb.tradedoubler.com/imp/1059251/913664[blue-widget]" charset="ISO-8859-1"></script>

    <script language="JavaScript" src="http://impgb.tradedoubler.com/imp/1059251/913664[blue-widget]" charset="ISO-8859-1"></script>


    Code for Standard Banner, including EPI:
    &lt;script language="JavaScript" src="http://impgb.tradedoubler.com/imp/1059240/913664[blue-widget]" charset="ISO-8859-1">&lt;/script>

    <script language="JavaScript" src="http://impgb.tradedoubler.com/imp/1059240/913664[blue-widget]" charset="ISO-8859-1"></script>


    When you are adding the EPI code to banners you need to place the EPI parameter in square brackets.

    Before EPI:
    &lt;script language="JavaScript" src="http://impgb.tradedoubler.com/imp/1059240/913664" charset="ISO-8859-1">&lt;/script>

    After EPI:
    &lt;script language="JavaScript" src="http://impgb.tradedoubler.com/imp/1059240/913664[blue-widget]" charset="ISO-8859-1">&lt;/script>

    The above EPI encoding, in conjunction with your TradeDoubler "Keyword Report" will allow you to calculate the ROI for each landing page.

    Thanks,

    Nick
    Nick Roveta
    Director

    T 07817410743
    E nick.roveta@setyourrate.com
    W www.setyourrate.com

  6. #6
    Leeky's Avatar
    Pagerank10.co.uk

    Status
    Offline
    Join Date
    Mar 2005
    Location
    uk
    Posts
    3,109
    Thanks
    225
    Thanked 185 Times in 126 Posts
    That fantastic!!.. ill go and read up on how to get enabled.
    iCodes - Free Voucher and Offer API Available.

  7. #7
    Leeky's Avatar
    Pagerank10.co.uk

    Status
    Offline
    Join Date
    Mar 2005
    Location
    uk
    Posts
    3,109
    Thanks
    225
    Thanked 185 Times in 126 Posts
    HTML Code:
    <script language="javascript">
    var uri = 'http://impgb.tradedoubler.com/imp/js/1059251/1078286?' + new String (Math.random()).substring (2, 11);
    document.write('<sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1"></sc'+'ript>');
    </script>
    Where do i put the [blue-widget] in the above, do i put it before, after or instead of the '?'
    iCodes - Free Voucher and Offer API Available.

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    1,329
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi Leeky,

    if you are using the JavaScript banner implementation with Cache Prevention enabled (by checking the tick box on "Show Code"), then you need to insert the EPI as follows:

    Before EPI
    &lt;script language="javascript">
    var uri = 'http://impgb.tradedoubler.com/imp/js/1059251/1078286?' + new String (Math.random()).substring (2, 11);
    document.write('&lt;sc'+'ript language="JavaScript" src="'+uri+'" charset="ISO-8859-1">&lt;/sc'+'ript>');
    &lt;/script>


    After EPI
    &lt;script language="javascript">
    var uri = 'http://impgb.tradedoubler.com/imp/js/1059251/1078286?' + new String (Math.random()).substring (2, 11);
    document.write('&lt;sc'+'ript language="JavaScript" src="'+uri+'[blue-widget]" charset="ISO-8859-1">&lt;/sc'+'ript>');
    &lt;/script>

    Kind regards,

    Nick
    Last edited by TD Nick; 24-05-05 at 01:14 PM.
    Nick Roveta
    Director

    T 07817410743
    E nick.roveta@setyourrate.com
    W www.setyourrate.com



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2