Home > POP / PPV / Redirect >

One Dirty Leadimpact Trick to Outbid Your Competition (49)


05-28-2011 05:44 PM #1 bbrock32 (Administrator)
One Dirty Leadimpact Trick to Outbid Your Competition

I know the thread title looks like an acai berry ad but I've been using this trick for ages to outbid my competition without them never suspecting it.

I think most of you have been stuck a lot of times in stupid bidding wars.

You find a profitable url but people keep outbiding you until no one profits anymore or the margins are too low to make it worth running.

Here's what I do when I find a profitable url:

Let's say the url is geico.com and top bidder is bidding 0.05
First thing I do is bid much lower than the top bidder for geico.com. Let's say 0.02 .

After that I add these keywords on my campaign :

geico.co
geico.c
geico.
geico
geic

I stop when I find an url where I am the only bidder.

Now on that url I bid 0.001 more than what the top bidder is bidding on main domain.

So in my example I would be bidding 0.0501 on geico.co ( if there is no one else bidding there ).

Leadimpact shows first the pop of the person who is bidding the highest.
But when someone opens geico.com , means they have "opened" geico.co too since that is contained in geico.com .

However my bid is higher than the guy bidding on geico.com , so my pop will show.

The cool thing about this is that the top bidder will never know he is being outbid since on his account he sees himself as the top bidder .

This way you will get the most traffic without getting into bid wars and inflating bid prices.

P.S This works on Trafficvance too , but to a certain extent. You wont get all the traffic you do on LI but it's still nice to have some "extra" traffic.


05-28-2011 05:48 PM #2 jjrich (Member)

Now that is a great tip and great post.


05-28-2011 06:09 PM #3 polarbacon (Moderator)

on ppv.....you have to think of it this way....

its an algo searching for a string.....

think that way....and a whole new world of targets opens up to you

also....you can make a speadsheet in excel that you just plug in the target and it will output whatever string/short/chars added etc you want..... its the concatenate function...you can get all sorts of crazy with it


05-28-2011 11:17 PM #4 sntr (Member)

for some reason it doesn't work for some high traffic targets on LI, so always worth a test.


05-29-2011 12:16 AM #5 tijn (Moderator)

heres one for scaling

on one of my campaigns the best performing target, with most volume is

=domain

so without the .com

its basically matches many of the search engine urls when people for example just type the domain name into the search box.


05-29-2011 02:02 AM #6 Mr Green (Administrator)

I hope you two survive the week out. Those tips are worth killing for!


05-29-2011 03:38 AM #7 driv (Member)

You Sneaky, sneaky bastards! Great tips!
To add to what tijn said, also bid on 'p=domain' and 'q=domain' if '=domain' has other bidders (then expand these if needed... e.g. ?q=domain, search?q=domain, com/search?q=domain, etc.). I love these forums!


05-29-2011 04:54 AM #8 maynzie (Moderator)

That tip just covered my subscription fee.

One of the best tips I've gotten keep that low or in this forum, will make LI a warzone otherwise lol!


05-30-2011 04:17 AM #9 ben565 (Member)

"Let's say the url is geico.com and top bidder is bidding 0.05
First thing I do is bid much lower than the top bidder for geico.com. Let's say 0.02"

In the example above, when you bid lower what position should you aim for?


05-30-2011 08:52 AM #10 bbrock32 (Administrator)

@ben565

It wont really matter much . You just need it to be lower that 1st place so you dont enter in a bidding war.

The reason why it wont matter is that you will receive 90% of the traffic from the short version of the domain not from the full one.


05-31-2011 02:46 PM #11 emonetized (Member)

Nice tips. I guess the only issue is maybe if you are using a landing page with dynamic URL insertion it could spit out some weird stuff....?


05-31-2011 02:48 PM #12 bbrock32 (Administrator)

Yeah , but if you dont have many targets it can be fixed pretty easily with a bit of PHP.


05-31-2011 02:58 PM #13 emonetized (Member)

Yea. Any coders out there have any code that could work when using dynamic keyword insertion with these tips?

For example from CPV LAB:

<?php $target = str_replace('http://', '', str_replace('https://', '', str_replace('www.', '', $_GET["target"]))); echo(ucfirst(strpos($target,'/') !== false ? substr($target,0,strpos($target,'/')) : $target)); ?>

I wonder how you could edit that so that:

IF $target= '=$target' replace .....

Nevermind. I have no idea what I'm talking about and I'm not so sure that would work with a long URL string that could be random...
But with something like ".geico" you could pretty easily use a series of IF statements to output the right results.


05-31-2011 03:01 PM #14 bbrock32 (Administrator)

You can do it this way :

[PHP]
if(stristr($target, 'geico') !== FALSE)
$target="Geico";
if(stristr($target, 'walm') !== FALSE)
$target="Walmart";
[/PHP]


and so on for every kw.


06-02-2011 05:09 PM #15 joshtodd ()

Top stuff.


06-02-2011 09:54 PM #16 kokofai ()

Great tips over here! Again, no regret joining STM forum. This place is just another university for affiliates. Once you "graduate" from here, you can easily be a millionaire.


06-15-2011 04:52 AM #17 cpvglory (Member)

Quote Originally Posted by driv View Post
You Sneaky, sneaky bastards! Great tips!
To add to what tijn said, also bid on 'p=domain' and 'q=domain' if '=domain' has other bidders (then expand these if needed... e.g. ?q=domain, search?q=domain, com/search?q=domain, etc.). I love these forums!
Hi and thanks for the tip.
I am quite new and may I know what is this 'p=domain' and 'q=domain' means ??
Can you give an example ? Thanks.


06-15-2011 05:00 AM #18 southbound (Member)

Quote Originally Posted by emonetized View Post
Nice tips. I guess the only issue is maybe if you are using a landing page with dynamic URL insertion it could spit out some weird stuff....?
Yeah, i see that all the time and it makes me laugh. "Congratulations UPS.C Visitor!" Haha. What I usually do to get around that is use another variable within CPV lab. For example, pass an additional variable called "site", append "site=[sitehere]" and in the ad network, use your tracking link with "site=ups.com" (or what have you) in the url. Then on your lander, add the php "$site=$GET_[site];" and echo the site.

Of course this will only work correctly if you have one site per creative. Generally speaking I'll only do this for sites that are high volume and where variations of the same site will still yield decent traffic.


06-19-2011 11:01 PM #19 ben565 (Member)

I have tried this and i am not getting much traffic,

i am the only bidder on the .co and am bidding more than the no 1 guy on .com and here are my stats for yesterday

.co = 14 views (no 1 pos)
.com = 556 views ( no 2 pos )

what gives?


06-28-2011 03:21 PM #20 st00rm (Member)

Nice I'll try this out


07-09-2011 09:33 PM #21 harshad (Member)

I had emailed the LI guys asking them this question:

Let's assume that I am bidding on URL www.site.com .. in this case will my ad be displayed if someone goes to www.site.com/page3.php or www.site.com/page4.php? On the other hand if I am bidding on www.site.com/page1.php will my ad be displayed if someone goes to www.site.com i.e. the homepage of the site?
Here's their answer:

No, if your keyword was www.site.com/page1.php your ad would not be displayed if the user went to www.site.com. Our keyword matching system only triggers ads for exact matches. So the user would have to go to www.site.com/page1.php in order for an ad to trigger.
In this case how can this work? Or is it that the person replying to my email has no clue of how it works?


07-09-2011 09:47 PM #22 bbrock32 (Administrator)

Yeah makes perfectly sense.

In your case your ad wont show on www.site.com because you are bidding on www.site.com/page1.php which is not contained entirely in www.site.com

The idea of using this trick is bidding on a string that is contained in the original domain name. ie geico is contained entirely in geico.com but geico.com is not contained entirely in geico


07-09-2011 09:48 PM #23 machete ()

Quote Originally Posted by harshad View Post
I had emailed the LI guys asking them this question:



Here's their answer:



In this case how can this work? Or is it that the person replying to my email has no clue of how it works?
I'm not sure if the trick works for the full URL of site.com/page1.php, but it definitely works for the root domain of site.com

Edit: What Besmir said lol


07-29-2011 12:48 PM #24 index (Member)

you say it works on Traffic Vance too, to a certain extent. How is TV's algo different from LI?


08-09-2011 10:35 PM #25 timpa (Member)

This really is a Dirty trick! And I like it! Nice avatar btw You can't posibly be from sweden?=O


08-10-2011 10:50 AM #26 bbrock32 (Administrator)

Quote Originally Posted by index View Post
you say it works on Traffic Vance too, to a certain extent. How is TV's algo different from LI?
Their algo isn't public , but from my experience I get less impressions there with this trick.


08-10-2011 10:51 AM #27 bbrock32 (Administrator)

Quote Originally Posted by timpa View Post
This really is a Dirty trick! And I like it! Nice avatar btw You can't posibly be from sweden?=O
Haha , not from Sweden , just an AC Milan fan


08-15-2011 06:28 PM #28 timpa (Member)

hahah! Okey! I just had to ask!=D


09-20-2011 09:40 PM #29 successliv (Member)

How do you find out what the current high bid is on LI for a given term?

Thanks


09-20-2011 10:43 PM #30 index (Member)

Quote Originally Posted by successliv View Post
How do you find out what the current high bid is on LI for a given term?

Thanks
that's easy, you just load it in your account. You can see everyones bids. And damn, that's the biggest bitch about PPV. Being able to see what all your competitors are bidding. It really drives up the CPV cost because everybody always wants to be in the #1 position to get the most traffic. So the raise the bids and raise the bids some more. For the PPV network it's good because that's how they make money, but it makes campaign management for us a bitch


10-14-2011 09:49 PM #31 mrohrssen (Member)

For the "=" sign bids...

For this example keyword: "two words"

Which of these would you want to bid on:

=two words
=two*words
=two+words


or something entirely different?


10-14-2011 11:23 PM #32 bbrock32 (Administrator)

All of them

I get traffic from all the variations you mentioned


11-03-2011 10:39 PM #33 harrypotter (Member)

just tried this method, but for keywords, not urls... (maybe that's why it didn't work?)

here is what happened:

i bid on "keyword" and i saw someone else is has the same bid as me... so i went ahead and added

"keywor" and a slightly higher bid

now i am looking at my stats and i see a continuous flow of traffic from "keyword"

but nothing (1 view) for "keywor" even though it is at a higher bid...

does this trick only work for urls?


11-13-2011 08:20 PM #34 nickkk (Member)

Thanks alot


11-14-2011 12:35 PM #35 tijn (Moderator)

Quote Originally Posted by harrypotter View Post
now i am looking at my stats and i see a continuous flow of traffic from "keyword"

but nothing (1 view) for "keywor" even though it is at a higher bid...
Interesting. Did you adjust the bid of "keyword" as well? Is the other bidder still bidding?


11-15-2011 09:30 PM #36 harrypotter (Member)

it's weird...

i can confirm this for sure because this is what i am seeing:

"keyword" is getting hundreds of views
but "keywor" consistently only gets 1 or 2 views a day

so this trick probably works only for urls...


01-29-2012 10:11 PM #37 rock (Member)

Good one! Little tricks like this keep me humbled.

Thanks for sharing.


04-25-2012 05:20 AM #38 pata33 (Member)

Yo!
Check it out. We got another thief amongst us.
This guy actually posted everyone's reply's as his own too.

http://www.blackhatchina.com/thread-10077-1-1.html


04-25-2012 08:13 AM #39 kinema (Member)

Well the Chinese lack creativity therefore they copy


04-25-2012 11:27 PM #40 mojstermiha (Member)

F* Chinese. Always stealing other people ideas. I guess they change a lot since Marco Polo.


05-04-2012 10:58 PM #41 Senator (Member)

How exactly does leadimpact compare the string? Is it when somebody is actively typing in the URL bar of their browser? Or is it when they hit enter? Or is LI constantly scanning the browser address (ie it would even pop on a redirect URL)?

Having some mixed results with the original bidding technique on URLs.


05-09-2012 05:11 PM #42 Senator (Member)
Does this technique still work??

Quote Originally Posted by bbrock32 View Post
After that I add these keywords on my campaign :

geico.co
geico.c
geico.
geico
geic

I stop when I find an url where I am the only bidder.

Now on that url I bid 0.001 more than what the top bidder is bidding on main domain.

So in my example I would be bidding 0.0501 on geico.co ( if there is no one else bidding there ).

Leadimpact shows first the pop of the person who is bidding the highest.
But when someone opens geico.com , means they have "opened" geico.co too since that is contained in geico.com .

However my bid is higher than the guy bidding on geico.com , so my pop will show.

This way you will get the most traffic without getting into bid wars and inflating bid prices.
Does this technique still work, or am I screwing something up...see below.

My targets and bids are listed up top (disregard the disapproved, they were approved before they wanted to switch categories on me), and my impressions are listed below. I have bid one cent higher on .go than the highest bid on .gov yet I received 0 impressions on .go when compared with the .gov target where I am ranked 3rd in bidding and received 241 impressions.


05-09-2012 06:52 PM #43 harrypotter (Member)

interesting screenshots

i had the same experience but with "keyword" v.s. "keywor"

thought it was working for urls


05-10-2012 04:45 AM #44 bbrock32 (Administrator)

Looks like they have been catching on this lately.

Probably because of too many people doing that and LI normally wants people to compete the most for the traffic.


05-10-2012 04:50 AM #45 luukmuu (Member)

Thank you ...Great tip


05-10-2012 05:10 AM #46 affpayinggao (Veteran Member)

Quote Originally Posted by bbrock32 View Post
Looks like they have been catching on this lately.

Probably because of too many people doing that and LI normally wants people to compete the most for the traffic.
really bad news


06-04-2012 05:17 PM #47 eljeffe77 (Member)

This is an INSANE trick, thank you for sharing it!


06-05-2012 10:22 AM #48 leadpiss (Member)

Did you read the whole thing?


02-11-2013 05:53 PM #49 seowork12 (Member)

nice info shipa


Home > POP / PPV / Redirect >