GET groups/{id}/hits

clickmeter.com

Summary: Retrieve the list of events related to this group.
Operation ID: Groups_GetHits
Auth: unknown

Parameters (7)

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)

id (integer, path, required)

Id of the group

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.