Re-mirrors historical data for a single affiliate connector over a date range.

Requires the AccountAdmin policy and the database_connector feature.

Backfills the affiliate's external mirror database. The dataType selects what is reloaded:
clicks (default), conversions or pageviews reload the corresponding events
over the fromDate..toDate window, while dimensions re-runs the dimension
merge (the date range is ignored for that mode). Runs asynchronously; the response payload
carries an executionId for progress tracking. The affiliateId in the body is
ignored — it is resolved from the connector identified by the route.

🔐 Required permission: AccountAdmin

🚩 Requires feature: database_connector

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

The affiliate connector ID.

Body Params

The reload request with date range and data type.

Request body for re-mirroring historical data for an affiliate connector over a date range.

int32

The affiliate whose data is reloaded. When submitted via the connector reload endpoint this
value is overwritten with the affiliate resolved from the route's connector id.

date-time

Start (inclusive) of the reload window. Ignored when Connector.Services.Tasks.ConnectorDataReloadRequest.DataType is
dimensions.

date-time

End (inclusive) of the reload window. Ignored when Connector.Services.Tasks.ConnectorDataReloadRequest.DataType is
dimensions.

string | null

What to reload: clicks (default), conversions, pageviews, or
dimensions (re-runs the dimension merge instead of an event backfill).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json