Sponsored Ads
Random Images
RSS Subscribe
|
|
|
Top 10 Popular Posts
Top Commentators
Recent Posts
- Prosper202 1.7.2 Released!
- Prosper202 LP CTR Mod Install Video
- Prosper202: LP CTR Mod for 1.5.x-1.6.x
- EXCLUSIVE: Ryan Eagle Revealed – The Man behind the Money
- Affiliate Summit West 2010: Las Vegas Recap Day 4 & 5
- Affiliate Summit West 2010: Las Vegas Recap Day 3
- Interviewed by JonathanVolk.com
- Affiliate Summit West 2010: Las Vegas Recap Day 2
- Affiliate Summit West 2010: Las Vegas Recap Day 1
- Meetup202 LA Recap and ASW 2010 Las Vegas
Tag Cloud
adwords Affiliate Affiliate Marketer Affiliate Marketers Affiliate Marketing Affiliate Networks Akmg Array Asw Blog Calendar Campaigns Content Network Cpa Cpc Email Experiences Google Impressions Internet Marketing Keyword keywords Las Vegas Lol Lt Mahler Mail Marketers Marketing Industry Meetup Money Networking Niche Niches Pleasure ppc Seligman success Summit East Summit West Text Ads Twitter Volk Wes Yahoo
Categories
- Affiliate Marketing
- Business
- Copywriting
- CPA Networks
- General
- Internet Marketing
- Mindset
- Networking
- Pay Per Click Marketing
- Projects
- Success Stories
- Travel
- Tutorials
Blogroll
- A Peek Into My Mind
- AffBuzz
- Affiliate Marketing Journey
- Arif Kosasi
- Bryn Youngblut
- Cash Tactics
- Convert2Media
- Daily Conversions
- gxdiafilliate
- Ian Fernando
- Jay Yukes
- Jonathan Volk
- Masterless Samurai
- Matt Levenhagen
- Mr. Green
- Ms Danielle
- Neils Web
- Nick Throlson
- NickyCakes
- PPC.bz
- Prosper202 Blog
- Richard Bonner
- Tyler Cruz
- UberAffiliate
- Wes Mahler
- WhoisAndrewWee
- Wordpress Themes
- WorkPlusFaith
- Yebot
- Zac Johnson
Monthly Archives
- October 2011
- December 2010
- August 2010
- May 2010
- February 2010
- January 2010
- December 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
Recent Readers
Affiliate Summit East 2009: New York City Baby!!
Posted by JasperP on July 31st, 2009
Affiliate 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
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:
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!
Related Posts
Los Angeles Affiliate Marketing Meetup202
Posted by JasperP on July 6th, 2009
Looking 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
