---
title: reportEndpoint
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uieventattribution/reportendpoint
---

# reportEndpoint

The URL that receives attribution data.

## Declaration

```swift
var reportEndpoint: URL? { get }
```

## Discussion

Discussion This read-only property contains the URL that recieves the event attribution data. Your app sets this value by reading it from its Info.plist using the NSAdvertisingAttributionReportEndpoint key. Specify the desired value in your Xcode project’s Info.plist file. Your app uses the value you set in all PCM attribution requests. You can’t change the value at runtime. This field corresponds to the source_site field of a web attribution.

## See Also

### Setting attribution details

- [destinationURL](uikit/uieventattribution/destinationurl.md)
- [purchaser](uikit/uieventattribution/purchaser.md)
- [sourceDescription](uikit/uieventattribution/sourcedescription.md)
- [sourceIdentifier](uikit/uieventattribution/sourceidentifier.md)
