reportEndpoint
The URL that receives attribution data.
Declaration
var reportEndpoint: URL? { get }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.