With Pagination
You can paginate through conversions usingoffset and limit:
With IP Search
Filter conversions by IP address:With Select Fields
Select specific fields from the conversiondata object:
- TypeScript
- Ruby
- Python
- PHP
Parameters
The number of conversions to skip for pagination.
The maximum number of conversions to return. Maximum value is 50.
Select specific data fields to return. If not specified, all data fields are returned. See SELECT Constants for all available fields.
Filter conversions by IP address.
Response
Whether the request was successful.
Response message describing the result.
HTTP status code.
The response data containing:
conversions: Array of conversion objects (or partial objects ifselectwas used)hasMore: Boolean indicating if there are more conversions to fetchtotalCount: Total number of conversions matching the query
Request metadata containing:
reqId: Unique request identifier.resTime: Response time in milliseconds.
SELECT constants and their values, see the SELECT Constants reference.