---
title: "Export Clicks Asynchronously"
method: GET
path: "/Advertisers/{AccountSID}/Programs/{ProgramId}/ClickExport"
tags: ["ClickExport"]
---

# Export Clicks Asynchronously

`GET /Advertisers/{AccountSID}/Programs/{ProgramId}/ClickExport`

Schedules a job to export daily clicks. It returns a URI to poll for job status updates and a URI to download the exported file once the job is complete.

## Path parameters

- `AccountSID` string, required
- `ProgramId` integer, required

## Query parameters

- `AdId` integer[]
- `Date` string, date
- `MediaId` integer[]
- `UniqueClick` boolean
- `ResultFormat` 'CSV' | 'XML' | 'JSON'

## Response `200`

The job has been queued successfully.

- object
  - `Status` string
  - `QueuedUri` string, uri-reference
  - `ResultUri` string, uri-reference
  - `ReplayUri` string, uri-reference

---

[API](https://skmtc.net/impact/apis/brand-api-account-information.md) · [All operations](https://skmtc.net/impact/apis/brand-api-account-information/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/impact/brand-api-account-information/revisions/c53422ebb833/schema)
