---
title: signature
framework: skadnetworkforwebads
role: symbol
role_heading: Object
path: skadnetworkforwebads/signature
---

# signature

The key-value pairs that ad networks use to cryptographically sign a web ad.

## Declaration

```data
object signature
```

## Properties

version: The SKAdNetwork version. Use version “4.0” or later. For version information, see SKAdNetwork release notes. ad_network_id: The ad network ID. You receive an ad network ID when you register to use SKAdNetwork. For more information, see Registering an ad network. source_identifier: A four-digit value you use to measure the aspects of an advertising effort or campaign. itunes_item_id: The App Store ID of the app that the ad impression advertises. This is the same value the ad network provides in the attributable ad link. For more information, see Creating an attributable ad link. nonce: A UUID you generate to include in the signature. This value needs to match the value of attributionSourceNonce in the original ad link. This value needs to be in the UUID string format. Provide the dash-separated representation of the attributionSourceNonce. source_domain: The effective top-level domain and one more preceding path component (eTLD+1) representation of the ad network that seeks ad attribution. fidelity_type: The fidelity type value for web ads is 1. timestamp: An integer that represents the UNIX time, in milliseconds, of the ad impression.

## Mentioned in

Generating a signature for attributable web ads

## Discussion

Discussion Use the required parameters in the signature object to generate a cryptographic signature for the AdImpressionResponse. For more information, see Generating a signature for attributable web ads.

## See Also

### Providing the web ad signature and response

- [Generating a signature for attributable web ads](skadnetworkforwebads/generating-a-signature-for-attributable-web-ads.md)
- [AdImpressionResponse](skadnetworkforwebads/adimpressionresponse.md)
