marketing_attribution_export_async_start
Initiate an asynchronous export of marketing attribution data. Specify filters (product, date range, text) and accept format to get an export ID for status and download.
Instructions
Start an async export of marketing-attribution data. Returns {export:{id}} — pass that id to marketing_attribution_export_async_status then _download. Filters: productId/addon/text/startDate/endDate (+ accept for the eventual download format). Export is param-deduped: identical params yield the same exportId.
📖 Spec (POST /rest/3/reporting/developer-space/{developerId}/marketing-attribution/async/export): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-reporting/#api-rest-3-reporting-developer-space-developerid-marketing-attribution-async-export-post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Free-text search filter applied to the exported attribution rows. | |
| addon | No | App key (e.g. `com.example.your-app`) to scope the export to one app. | |
| accept | No | Format the eventual download produces (`csv`|`json`). The start response itself is always the `{export:{id}}` envelope. | |
| endDate | No | ISO date YYYY-MM-DD. | |
| productId | No | Product UUID to scope the export to one app (verified: changes the exportId, so it affects the data). | |
| startDate | No | ISO date YYYY-MM-DD. |