Placements
A Placement is a specific location within your app where ads are displayed. It is defined by the ad format, size, and position on the screen. You can create multiple placements for different ad formats, such as banners, interstitials, and rewarded videos. You can find your Placement ID on the Source & Blocking Rules page of the BidMachine dashboard. Copy this ID and include it in your SDK integration.
- Go to the Source & Blocking Rules page in the BidMachine dashboard.
- Select correct Source from the list and choose edit.
- Select the Placements tab.
-
Fill out the form to create a new placement:
- Name: A descriptive name for the placement.
- Platform: The platform for which the placement is created (e.g., Android, iOS).
- Bundle: The app bundle identifier where the placement will be used.
- Ad Type: The type of ad (e.g., Banner, Interstitial, Rewarded Video).
Bundle Format
Android bundle name should be in the format com.example.appname
, while iOS bundle should be numeric store ID (e.g., 123456789
).
- Click Create to save the placement.
- The newly created placement will appear in the list of placements for the selected source.
- Copy the Placement ID from the list and include it in your SDK integration by clicking on the Copy button next to the ID.
Placement ID Usage
The Placement ID is used to identify the specific placement in your app. It should be included in the ad request to ensure that the correct ads are served.