Sourcepoint CMP
Handle consent using Sourcepoint platform
Last updated
Handle consent using Sourcepoint platform
Last updated
Integrate SourcePointCMP:
Cocoapods:
Add pod 'AATKit/SourcePoint'
to your Podfile.
Swift Package Manager:
Follow the same SPM steps here.
Repeat the last step, and add AATKit-SourcePointCMP
.
Make sure, your Sourcepoint CMP has been set up at its backend dashboard. Our support recommends certain vendors to be included in your server-side setup in order to yield optimal revenues. Please also refer to your SourcePoint CMP documentation.
Follow the instructions in the Managed Consent introduction section.
Create an instance of AATCMPSourcepoint.
Pass the created AATCMPSourcepoint instance while initializing the AATManagedConsent using the public init?(cmp: AATCMPProtocol?, delegate: AATManagedConsentDelegate)
method.