Skip to main content
Placement name

How to set up Placements

Tanya Moroz avatar
Written by Tanya Moroz
Updated over 6 years ago

Name โ€” placement name indicating the moment when an ad will be shown. The name helps one to mark ads of the same type in different places throughout the app. This name must be sent with a calling of showing ads method in a source code.

Example:
Suppose you need to select the fullscreen ad that comes up when calling up pause menu.

Enter a name for such placement โ€” e.g. InterstitialPauseMenu.
During the ad impression this name will be directed to pause menu.

Android example:
Appodeal.show(this, Appodeal.INTERSTITIAL, "InterstitialPauseMenu").

iOS example:
[Appodeal canShowAd:AppodealAdTypeInterstitial forPlacement:@"InterstitialPauseMenu"].
โ€‹

Did this answer your question?