Help with a macro.

Giorgos123

New Member
VIP
Joined
Apr 8, 2020
Messages
2
Reaction score
0
Achievement
i have been trying to get a macro working, the website is leadsleap.com, im using their ppc adcode and putting it on a blogger site. however it does not get counted.
if anyone can get this working i would be really happy :)


this is the macro:
await Delay(Random(5000,7000));
await WaitForLoading();

var MYdatasrc;

MYdatasrc = await GetAttribute ("/html/body/div[1]/div[" + Random(2,7) + "]/a", "data-src", "leadsleap.com");
await EvaluateScript("window.open('" + MYdatasrc + "')");

await Delay(Random(2500,3000));
await WaitForLoading();

TabFocus(2); //focus to the 2nd tab
await Delay(5000);
 

opsfafsme

Well-Known Member
Rule The Universe
VIP
Joined
Jul 2, 2018
Messages
243
Reaction score
92
Website
OnlinePiercingShop.com
Achievement
If you analyze the ad code, you will understand that for a click to be counted, just a click on the link is not enough.

- you need to move the cursor to the advertisement
- click on the link whose address is indicated in the datа-src
- the current coordinates of the cursor are additionally added to the link from the data-src as parameters + additional parameters

Good luck to you.
 
  • Like
Reactions: serjojazz

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu