GET conversions/{conversionId}/hits
Summary: Retrieve the list of events related to this conversion.
Operation ID: Conversions_GetHits
Auth: unknown
Operation ID: Conversions_GetHits
Auth: unknown
Parameters (7)
conversionId
(integer, path, required)
Id of the conversion
filter
(string, query, optional)
Filter event type ("spiders"/"uniques"/"nonuniques"/"conversions")
Constraints: {'enum': ['spiders', 'uniques', 'nonuniques', 'conversions']}
fromDay
(string, query, optional)
If using a "custom" timeFrame you can specify the starting day (YYYYMMDD)
limit
(integer, query, optional)
Limit results to this number
Constraints: {'minLength': 0, 'maxLength': 0}
offset
(string, query, optional)
Offset where to start from (it's the lastKey field in the response object)
timeframe
(string, query, required)
Timeframe of the request. See list at $timeframeList
Constraints: {'enum': ['yesterday', 'last7', 'last30', 'lastmonth', 'currentmonth', 'previousmonth', 'last90', 'last120', 'last180', 'custom']}
toDay
(string, query, optional)
If using a "custom" timeFrame you can specify the ending day (YYYYMMDD)
No probe data for this endpoint yet.