View Single Post
Old 05-31-2011, 06:21 AM  
Markul
Likes Pie
 
Markul's Avatar
 
Industry Role:
Join Date: Dec 2007
Location: The land that liberated porn
Posts: 12,400
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 or send me a mail.
__________________
Get 5% for life on Model Earnings and Fan token buys with AdultNode.com - Studio Link - Creators keep 100% of your earnings

Last edited by Markul; 05-31-2011 at 06:32 AM.. Reason: link was broken
Markul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook