<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/ReportingDestination",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:ReportingDestination"
  },
  "title" : "ReportingDestination"
}
-->

# ReportingDestination

Creative destination embedded in report rows.

```
object ReportingDestination
```

## Discussion

The `ReportingDestination` captures the destination parameters of a creative as recorded at report time.

### Example

```json
{
  "parameters": {
    "productPageId": "555666777",
    "url": "https://apps.apple.com/us/app/awayfinder/id123456789"
  }
}
```

## Topics

### Dictionaries

[`object ReportingDestination.Parameters`](/documentation/Apple-Ads-Platform-API/ReportingDestination/Parameters-data.dictionary)

Destination-specific parameters for the creative’s post-tap experience, as recorded at report time.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)