Table of contents
App Bidding - Standalone SDK
This guide explains how to integrate Criteo Direct Bidding for App solution to your iOS app as a Standalone Ads SDK.
Prerequisites
App Bidding - Standalone SDK - SDK Initialization
Criteo SDK is designed to be used as a singleton. We have provided access to the singleton instance via the sharedCriteo
property of the Criteo
class.
Initialize Criteo SDK, ideally in your AppDelegate, with registerCriteoPublisherId:withAdUnits:
. This needs to be done only once.
Parameter | Type | Description |
---|---|---|
criteoPublisherId |
| Your Criteo Publisher ID. |
adUnits |
| List of AdUnits you'd like Criteo to monetize. |
storeId |
| Your app’s unique identifier that is used in the Apple App Store. |