---
title: SKAdNetwork.CoarseConversionValue
framework: storekit
role: symbol
role_heading: Structure
path: storekit/skadnetwork/coarseconversionvalue
---

# SKAdNetwork.CoarseConversionValue

Coarse values to use for updating conversion values.

## Declaration

```swift
struct CoarseConversionValue
```

## Mentioned in

SKAdNetwork 4 release notes

## Discussion

Discussion When you provide the coarse conversion value to the updatePostbackConversionValue(_:coarseValue:completionHandler:) or updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:) methods, use the static constants low, medium, or 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](storekit/skadnetwork/coarseconversionvalue/high.md)
- [low](storekit/skadnetwork/coarseconversionvalue/low.md)
- [medium](storekit/skadnetwork/coarseconversionvalue/medium.md)
- [init(rawValue:)](storekit/skadnetwork/coarseconversionvalue/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Providing conversion information

- [updatePostbackConversionValue(_:coarseValue:lockWindow:completionHandler:)](storekit/skadnetwork/updatepostbackconversionvalue(_:coarsevalue:lockwindow:completionhandler:).md)
- [updatePostbackConversionValue(_:coarseValue:completionHandler:)](storekit/skadnetwork/updatepostbackconversionvalue(_:coarsevalue:completionhandler:).md)
- [updatePostbackConversionValue(_:completionHandler:)](storekit/skadnetwork/updatepostbackconversionvalue(_:completionhandler:).md)
