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.
To implement this, pass an AATRewardedAdSSVInfoarrow-up-right instance to AATKit, which will then forward it to supported ad networks.:
AATRewardedAdSSVInfo
AATSDK.setRewardedAdSSVInfo(info: <AATRewardedAdSSVInfo>)
[AATSDK setRewardedAdSSVInfoWithInfo:<AATRewardedAdSSVInfo>];
Last updated 6 months ago