M
M
Mycolaos2015-04-03 21:11:28
JavaScript
Mycolaos, 2015-04-03 21:11:28

How to monetize windows phone 8.1 javascript app?

Created a simple javascript game. Microsoft advertising or AdMob do not offer sdk for windows phone 8.1 javascript applications.
The problem is how or what kind of advertising to install?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mycolaos, 2015-05-10
@Mycolaos

Solution found:
We create a page on our site, the task of which will show ads.
We use MobFox Web API.
Important: when adding a program/website, you need to select Mobile Website, not Windows Phone Application.
For dummies: register on the site, in the Publisher menu --> + Add Site / App --> write the name of the program, give a link to the page with advertising, select a category, describe (specify what this js program will show on wp) --> and finally click Create Publication.
Next, you just need to copy-paste the already prepared snippet to the page that should show this same ad. If everything is done correctly, you will see a test ad. Then it remains only to request activation, you may be asked to show your docks and a screen from Google Analytics.
In the program itself, use x-ms-webview to display the page. On the page, you can also add code that will change the target attribute of the 'a' tag from _self to _blank in order to open the ad in the browser (after it is loaded), and not in a small web view 10% of the height of the screen like mine . :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question