@ptt-bds à chào bác, hiện mình không có tham gia nhóm nào về BAS hết bạn, m tự nghiên cứu + tham gia diễn đàn + kết hợp với 1 số pro thôi bác à.
Random Click on random threads, Help
-
create random_number: 0-50
if random_number < 10 -> click -
@Royal-Russia Note that, he explicitly said that 10 threads click, and 40 don't click.
Therefore, using a random number will not work, because the number of results to be obtained cannot be determined. -
@Habibiii Because you didn't explicitly state whether you want the click streams to be fixed or random, there are two ways to handle this.
- If you define the thread to click as fixed, you can create a LIST, where it lists the names of the thread to click. Use THREAD_INDEX and check if it is in that LIST.
- If you define the thread that will click as random, you can create a LIST from 1 to 50. Then use the Random Element (remember to delete it after use), you can set a condition, if this value <=10 then will click....
-
The click its random, because whats i want its if browser click on ads OR no, so if i have 50 threads i just want only 10 to give on ads,
but threads will be opened and closed, of course, because they will be random visitors to that page, they will navigate to it, then if it is within 10 threads that must be clicked, they will click on those ads, if there are 40, they will continue the procedure and then closes