Nerdy Affiliate Adventures In Affiliate Marketing Land

Sponsored Ads

Random Images

 
P4210012.JPG P4210011.JPG

RSS Subscribe


TwitterCounter for @JasperP

Subscribe via Email:

Top 10 Popular Posts

  • Prosper202 Mod: LP Clickthrough for Text Ads/Keywords
  • My Experience on “The Price is Right”
  • ASW 2009 Recap
  • LP CTR Mod for Prosper 1.3.2
  • FREE 15.4″ Macbook Pro from CashTactics.net
  • Prosper202 Mod: LP Clickthrough Version 2
  • EXCLUSIVE: Ryan Eagle Revealed – The Man behind the Money
  • I am NOW a SUPER AFFILIATE!
  • Calculating CPM vs CPC (Great for Facebook CPM ads!)
  • I’m Elite with Elite Clicks Media
  • Top Commentators

      Recent Posts

      Tag Cloud

      Affiliate Summit East 2009: New York City Baby!!

      Posted by JasperP on July 31st, 2009

      ASE2009.jpgAffiliate Summit East is in 1 week and I’m excited! I love going to these conferences and meeting other marketers from around the world.  I’m going to be out there to attend the convention and see the sights and just hang out.  

      I’m going to be staying a couple blocks away (walking distance from the Hilton) and I’ll be there from August 9 to August 17.  

      So, if anyone wants to hook up.  Let me know!

      Related Posts

      Posted in: Travel Comments(6)

      Thank You Revolution202!

      Posted by JasperP on July 29th, 2009

      A small envelope arrived in the mail the other day with a handwritten message on it.  To my surprise, the team at Revolution202 sent me $2.02 with a note saying “thanks for everything”.  It’s a pretty nice touch to the launch of their new network.  I’ve known the guys at tracking202 for awhile now and I know they always bring quality to everything they release to the public.

      Check out what they sent me:

      r202.jpg

      So I haven’t decided what to spend it on.  I was talking to my buddy Eric, and he was saying to spend it on PPV to scale with 1000% ROI with my new startup capital. lol

      If I scale my $2.02 with 1000% ROI, that would mean I could bring in Profit = ($2.02 * 1000%) / 100 = $20.20.  (Did I calculate ROI correctly? Check out http://www.wickedfire.com/affiliate-marketing/63218-roi.html for more info.  haha)

      What should I spend my $2.02 on?

      If you guys haven’t checked out Revolution202 yet, please do so now:

      Revolution202 Network: Join the Revolution!

      They have several people there that are experienced in the affiliate marketing industry, so definitely signup for their network.

      Anyway, I just want to say thanks again to the Revolution202/Tracking202 team again for sending me this nice litte note in the mail.

      Related Posts

      Prosper202 Modification: Redirect to any Tab

      Posted by JasperP on July 16th, 2009

      Here’s a small mod that I’ve been using for my Prosper202 installations.  This is a pretty simple one. The basic idea is that the mod redirects to any tab you want in tracking202.

      Originally, when you logged in, you have to type in your username and password, THEN you have to click on the “tracking202″ link and THEN click on the tab (overview, analyze, visitor, etc) and THEN click on the sub-category of that tab (keywords, referer, etc)

      This mod allows you to login and automatically redirect (meta refresh) to the stats that you want.

      It’s a fairly easy installation, you basically configure template.php, backup the original one, and then copy it over.

      Here’s the readme.txt:

      Installation Instructions.
      1. Configure template.php *SEE CONFIGURATION INSTRUCTIONS BELOW*
      2. rename /202-config/template.php to /202-config/template.php.bak
      3. Copy /202-config/template.php to /202-config folder.
      
      Configuration Instructions
      1. Open template.php in a text editor.
      2. Change the $refreshtime to redirect after X seconds.  Default is set to 2 second.
      Example: $refreshtime = 5; // Redirect to the page after 5 seconds.
      3. Change $tab_page to the page you want it to redirect to:
      Example: $tab_page = "3c"; // Goes to "Text Ads" page
      
      1-"Setup" page
      
      2a-"Overview >> Campaign Overview" page
      2b-"Overview >> Daily Overview" page
      2c-"Overview >> Hourly Overview" page
      
      3a-"Analyze >> Keywords" page
      3b-"Analyze >> Text Ads" page
      3c-"Analyze >> Referers" page
      3d-"Analyze >> IPs" page
      3e-"Analyze >> Landing Pages" page
      3f-"Analyze >> Keywords LP CTR" page
      3g-"Analyze >> Text Ads LP CTR" page
      
      4-"Visitors" page
      5-Spy page
      6-Update page
      
      Also, if you ever wanted to access that page, just hit the ESCAPE key to prevent the redirect from forwarding you to the OVERVIEW page.

      Here’s a sample of the mod code from template.php:

      if (($navigation[1] == '202-account') and (($navigation[2] != 'account.php') and ($navigation[2] != 'administration.php')) ) {
      
      // Set $refreshtime to the # of seconds to wait until redirecting
      //
      // Set $tab_page to the page to be redirected to: (Default is 2-Overview page)
      //   1-"Setup" page
      //
      //   2a-"Overview >> Campaign Overview" page
      //   2b-"Overview >> Daily Overview" page
      //   2c-"Overview >> Hourly Overview" page
      //
      //   3a-"Analyze >> Keywords" page
      //   3b-"Analyze >> Text Ads" page
      //   3c-"Analyze >> Referers" page
      //   3d-"Analyze >> IPs" page
      //   3e-"Analyze >> Landing Pages" page
      //   *3f-"Analyze >> Keywords LP CTR" page
      //   *3g-"Analyze >> Text Ads LP CTR" page
      //
      //   4-"Visitors" page
      //   5-"Spy" page
      //   6-"Update" page
      //
      // *NOTE: 3f, 3g are used if you installed the LP CTR script.
      
      $refreshtime = "2";
      $tab_page = "2a";
      
      switch ($tab_page) {
          case "1":
              $tab_page_url = "/tracking202/setup";
              break;
          case "2a":
              $tab_page_url = "/tracking202/overview";
              break;
          case "2b":
              $tab_page_url = "/tracking202/overview/daily.php";
              break;
          case "2c":
              $tab_page_url = "/tracking202/overview/hourly.php";
              break;
          case "3a":
              $tab_page_url = "/tracking202/analyze/keywords.php";
              break;
          case "3b":
              $tab_page_url = "/tracking202/analyze/text_ads.php";
              break;
          case "3c":
              $tab_page_url = "/tracking202/analyze/referers.php";
              break;
          case "3d":
              $tab_page_url = "/tracking202/analyze/ips.php";
              break;
          case "3e":
              $tab_page_url = "/tracking202/analyze/landing_pages.php";
              break;
          case "3f":
              $tab_page_url = "/tracking202/analyze/keywords_lpctr.php";
              break;
          case "3g":
              $tab_page_url = "/tracking202/analyze/text_ads_lpctr.php";
              break;
          case "4":
              $tab_page_url = "/tracking202/visitors";
              break;
          case "5":
              $tab_page_url = "/tracking202/spy";
              break;
          case "6":
              $tab_page_url = "/tracking202/update";
              break;
          default:
          	$tab_page_url = "/tracking202/";
      }

      You can download the mod here: p202redirectV3.zip

      Related Posts

      The Revolution is here.

      Posted by JasperP on July 8th, 2009

      The tracking202 team has just released a new network called Revolution202.  The tracking202 team is known to bring quality services to the affiliate marketing industry and they just developed a new network that wil revolutionize the industry.

      Check it out!

      Revolution202

      Related Posts

      Los Angeles Affiliate Marketing Meetup202

      Posted by JasperP on July 6th, 2009

      tracking202LA.jpegLooking to learn how to make some money online?

      I’m having another Affiliate Marketing meetup on Saturday, July 11 at “Corner Bakery” in Pasadena:

      WHERE: Corner Bakery (http://www.yelp.com/biz/corner-bakery-cafe-pasadena-2)
      ADDRESS: 345 S Lake Ave, Ste 107, Pasadena, CA 91101
      WHEN: Saturday, July 11 @ 2:30pm
      HOW TO FIND ME: I’ll be wearing a black shirt that says TRACKING202 on it. 

      If anyone is in the Los Angeles area, come out and network with other marketers to learn how to make some money online.

      Check out this link for more details and to RSVP for the event:

      http://affiliate.meetup.com/49/calendar/10792445/

      Related Posts