<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -",
    "macCatalyst: 16.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKAdNetwork/CoarseConversionValue",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@T@SKAdNetworkCoarseConversionValue"
  },
  "title" : "SKAdNetwork.CoarseConversionValue"
}
-->

# SKAdNetwork.CoarseConversionValue

Coarse values to use for updating conversion values.

```
struct CoarseConversionValue
```

## Discussion

When you provide the coarse conversion value to the [`updatePostbackConversionValue(_:coarseValue:completionHandler:)`](/documentation/StoreKit/SKAdNetwork/updatePostbackConversionValue(_:coarseValue:completionHandler:)) or [`updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:)`](/documentation/StoreKit/SKAdNetwork/updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:)) methods, use the static constants [`low`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/low), [`medium`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/medium), or [`high`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/high).

These constants have no special meaning. The app or ad network can define their meaning, as is useful for their ad campaigns. The app is responsible for assigning a coarse conversion value, as well as the fine conversion value, when it calls one of the conversion value methods. You can determine how the coarse and fine conversion values relate to the types of conversion events you want to measure.

## Topics

### Providing coarse conversion values

[`high`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/high)

A string constant value for indicating a high coarse conversion value.

[`low`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/low)

A string constant value for indicating a low coarse conversion value.

[`medium`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/medium)

A string constant value for indicating a medium coarse conversion value.

[`init(rawValue:)`](/documentation/StoreKit/SKAdNetwork/CoarseConversionValue/init(rawValue:))

Creates a coarse conversion value from the raw value.



---

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)
