how to start a cloaking

SEO Zorro

Registered Member
Joined
Jul 23, 2018
Messages
75
Reaction score
8
Hi,

I am trying to start Adwords cloaking first, so I need some help.

what steps should I follow?
I am planning to buy adwords account with balance in the marketplace on bhw, and then try some good cloaking program also from bhw sellers.

I am open to every advice, experience etc

please reply here! thanks
 
Why do you want to cloak? Want kind of campaigns do you want to run?

You will get people here posting a load of codswallop, just so they can pump their banners.
 
it's an adult / gambling campaign,which google won't approve.

so I wanna cloak the landing page.
 
I recommend https://scarlettapp.com/ or https://magicchecker.com - I've used both successfully with Google Ads.

You need to build in as many backstops as possible to prevent detection (geo/user agent/language etc) and make sure your safe page is Google compliant.
 
Both are cloaking tools that work with Google Ads and Facebook.
 
Why do you want to cloak? Want kind of campaigns do you want to run?

You will get people here posting a load of codswallop, just so they can pump their banners.

I always look forward to your replies to these threads!

Its a breathe of fresh air from all the self promotion going on on this subforum. No one is genuinely helping anybody here.
 
Adword is costly, for adult and gambling, you can go with other pops networks, they got high deposit but really worth it. @Sephrata hate is real bro. :)
 
Hi,

I am trying to start Adwords cloaking first, so I need some help.

what steps should I follow?
I am planning to buy adwords account with balance in the marketplace on bhw, and then try some good cloaking program also from bhw sellers.

I am open to every advice, experience etc

please reply here! thanks
you can buy adwords with balances in BHW? how does that work
 
its a good idea set your work and go for best cloakers in market like links cloaking, jci ... These will resolve your issues and make your work easy:p
 
Cloaking means you show one landing page to a certain percentage of the audience, and a different landing page to the rest.

Each cloaker has their own technology and some work better than others. Here are some of the basic methods they use.

IP Collection – The software has a database of the IP addresses of the reviewers. This can be as simple as launching a campaign, pausing it, and recording any IP’s that visit the page.
Referral URL’s – If someone is coming from dev(dot)facebook(dot)com, it’s probably a reviewer.
GeoIP – This method is quite simple. If you’re running traffic in Italy, then only allow traffic from Italy. Sometimes the traffic source reviewers are in UK or USA, and they’re not going to be able to see your page unless they have an Italian IP address.
Ban the city – Does the traffic source only have reviewers based in Montreal, Canada? Then they can just block any visitors from Montreal.
 
You can also use the Maxmind database. ISP Database. And watch the owner ip.

Examle: Network Owner proxy.google.com
 
how do you do that? what

Download database from official site maxmind and use php )

Install Geoip

PHP:
$reader = new Reader('./GeoLite2-Country.mmdb');
$asn = new Reader('./GeoLite2-ASN.mmdb');

$country = $reader->country($ip);
$nameasn = $asn->asn($ip);
 
Last edited:
Download database from official site maxmind and use php )

Install Geoip

PHP:
$reader = new Reader('./GeoLite2-Country.mmdb');
$asn = new Reader('./GeoLite2-ASN.mmdb');

$country = $reader->country($ip);
$nameasn = $asn->asn($ip);
my man :)
 
It is inaccurate to check the ASN name to bypasss search engine robots. For example, Google owns large ranges of IP addresses for different purpose such as search engine, Google Fiber and Google Cloud. You might be blocking normal ISP connection if they are using Google Fiber.

We are using IP2Location database with usage type information. It has a search engine indicator "SES" that we can use it to bypass search engine robots accurately.
 
It is inaccurate to check the ASN name to bypasss search engine robots. For example, Google owns large ranges of IP addresses for different purpose such as search engine, Google Fiber and Google Cloud. You might be blocking normal ISP connection if they are using Google Fiber.

We are using IP2Location database with usage type information. It has a search engine indicator "SES" that we can use it to bypass search engine robots accurately.

And if not only search robots are needed?
For example hosting company.
Real users do not visit your page with ip hosting companies.
 
And if not only search robots are needed?
For example hosting company.
Real users do not visit your page with ip hosting companies.

Cloaking is a black art. You only learn it by trial and error (and prepare to spend $$$ on test accounts).
 
Back
Top