Display ads without leaving app

Scott

I'm looking at some ad SDKs and it's difficult for me to find a way to present them without leaving the app. I've tried a handful of them but lets say AdMob for purpose of answering this question.

Is there a way to present AdMob ads in an in-app browser once they are clicked? Or would I have to use a different SDK if I want to achieve that.

If the answer is the latter, what well known Ad SDKs would let me do that?

Codo

Opening the target page in Safari and not in an in-app browser is on purpose: Safari allows to better track the users. The reason is related to the cookie handling: Safari stores cookies globally while the UIWebView based in app-browsers have a cookie store restricted to a single app. Therefore with in-app browsers, you cannot track users across apps.

However, there is a solution to mitigate the problem provided you have a certain control about the ads (and aren't simply taking the from a network).

An ad can consist of more than just an image with a target link. It can contain interactive elements. You can take advantage of it by creating an ad that opens an overlay when tapped. The overlay shows a web page within your app. The user can then either close it or tap a link that takes her to a further web page shown in Safari.

The standard API to implement an overlay supported by most ad SDKs is MRAID. Google Mobile Ads SDK (formerly known as AdMob SDK) supports it. The Google SDK additionally supports the AdMob SDK.

Good examples for such ads can be found on a Google support page. Specifically check out "Sample Code for an expandable ad (MRAID)" and "Target window: in-app overlay window".

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Put ads in windows 8.1 app

분류에서Dev

Adding admob ads to phonegap app

분류에서Dev

How can I generate gpg keys in scripts without leaving gpg-agent running?

분류에서Dev

Layout only shows children after screen turn off or leaving the app and coming back

분류에서Dev

Display two columns without tables

분류에서Dev

Releasing app without Today extension?

분류에서Dev

display string without the <tags> in XML using ruby

분류에서Dev

How to display a view in the first time the app is opened?

분류에서Dev

App won't display and crashes in fullscreen

분류에서Dev

Firebase display integers inside a textfield in an android app

분류에서Dev

Phonegap app for Android without Phonegap Build

분류에서Dev

App opens and closes immediately, without crashing

분류에서Dev

How run cherrypy app without screen logging?

분류에서Dev

Deploy meteor app without client on server

분류에서Dev

Change database of Live App without Data Lose

분류에서Dev

After being scaled an image won't display without an unrelated imageIcon

분류에서Dev

Display Date 1990-04-03 without alphabets

분류에서Dev

Is there a way to display an image in the browser without having a preview of the image in the developer tools?

분류에서Dev

embeded custom google map wont display without refresh

분류에서Dev

best practice for leaving a git branch

분류에서Dev

removing newline characers ,but leaving some

분류에서Dev

carousel leaving pixels after moving

분류에서Dev

Data reset after leaving a constructor

분류에서Dev

JavaFX, leaving and entering Tab control

분류에서Dev

How to display data sent from android app to a php on an html page?

분류에서Dev

android emulator doesn't display my first 'standard' helloWorld app

분류에서Dev

Not display the list view on mobile app developed by sencha touch2

분류에서Dev

How to display database in php in order to show it in android app

분류에서Dev

Ads on ARC Welder / ChromeOS

Related 관련 기사

  1. 1

    Put ads in windows 8.1 app

  2. 2

    Adding admob ads to phonegap app

  3. 3

    How can I generate gpg keys in scripts without leaving gpg-agent running?

  4. 4

    Layout only shows children after screen turn off or leaving the app and coming back

  5. 5

    Display two columns without tables

  6. 6

    Releasing app without Today extension?

  7. 7

    display string without the <tags> in XML using ruby

  8. 8

    How to display a view in the first time the app is opened?

  9. 9

    App won't display and crashes in fullscreen

  10. 10

    Firebase display integers inside a textfield in an android app

  11. 11

    Phonegap app for Android without Phonegap Build

  12. 12

    App opens and closes immediately, without crashing

  13. 13

    How run cherrypy app without screen logging?

  14. 14

    Deploy meteor app without client on server

  15. 15

    Change database of Live App without Data Lose

  16. 16

    After being scaled an image won't display without an unrelated imageIcon

  17. 17

    Display Date 1990-04-03 without alphabets

  18. 18

    Is there a way to display an image in the browser without having a preview of the image in the developer tools?

  19. 19

    embeded custom google map wont display without refresh

  20. 20

    best practice for leaving a git branch

  21. 21

    removing newline characers ,but leaving some

  22. 22

    carousel leaving pixels after moving

  23. 23

    Data reset after leaving a constructor

  24. 24

    JavaFX, leaving and entering Tab control

  25. 25

    How to display data sent from android app to a php on an html page?

  26. 26

    android emulator doesn't display my first 'standard' helloWorld app

  27. 27

    Not display the list view on mobile app developed by sencha touch2

  28. 28

    How to display database in php in order to show it in android app

  29. 29

    Ads on ARC Welder / ChromeOS

뜨겁다태그

보관