Home > Paid Traffic Sources > Mobile

Rotating Mobile Offers? (8)


02-01-2012 04:17 PM #1 kfeng113 (Member)
Rotating Mobile Offers?

Hey Guys,

Hopefully this isn't a repost, does anyone know how to rotate mobile offers? I'm just direct linking to the networks atm (Maybe using a php redirect or something?) I could't find anything on this except for getting Hasoffers setup:

http://stmforum.com/forum/showthread...ight=hasoffers

Just seems like there should be an easier way than going through the setup and the $99/mo fee.

Ideas?


02-01-2012 04:32 PM #2 urbanleaf (Member)

Is this rotator any use? there is no ads on it, it's free and you can bias it toward urls if you need...

Simple but i works - http://pageswirl.com/default.php


02-01-2012 05:46 PM #3 andymin (Member)

or this one which has been posted on here before, save it as go.php or something:

[PHP]<?php
$k = $_GET['subid']; //http://www.yourdomain.com/go.php?subid=AD1

//$aff[] = 'http://wap.blabla.com/aff.php'; //PREVIEW!!!!!!!!!!!!
$aff[] = 'http://blabla.com/click/?s=xxxxxx&c=xxxxxx&subid='; // Offer one
/$aff[] = 'http://blabla.com/click/?s=xxxxxx&c=xxxxxx&subid='; //Offer two


srand ((double) microtime() * 1000000);
$random_number = rand(0,count($aff)-1);

$lol = ($aff[$random_number]);
$lal = $lol.$k;

header("Location: $lal");

?>[/PHP]


02-01-2012 05:52 PM #4 bbrock32 (Administrator)

Or even easier , download the rotator that comes free with affexpert and you are good to go.


02-01-2012 09:26 PM #5 kfeng113 (Member)

BTW guys, for mobile stuff, should I be using a dedicated server? I currently use the VPS512N here:

http://beyondhosting.net/Virtual-Pri...2-VPS-Hosting/

I know redirect speeds are crucial in mobile, so just curious. That is all


02-01-2012 09:51 PM #6 bbrock32 (Administrator)

It all depends on the volume you are looking to do.

Talk with Tyler , he will set you up.


02-02-2012 11:31 PM #7 kfeng113 (Member)

Might just wait it out for that mobaff tracker, that thing looks legit


02-03-2012 03:04 AM #8 shoent (Member)

if you running on a hasoffers network you can use the admanager to rotate also


Home > Paid Traffic Sources > Mobile