---
title: "Gets audience impressions for the account."
method: GET
path: "/adhawk/impressions"
tags: ["AdHawk"]
---

# Gets audience impressions for the account.

`GET /adhawk/impressions`

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time
- `deviceId` string[]
- `type` integer[]
- `gender` 'Unknown' | 'Female' | 'Male' — Gender classification for audience analytics
- `minDwellTime` integer
- `limit` integer

## Response `200`

OK

- AdHawkImpression[]
  - `id` string, nullable — Unique identifier for this impression entry
  - `timestamp` string, date-time — Timestamp when the impression was recorded
  - `device_id` string, nullable — The device ID where the impression was detected
  - `type` integer — Type of impression detection. Types are bitfield values: <list type="bullet"><item><description>8 = motion</description></item><item><description>64 = audience</description></item><item><description>128 = ble</description></item><item><description>256 = wifi</description></item></list>
  - `dwell_time` integer, nullable — Dwell time in milliseconds - how long the visitor was detected
  - `user_id` string, nullable — Anonymous user identifier for tracking unique visitors
  - `gender` 'Unknown' | 'Female' | 'Male' — Gender classification for audience analytics
  - `age` integer, nullable — Estimated age of the visitor
  - `age_range` 'Unknown' | 'Under18' | 'Age18To24' | 'Age25To34' | 'Age35To44' | 'Age45To54' | 'Age55To64' | 'Age65To74' | 'Over74' — Age range classification for audience analytics
  - `rssi` integer, nullable — Received Signal Strength Indicator for BLE/WiFi detections
  - `utc_offset` integer, nullable — UTC offset of the device at the time of detection

---

[API](https://skmtc.net/reveldigital/apis/revel-digital-rest-api.md) · [All operations](https://skmtc.net/reveldigital/apis/revel-digital-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reveldigital/revel-digital-rest-api/versions/f23a94aea621/schema)
