WEBINAR | Embracing Contextual Advertising for Privacy-Safe Growth April 24 10AM PDT
What is Kochava Query?
Kochava Query | Definition
Kochava Query is a built-in server query language (SQL) prompter in the Kochava platform that enables clients to write custom queries to access their marketing and attribution data. This provides unprecedented data access, allowing users to drill-down into their data in meaningful ways. Predefined queries are available, or clients can create their own.
Query example:
SELECT country, SUM(clicks) FROM table GROUP BY country; |