Getting all users' clicks on search results

Hi!

I want to track users' clicks on search results for ALL queries. I'm looking at this page and it looks like for each API call, I can only get the clicks for one document in one query (because it seems that I will need to provide the id of that specific document in that specific query). So what should I do if, say, I want to see what the user clicked during 10 searches? Looks like I might need to make a ton of API calls. Am I understanding the documentation correctly? Is there a convenient way to do this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.