---
title: "App Store Connect by In-App Event"
method: GET
path: "/accounts/ios/reports/in_app_events"
---

# App Store Connect by In-App Event

`GET /accounts/ios/reports/in_app_events`

The integrations reports endpoints allow you to fetch different reports related to your integrations in AppTweak with a breakdown by in-app event.

## Query parameters

- `id` string, required
- `property` 'units' | 'redownloads' | 'total-downloads' | 'iap' | 'sales' | 'paying-users' | 'sessions' | 'active-devices' | 'rolling-active-devices' | 'event-impressions-unique' | 'event-notification-taps' | 'event-opens' | 'event-page-views-unique' | 'event-reminders', required
- `in_app_events` string, required
- `apps` string
- `countries` string
- `start_date` string
- `end_date` string

## Response `200`

200

- object
  - `result` object
    - `545519333` object
      - `us` object
        - `6443741640` object
          - `start_date` string
          - `end_date` string
          - `values` integer[]
        - `6444430656` object
          - `start_date` string
          - `end_date` string
          - `values` unknown[]
            - unknown
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
        - `start_date` string
        - `end_date` string
        - `id` string
        - `in_app_events` string[]
        - `property` string
        - `apps` string[]
        - `countries` string[]
      - `cost` integer
      - `max_credit_cost` integer
      - `status` integer
    - `response` unknown

---

[API](https://skmtc.dev/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.dev/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/revisions/636adc3c51f1/schema)
