Data API » Reporting API v3 » Technical information » Error codes
You can find the list of all possible error codes API Code Status Code Error Message QuotasExceeded_TooManyRequests NumberInt(509) You have... View Article
You can find the list of all possible error codes API Code Status Code Error Message QuotasExceeded_TooManyRequests NumberInt(509) You have... View Article
Foreword The Reporting API 3.0 is included in the Analytics Suite Delta. In order to ensure a stability in the... View Article
getData If you need to return the data of a query, you can use the getData method as described below. https://api.atinternet.io/v3/data/getData?param={"columns":["visit_device_type","m_visits"],"sort":["-m_visits"],"space":{"s":[547656]},"period":{"p1":[{"type":"D","start":"2019-10-24","end":"2019-10-24"}]},"max-results":50,"page-num":1} getRowCount... View Article
Foreword See Postman example The space parameter allows you to define the scope of the site(s) you need to query. PARAMETER DESCRIPTION... View Article
Foreword See Postman example In the columns parameter you can enter all properties and metrics that might be available in the call.... View Article
Foreword See Postman example p1 object is mandatory, it is the main period of analysis. p2 object is optional, it describes the... View Article
Foreword See Postman example If you want to filter your dataset, you have to use the filter object. You can filter on... View Article
Foreword See Postman example The parameter evo describes the context of the evolution of the analysis. It is composed of different mandatory... View Article
Foreword The parameter segment describes the context of the segment. It is composed of different parameters: SECTION DESCRIPTION POSSIBLES VALUES... View Article
Foreword See Postman example The "-" allows you to sort in a decreasing way. It is possible to sort on as many... View Article
Foreword Please read the Terms and Conditions before using this Reporting API. If you want to run some prepared examples on... View Article
Foreword An API Key gives the same permissions than the user who created it. If the user loses rights on... View Article
Basic example You can find in this table the explanation of the main parameters. If you want more information, you... View Article