Hi Guys
One of my Bing Accounts got flagged and I was wondering if that would effect my entire CPVLAB domain? I have already opened a new account on bing. So, if I create a new campaign in CPVLAB, whatever it may be, and start a campaign on Bing would they automatically ban the account due to CPVLAB domain used?
There is an easy way around this; CPV Lab has a cloaking feature so that instead of having to input your banned tracking link like: http://banneddomain.com/base2.php, you can instead submit something like: http://cleanwebsite.com/page
Unfortunately the directions aren't in the regular user guide, but can instead be found in the version 2.13 update guide.
where would one find the 2.13 update guide, in your cpvlab account?
Ah, you probably bought it after the 2.13 update. They don't update the user guide for some reason lol. Here you go: http://www.sendspace.com/file/94gpey
thx but its a download install manager, where is the file?
actually, go it, thx buddy. Lets hoop up on skype, rick430
Ah shit, my bad. That used to be a good place to upload files for free...
https://www.dropbox.com/s/9mw9eeh023...date_Guide.pdf
Hey guys does t202 have the same feature? Thank you in advance.
You can do a simple redirect with basic PHP, create a file called whateveryouwant.php and place this code in it:
[PHP]<?php
$url = 'http://www.google.com';
header('Location: ' . $url);
?>[/PHP]
Change the http://www.google.com to what you want and it will redirect the user.