rank tracking

Support
  • Hello, I need to print the log record of my site's rank, but my real question is how can I find out the rank of my site with the bas program?

    So let me give an example, I searched the system and it came up as 47th. How can I print that it is 47th? The ranking is constantly changing.

  • Get the number of search elements
    rank_data = 0
    for each
        rank_data += 1
        if foreach_data == "string of your site"
            break
    log(rank_data)
    

    sorry for the first))