Tracking 202 on a Blog

1 replies
  • SEO
  • |
I have been trying to use tracking 202 to track my ppc, but it doesnt appear to work with a blog. Can someone guide me on this, is there a way it can work with a blog? Thanks.
#202 #blog #tracking
  • Profile picture of the author indexphp
    Yes, you can install the LP code on a Wordpress blog. What you have to do is find out the post ID number. Go to the post in Wordpress, and hover over the link that says EDIT. As you hover over the link, you'll see in the lower left part of your browser some parameters.. and one of them will be the ID.

    Then, grab your Prosper LP code and pop open footer.php

    Directly before the closing </body> tag... put this code:
    Code:
    <?php if(is_single('id#')) : ?>
    
    <script src="http://yourdomain.com/tracking202/static/landing.php?lpip=935" type="text/javascript"></script>
    
    <?php endif; ?>
    Basically, the code will only display your Prosper LP code on your landing page, and no other pages on your site. The ID# is the key there.
    {{ DiscussionBoard.errors[1976663].message }}

Trending Topics