---
title: fidelityType
framework: storekittest
role: symbol
role_heading: Instance Property
path: storekittest/skadtestpostback/fidelitytype
---

# fidelityType

An integer that indicates the type of ad impression, StoreKit-rendered or view-through.

## Declaration

```swift
var fidelityType: Int { get set }
```

## Discussion

Discussion SKAdNetwork versions 2.2 and later require a fidelityType parameter for ad validation signatures. For view-through ads, use a fidelity type value of 0. For StoreKit-rendered ads, use the value 1.

## See Also

### Getting conversion information

- [fineConversionValue](storekittest/skadtestpostback/fineconversionvalue.md)
- [coarseConversionValue](storekittest/skadtestpostback/coarseconversionvalue.md)
- [didWin](storekittest/skadtestpostback/didwin.md)
