action clickmeter_groups_get_hits { label: "Retrieve the list of events related to this group." provider: clickmeter method: GET path: "/groups/{id}/hits" encoding: json input: { type: "object" properties: { filter: { type: "string" enum: ["spiders", "uniques", "nonuniques", "conversions"] } fromDay: { type: "string" } id: { type: "integer" format: "int64" } limit: { type: "integer" format: "int32" } offset: { type: "string" } timeframe: { type: "string" enum: ["yesterday", "last7", "last30", "lastmonth", "currentmonth", "previousmonth", "last90", "last120", "last180", "custom"] } toDay: { type: "string" } } required: ["id", "timeframe"] additionalProperties: false } output: { type: "object" properties: { hits: { type: "array" items: { type: "object" properties: { accessTime: { type: "string" description: " (A date in \"YmdHis\" format)" } browser: { type: "object" properties: { browserType: { type: "string" } familyId: { type: "integer" format: "int64" } familyName: { type: "string" } id: { type: "integer" format: "int64" } name: { type: "string" } } } clientLanguage: { type: "string" } conversion1: { type: "object" properties: { accessTime: { type: "string" description: " (A date in \"YmdHis\" format)" } comcost: { type: "number" format: "double" } cost: { type: "number" format: "double" } date: { type: "string" description: " (A date in \"YmdHis\" format)" } deleted: { type: "boolean" } id: { type: "integer" format: "int64" } name: { type: "string" } parameter: { type: "string" } value: { type: "number" format: "double" } } } conversion2: { type: "object" additionalProperties: true } conversion3: { type: "object" additionalProperties: true } conversion4: { type: "object" additionalProperties: true } conversion5: { type: "object" additionalProperties: true } conversions: { type: "array" items: { type: "object" additionalProperties: true } } entity: { type: "object" properties: { creationDate: { type: "string" description: " (A date in \"YmdHis\" format)" } datapointFavourite: { type: "boolean" } datapointId: { type: "integer" format: "int64" } datapointName: { type: "string" } datapointTitle: { type: "string" } datapointType: { type: "string" } destinationUrl: { type: "string" } groupId: { type: "integer" format: "int64" } groupName: { type: "string" } isABTest: { type: "boolean" } isPrivateShared: { type: "boolean" } isPublic: { type: "boolean" } notes: { type: "string" } status: { type: "string" enum: ["Active", "Paused", "Abuse", "Deleted"] } tags: { type: "array" items: { type: "object" properties: { datapoints: { type: "array" items: { type: "integer" format: "int64" } } groups: { type: "array" items: { type: "integer" format: "int64" } } id: { type: "integer" format: "int64" } name: { type: "string" } } } } trackingCode: { type: "string" } } } ip: { type: "string" } isProxy: { type: "string" } isSpider: { type: "string" } isUnique: { type: "string" } location: { type: "object" properties: { areacode: { type: "string" } city: { type: "string" } country: { type: "string" } latitude: { type: "number" format: "double" } longitude: { type: "number" format: "double" } metrocode: { type: "string" } organization: { type: "string" } postalcode: { type: "string" } region: { type: "string" } regionName: { type: "string" } } } org: { type: "string" } os: { type: "object" properties: { familyId: { type: "integer" format: "int64" } familyName: { type: "string" } id: { type: "integer" format: "int64" } name: { type: "string" } } } queryParams: { type: "string" } realDestinationUrl: { type: "string" } referer: { type: "string" } source: { type: "object" properties: { id: { type: "integer" format: "int64" } name: { type: "string" } param: { type: "string" } } } type: { type: "string" } } } } lastKey: { type: "string" } } } }