Data API » Rest API » Custom Variables » List the Custom Site Variables
List the Custom Site Variables In order to list the Custom Site Variables configuration, you can query the following API... View Article
List the Custom Site Variables In order to list the Custom Site Variables configuration, you can query the following API... View Article
List the Custom Page Variables In order to list the Custom Page Variables configuration, you can query the following API... View Article
List the Custom Order Variables In order to list the Custom Order Variables configuration, you can query the following API... View Article
Campaign Creation You can manually create a campaign within the Analytics Suite in order to retrieve the tracking ID. You... View Article
How to list the campaigns In the Analytics Suite, many traffic sources types can be used: Email campaigns; SEM campaigns;... View Article
All the campaigns Using our REST API, you can easily list all the campaigns of a site. Here’s the format... View Article
JSON { "DataFeed": [ { "context" : { "spaces" : [ ... all the info about spaces ... ], "periods"... View Article
Sites The &space={s:#YourSiteID#} parameter allows you to get data relative to your site. Example: to know the number of visits... View Article
Pre-calculation helps accelerate the API calls processing time API calls can be queried on-the-fly. However, when the data set gets... View Article
Introduction To request a fixed period, there are “start” and “end” attributes. Nonetheless, syntax short cuts allow you to directly... View Article
Syntax In the &columns= parameter, you can enter all dimensions and metrics that might be available in the call. To... View Article
Two types of filters may be used: one for metrics: numerical (e.g. greater than, lower than, etc.) and one for... View Article
The “segment” parameter allows you to apply a segment on your dataset. Segments can be created directly from the Segments... View Article
When the sort parameter is not specified in the URL, data is sorted according to the first metric, in decreasing... View Article
The “page-num” parameter allows you to get a very precise results page, in the case of result pagination. By using... View Article
The “max-results” parameter allows you to specify in advance the number of results that you wish to receive. The maximum... View Article
When your API URL contains a visitor segment (cohort), you will find in your URL a parameter that will display... View Article
The “sep” parameter allows you to specify in advance the type of decimal separator. This allows for easier insertion in... View Article
Please find below the full list of error messages returned by the API. ErrorCode Description 1 Unknown error 1001 Incorrect... View Article
The Rest API is based on Rest URLs that are used to retrieve the data of your choice. In order... View Article
Calls made to the Rest API cannot exceed a period of 45 days by default. Refer to your contract for... View Article
Calls to the Rest API are unlimited; there is no limit on quantity of calls for a given period. Nonetheless,... View Article
To query a data set, you may use the getdata method with the required parameters. Here’s an example of URL... View Article
If you wish to obtain the number of results of a query, you can use the getRowCount method. From your... View Article
This API call indicates the last minute of data that is available. The URL must follow this format: https://apirest.atinternet-solutions.com/data/v2/#format#/getmaxdate?&space={s:#siteID#} The... View Article
The “lng” parameter allows you to choose the language of the results of your query. The following values may be... View Article
The “include” parameter allows to enrich the API response with extra contextual data such as the total, the data type,... View Article
To get the evolution of all metrics during a given period, you may use the “&evo=” parameter in the REST... View Article
The retention analysis lets you analyse, over time, the number of unique visitors who visited your website or application, and... View Article
What is a short code? When you save a Data Query template, it gives you a short code back. This... View Article
Request a fixed period To request a fixed period, there are start and end attributes. Nonetheless, syntax shortcuts allow you... View Article
Request a relative period Relative periods allow you to use periods that are automatically updated based on the last minute... View Article
Choose the context wisely When requesting the API on specific time ranges (hours or minutes), it’s all about deciding whether... View Article
As explained throughout this document, certain functionalities are not compatible with each other or depending on the context of the... View Article
Data Query To create your API feeds, you need an access to Data Query. If you dont have one, please... View Article
Using your credentials When querying the API with an external script, you have to provide your login details using a... View Article
Here are some samples of code you can use to query AT Internet Rest API. Please note that you need... View Article