321
edits
No edit summary |
No edit summary |
||
Line 174: | Line 174: | ||
{{SDKAppInfo | {{SDKAppInfo | ||
|info= | |info= | ||
The ad position is a display-filling ad that is displayed during the loading screen (splash screen) of the app. It is displayed for 5s and then closes automatically. A “Close” button is displayed in a corner so that the user can access the content of the app without waiting. | |||
[[Datei:Preloading Ad 1.png|x300px]] | [[Datei:Preloading Ad 1.png|x300px]] | ||
[[Datei:Preloading Ad 2.png|300px]] | [[Datei:Preloading Ad 2.png|300px]] | ||
|position= | |position= | ||
The position superimposes itself on the splash screen of the app like an overlay. The app can then load the content in the background. | |||
|template= | |template= | ||
* | *Scales the ad while retaining the aspect ratio in line with the dimensions of the ad container. | ||
* | *Closes the ad after 5s | ||
* | *Positions and centres the ad | ||
* | *Displays a “Close” button in a corner via which the user can return to the content at any time. | ||
* | *In the case of an orientation change or resize event: scales the ads in line with the new dimensions. It can take several hundred milliseconds until all new dimensions are defined and are made available by the webview browser. | ||
Depending on the display, scaling can result in black or white bars at the edges. This always happens when the display has a different aspect ratio than the ads. | |||
|app= | |app= | ||
* | *Sends the ad request during the splash screen | ||
* | *In the event of a booking: | ||
** | **Generates the interstitial with the help of the GMA SDK. | ||
** | **Upsizes the ad container to display size. | ||
* | *In the case of an orientation change or resize event: adapts the ad page and the ad container to the new display dimensions. | ||
* | *Continues to prepare the content in the background. | ||
* | *In the case of no booking: the content is loaded normally. | ||
|workflowad= | |workflowad= | ||
# | #The app is started by the user. | ||
# | #The app sends an ad request to the ad server. | ||
# | #The ad server responds with an ad booking. | ||
# | #The app generates the interstitial. | ||
# | #The ad template scales the ad in the container. | ||
# | #The ad closes automatically after 5s and the content behind the ad becomes visible. | ||
|workflownoad= | |workflownoad= | ||
# | #The app sends an ad request to the ad server. | ||
# | #The ad server responds that it has no ad booking. | ||
# | #The app loads the content quite normally. | ||
|creativesizes= | |creativesizes= | ||
;Smartphone:320x480 | ;Smartphone:320x480 and 480x320 | ||
;Tablet:768x1024 | ;Tablet:768x1024 and 1024x768<br />(with Android also additionally: 320x480 | ||
{{Warnung|text= | and 480x320) | ||
{{Warnung|text=The creative sizes are pseudo-sizes; they do not correspond to the actual dimensions of the ad.}} | |||
|keywords= | |keywords= | ||
;kw:iqadtilePre | ;kw:iqadtilePre |