Publisher Provided ID

If your app uses or creates its own user identifiers, you may pass them to AATKit. AATKit will not report them to our backend but pass them on to ad networks that provide such API. Such identifiers may enhance personalization or campaign side frequency capping.

You can set the publisher provider ID by using this API: func setPublisherProvidedId(_ publisherProvidedId: String).

Never provide IDs that allow identifying a real person such as names, email addresses and so on. Always use hashed data in such cases.

Currently, only Google AdManager (DFP, DFPDirect) supports publisher-provided IDs.

Example call:

AATSDK.setPublisherProvidedId("<PUBLISHER_PROVIDER_ID>")

Last updated