API clients
Retrieves the countries with the most searches in your index.
analytics
// Initialize the client var client = new AnalyticsClient( new AnalyticsConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY", "ALGOLIA_APPLICATION_REGION") ); // Call the API var response = await client.GetTopCountriesAsync("index"); // >LOG
Was this page helpful?