---
title: CoarseConversionValue
framework: adattributionkit
role: symbol
role_heading: Enumeration
path: adattributionkit/coarseconversionvalue
---

# CoarseConversionValue

Values that describe developer-defined, relative-attribution conversion values.

## Declaration

```swift
enum CoarseConversionValue
```

## Overview

Overview Use these values to differentiate between the value of a person’s actions that are meaningful for a specific interaction. These values have no effect on the framework, but calling the updateConversionValue(_:lockPostback:) method with the value with CoarseConversionValue.low, for example, causes the postback that the ad network receives to have a field "coarse-conversion-value": "low".

## Topics

### Enumeration Cases

- [CoarseConversionValue.high](adattributionkit/coarseconversionvalue/high.md)
- [CoarseConversionValue.low](adattributionkit/coarseconversionvalue/low.md)
- [CoarseConversionValue.medium](adattributionkit/coarseconversionvalue/medium.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Postbacks

- [Postback](adattributionkit/postback.md)
- [PostbackUpdate](adattributionkit/postbackupdate.md)
