Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202

A very simple Prosper202 mod I use (11)


07-27-2012 04:25 PM #1 doppelganger (Member)
A very simple Prosper202 mod I use

I always make this very easy modification to my P202 and thought I would share it. I found this useful and you don't really need to know anything about coding to be able to do it.

Pretty much 99% of the time that I log in to my P202 I go straight to the Spy View tab. It's the first thing I want to look at when I log in and I don't want to have to click 3 times to get there. I find it especially useful since I often check my stats on my phone.

Now, when I click the 'login' button, I am taken directly to my Spy View tab.

ALWAYS make a backup of your file before changing it!

If you go out to the root folder of your P202 installation, you will see a file called 202-login.php. Pull this file down and make a backup copy of it (I named my backup copy 202-logn.php.bak).

Open the original file with a text editor. If you go to line 79 you should see this code.

Code:
//redirect to account scree
header('location: /202-account');
I replaced those two lines with this.
Code:
//redirect to spy view
header('location: /tracking202/spy');
This makes P202 bypass all the RSS and advertising calls. Now I have zero delays when logging in and go straight to my Spy View.

If you prefer to see a different tab when you log in you can set that as your default location.

For example:
/tracking202/analyze/landing_pages.php
/tracking202/analyze/keywords_lpctr.php
/tracking202/setup/aff_campaigns.php
/tracking202/overview/

Save your file and upload to your server replacing the original. I also uploaded my backup copy since I probably won't remember where I put it if I ever need it again.

I know this is nothing earth shattering and pretty minor compared to the customization that some people do. But, I find it to be useful and it's super easy so I thought I would share

-Aaron


07-27-2012 05:17 PM #2 bbrock32 (Administrator)

It's been ages I haven't used Spy View in prosper.

I prefer much better using group overview to get an idea how stuff is going.


07-27-2012 05:20 PM #3 rich (Member)

cheers aaron, I never really bothered to do this when I last saw it but decided to finally add it


07-31-2012 04:09 PM #4 Mr Baffoe (Veteran Member)

I'm shocked to hear there are people out there who don't like seeing the ads I carefully hand picked to show in Prosper202.

For everyone else who loves the ads: I've added a to-do to make sure the next update of p202 caches the feeds for faster loading.

Finally: Here's a preview of the next T202 for those of you who haven't seen it yet.


07-31-2012 04:13 PM #5 shoent (Member)

when is this new p202 going to be rolling out?


07-31-2012 04:46 PM #6 Mr Baffoe (Veteran Member)

Quote Originally Posted by shoent View Post
when is this new p202 going to be rolling out?
The new P202 that you see in the images will be pushed live on August 9th. This is the P202 that is hosted/managed by us.

After the 1.7.3 bug fix release, the self hosted P202 will be put on a development hiatus.


07-31-2012 04:49 PM #7 shoent (Member)

oh this is going to be self hosted?


07-31-2012 04:53 PM #8 getgreen (Member)

Mr Baffoe, any updates to the way 3rd party pixels are fired? I've literally tried 10 times to get them working with no luck and I know with 100% certainty I'm doing everything correctly, so I've got no idea what else to try. Sorry it's off topic a bit


07-31-2012 05:49 PM #9 doppelganger (Member)

Quote Originally Posted by Mr Baffoe View Post
I'm shocked to hear there are people out there who don't like seeing the ads I carefully hand picked to show in Prosper202.

For everyone else who loves the ads: I've added a to-do to make sure the next update of p202 caches the feeds for faster loading.

Finally: Here's a preview of the next T202 for those of you who haven't seen it yet.
Haha sorry, nothing against the ads. I just found it useful to cut out the extra navigation when I'm checking stats on my phone. Thanks for all of the work you guys have put into 202

-Aaron


08-01-2012 01:24 AM #10 Mr Baffoe (Veteran Member)

Quote Originally Posted by getgreen View Post
Mr Baffoe, any updates to the way 3rd party pixels are fired? I've literally tried 10 times to get them working with no luck and I know with 100% certainty I'm doing everything correctly, so I've got no idea what else to try. Sorry it's off topic a bit
What's happening? I'd like to see/get more details please.

I've been looking into a javascript based method of firing 3rd party pixels, but I don't have much to report on right now.


08-02-2012 11:36 PM #11 getgreen (Member)

Quote Originally Posted by Mr Baffoe View Post
What's happening? I'd like to see/get more details please.

I've been looking into a javascript based method of firing 3rd party pixels, but I don't have much to report on right now.
I'm sending you a PM, thank you!


Home > Other Systems (CPVLab, iMobiTrax, P202, Track Revenue, Click, Google Analytics, etc.) > Normal Prosper202