Prebid Mobile SDK in Apps: Difference between revisions
| (2 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
At the beginning, the endpoint and account ID must be set in the SDK and placed in an initialization method | At the beginning, the endpoint and account ID must be set in the SDK and placed in an initialization method | ||
*Prebid Server Account ID: '''<<<PREBID_SERVER_ACCOUNT_ID>>>''' | *Prebid Server Account ID: '''<<<PREBID_SERVER_ACCOUNT_ID>>>''', the ID is different for each app, but is the same for all placements within the app. The ID can be found in the Excel sheet. | ||
*Prebid Server Url: '''https://client-pbs.relevant-digital.com/openrtb2/auction''' | |||
===Example=== | ===Example=== | ||
| Line 44: | Line 45: | ||
For each ad placement (iqadtile), a BannerAdUnit must be created and configured: | For each ad placement (iqadtile), a BannerAdUnit must be created and configured: | ||
#'''Config Id''', this is different for each iqadtile and | #'''Config Id''', this is different for each iqadtile within an app and is provided in the Excel sheet by iqdigital. | ||
#The sizes that have been defined for the iqadtile must also be communicated to the BannerAdUnit. (Important: normally more than one size must be passed, they often differ from iqadtile to iqadtile) | #The sizes that have been defined for the iqadtile must also be communicated to the BannerAdUnit. (Important: normally more than one size must be passed, they often differ from iqadtile to iqadtile) | ||