AdImpressionRequest
The request body that devices send to fetch the web ad impression from the ad network’s server.
Declaration
object AdImpressionRequestProperties
| Name | Type | Description |
|---|---|---|
source_domain Required | string | The effective top-level domain and one more preceding path component (eTLD+1) representation of the ad network that seeks ad attribution. |
source_engagement_type Required | string | A key that describes the type of user action that leads to the ad impression. The value is |
source_nonce Required | string | A Base64URL-encoded string representation of a UUID. This value is the same value the ad network provides as the |
version Required | string | The SKAdNetwork version of |
Mentioned in
Discussion
The device generates the AdImpressionRequest and sends it in the body of a Get a Signed Web Ad Impression Payload request. The device uses the value from the attributionSourceNonce in a web ad link for the source_nonce value in this request. The ad network looks up the fully signed web ad impression using the source_nonce value, which it creates when it serves the attributable ad link.