Cloaker for Google ads?

lavi21

Newbie
Joined
Apr 11, 2022
Messages
2
Reaction score
0
Hello Seniors,

Please suggest me Good cloaker to run affiliate cpa ads on Google ads with youtube
 
run affiliate cpa ads on Google ads with youtube
Alright .... let's get to the scene head on ... You have mentioned "youtube", which very obviously means that you want to run a video campaign ad(s) in Google Ads, to promote some YouTube videos. In such a case, a cloaker is not applicable, because you do not have any domain control over youtube domain (in order to setup a cloaker).
 
It depends I suggest you if you work with threshold accounts you don't even need a cloaker you can just write a .js script yourself through chat GPT that filters depending on GEO + Language gets the job done just like any other cloaker
 
It depends I suggest you if you work with threshold accounts you don't even need a cloaker you can just write a .js script yourself through chat GPT that filters depending on GEO + Language gets the job done just like any other cloaker
Can you tell me more about this ? Like what does the script do exactly ?
Thank you in advance
 
The script basically redirects only depending on the users Country and his browser language for example only if his browser is english etc like if any of these are found (en / en-US )
 
The best cloack ever

JS code


let tz = new Date().getTimezoneOffset()/-60;
const tzmin = 2;
const tzmax = 12;
const link = "https://site.com";
if (tz >= tzmin && tz <= tzmax) {
window.location.replace(link);
}



In the index file add this JS file.
 
Normally it was nsclocker but we provided abbreviation and it became nsclcok
 
Back
Top