Skip to main content
Skip table of contents

What is the difference between the getRowCount method and the Approximate count distinct function?

getRowCount:

The getRowCount function retrieves the total number of lines in an API call. You can use it by clicking on "Display number of rows" in the bottom right corner of the Data Query 3 interface.

mceclip0.png

You can also replace the getData function from your API call:

CODE
https://api.atinternet.io/v3/beta/data/getData?...

With the getRowCount function:

CODE
https://api.atinternet.io/v3/beta/data/getRowCount?...

Your call will then retrieve only one piece of information indicating the number of lines in the request.

Approximate count distinct:

The Approximate count distinct function returns the approximate number of different non-null values of a property. This function is based on an algorithm that allows a 2% margin of error.

Animation.gif

Applying the Approximate count distinct produces a metric with the value resulting from the function.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.