Server-Side Verification (SSV)

circle-info

SSV is supported only in AATKit version 3.10.x and later.

Publishers can provide an identifier to AATKit, which will then forward it to ad networks that support Server-Side Verification (SSV).

For greater privacy, it is recommended to encrypt or hash the UserID and related data before transmission.

Usage:

To implement this, pass an AATRewardedAdSSVInfoarrow-up-right instance to AATKit, which will then forward it to supported ad networks.:

AATSDK.setRewardedAdSSVInfo(info: <AATRewardedAdSSVInfo>)

Last updated