GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Tip: How to monetize your non-US mobile traffic? (https://gfy.com/showthread.php?t=1024731)

Markul 05-31-2011 06:21 AM

Tip: How to monetize your non-US mobile traffic?
 
This is really a guide for new webmasters, but old dogs can try it out and see if it’s good for them. So far 10 webmasters have signed-up under me and some are making good money. Hell one is even making more than me!

It’s pretty simple to get started, all you need to do is go and signup with SGM right here. I’ve tested a lot of programs and these are by far the best and have a lot of different billing options available.

The affiliate managers over at SGM are very helpful and can create a lot of WL solutions – that you host – with less than 24 hour turnaround. Even in the weekends.

Step 1:
If you want to get started right away, go and download a template. You can do that right here.

Step 2:
Once that’s done, go to the SGM site, login, hit Advanced in the menu -> hit more under branding -> create new branding -> fillout the fields and hit save and go back -> copy the Link ID for the next step.

Step 3:
You now need to open the index.php file from the template you just downloaded add the link id you just created under: $LINKID

Please note that you can use Google tracking if you wish, just replace the UA with MO and add it to the index.php file.

This template is multi-niche and auto-changes based on geo location, which means it’s optimized by the SGM team to present the content that converts best to the target audience. For instance, AU people seem fond of SGMs camsex and as such, presents that to them.

Naturally you can have any template built by the SGM affiliate team, but this is just if you want to get started quick and see how things convert. If you have a decent amount of non-crap traffic, you should be able to see results with in 24 hours. Their stats are updated on an hourly basis, so probably with one hour.

Step 4:
Upload the files to your domain, use domainname.extension/mobile or use a subdomain.

Step 5:
Once that is done, you’ll need to go and fetch a mobile redirect script, do that here.

Step 6:
You’ll need to edit the file geoweiche.php on line 4 & 5. Line 4 is the URL where you want all NON-US traffic to go to, line 5 is where you want all US traffic to go to. If you want to exclude more than US traffic from the line 4 URL, remove the country codes from line 8.

Save the files, upload them to your host.

Step 7:
Now you need to add the following script to your index page:
Code:

<?php
/* sexgoesmobile.com MobileTargetingScript */

/* Mobile Geräte auf diese URL umleiten */
$mobile_url = "http://www.amateurelure.com/mobile/";


include("mobile_detection.php");
/* Ab hier nichts mehr ändern */
if(detect_mobile_device())
{
    header("Location: $mobile_url");
    exit();
}
/* sexgoesmobile.com end */
?>
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require('./wp-blog-header.php');
?>

The end.

That’s basically it. If you need any assistance hit me up on ICQ :thumbsup or send me a mail.

Markul 06-06-2011 02:54 AM

Ok the above code to insert on your index page is WRONG! Do NOT use it, it links to a site that's not yours. So sorry about that.

This is the right code:
Code:

<?php
/* sexgoesmobile.com MobileTargetingScript */

/* Mobile Geräte auf diese URL umleiten */
$mobile_url = "YOUR NON US MOBILE URL HERE";


/* Download mobile_detection.php:
 * http://www.sexgoesmobile.com/webmaster/tools/redirect/manager/mobile_detection/
 */
include("mobile_detection.php");
/* Ab hier nichts mehr ändern */
if(detect_mobile_device())
{
    header("Location: $mobile_url");
    exit();
}
/* sexgoesmobile.com end */
?>


dc0ded 07-20-2011 02:50 AM

this is really not the right thing to do . please don't do it again.

Markul 07-21-2011 12:30 AM

Quote:

Originally Posted by dc0ded (Post 18293760)
this is really not the right thing to do . please don't do it again.

I see you post a ton of one liner posts, I'm sure people take you very serious. How much are you making off mobile porn every month? (non-US visitors only)

relyx 08-01-2011 10:09 AM

so basically, if you set this up on a website, a user that tries to go to that website on a mobile device will get re-directed to some random site that SGM thinks they will like? Ie the surfer googles celebrity sex comics, they click on my site from the google results, then they wind up at some camgirls site? I am not being sarcastic I want to make sure I understand this right. Also, do you get affiliate commission or just pay per click (ie X cents per visitor you send them)?

Markul 08-02-2011 01:38 AM

Quote:

Originally Posted by relyx (Post 18322029)
so basically, if you set this up on a website, a user that tries to go to that website on a mobile device will get re-directed to some random site that SGM thinks they will like? Ie the surfer googles celebrity sex comics, they click on my site from the google results, then they wind up at some camgirls site? I am not being sarcastic I want to make sure I understand this right. Also, do you get affiliate commission or just pay per click (ie X cents per visitor you send them)?

No you setup the niche, celeb isn't one of them so far that niche I'd recommend using a different sponsor. You can see an example of a template here.

You get comission, it's not a pay per click thing. If you want that go with GTS Mobile. It rebills very good and depending on your traffic source it pays anywhere from 0,2-20? (0,2 being India/Indonesia etc and 20 being cam purchase from say AU).

Last month I had 3295 hits that generated 2496 sales (including rebills!), those are join page hits btw.

CamTraffic 08-04-2011 04:41 AM

Does the mobile landing page detect the IP of the mobile user and change the language?
Cause all i see are English Landing pages...

relyx 08-04-2011 11:11 AM

there are several php files for different languages so I think it does, though I am not sure how it works yet

Markul 08-05-2011 01:20 AM

Quote:

Originally Posted by CamTraffic (Post 18330769)
Does the mobile landing page detect the IP of the mobile user and change the language?
Cause all i see are English Landing pages...

Yea they Geo target it. Following languages are available in that template:

Danish
Deuch
Duch
Espaniol
French
Poland
Rumania (I think, that must be what 'rou' stands for)
Russia
English / US

CamTraffic 08-05-2011 04:27 AM

Do you work for them?

Markul 08-06-2011 12:32 AM

No, I dont work for anyone.

Though Im closing my company, so I guess I need some job down the road lol


All times are GMT -7. The time now is 02:44 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc