New Posts
Welcome guest, is this your first visit?
  • Login:
Kingdom Of Poker
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16
  1. #11
    oldest member here
    oldest member here Main Job
    30% vs Affiliating 70% - it's
    getting better...
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Germany
    Posts
    923
    Blog Entries
    1
    Feedback Score
    14 (100%)

    Default

    Quote Originally Posted by Unknown Webmaster View Post
    Does /go/party.php appear in the "top content" report?

    If it doesn't, it would be helpful to see the redirect code you are using.
    No it doesnt. redirect code see above

  2. #12
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    Northern Europe
    Posts
    882
    Blog Entries
    6
    Feedback Score
    3 (100%)

    Default

    Quote Originally Posted by Catfish View Post
    Do I need to put my GA code into the redirect???
    Here's an example of the php file code:
    <?php
    header("Location: http://www.partypoker.com/td/new_table/de105368_eu_PP_NewTable_LP.htm?wm=3103016");
    ?>
    This code is the root of the problem.

    Due to the way this redirect works, no other code on the page has a change to get executed. When a visitor go to /go/party.php the server responds with a message saying that the page has been moved without even sending the tracking code to the visitor.

    If you replace the current redirect code with something else fx. a meta refresh or a javascript redirect everything should start working. If you want to keep using the current redirect code, you can use javascript to create virtual pageviews like GregW suggested.
    My blog www.unknownwebmaster.com | New posts on Poker affiliate blogs | Webmaster tools I use every day.

  3. #13
    oldest member here
    oldest member here Main Job
    30% vs Affiliating 70% - it's
    getting better...
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Germany
    Posts
    923
    Blog Entries
    1
    Feedback Score
    14 (100%)

    Default

    That sounds way to complicated for me, being a total dummy when it comes to coding (actually I felt like a coding god after creating all those php files, with the help of someone here in the forum )
    Well I need some help on this side anyway and was going to hire someone for that, as soon as I have found that guy I'll let him take care of it. No big issue anyway. Thanks to you all for helping!

  4. #14
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Apr 2010
    Location
    USA
    Posts
    173
    Feedback Score
    14 (100%)

    Default

    Maybe this solution is not as simple as it seems but could you not just put the GA code above the redirect? I use a js redirect and it (goals) would not work forever, then just one day I was like well duh, just put the GA code above the redirect code even though G says to put it at the bottom of the page.

    Good luck!

    So your go/pokersite.php file would be:

    <script type="text/javascript">

    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-2239559-6']);
    _gaq.push(['_trackPageview']);

    (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();

    </script>

    <?php
    header("Location: http://www.partypoker.com/td/new_table/de105368_eu_PP_NewTable_LP.htm?wm=3103016");
    ?>

  5. #15
    oldest member here
    oldest member here Main Job
    30% vs Affiliating 70% - it's
    getting better...
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Germany
    Posts
    923
    Blog Entries
    1
    Feedback Score
    14 (100%)

    Default

    I'll def give that a try and see whether it works, thanks for the advice

  6. #16
    oldest member here
    oldest member here Main Job
    30% vs Affiliating 70% - it's
    getting better...
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Germany
    Posts
    923
    Blog Entries
    1
    Feedback Score
    14 (100%)

    Default

    after pasting that into the php file, the links do not work any more


 

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant