Tutorial on how to add Leadbolt AD's to your Andromo Project.
1) Sign up to Leadbolt
2) Submit your app and after they verify it they will give permission to place AD's in your app.
3) Select HTML Appwall and they will give you a code to put in your html project.
4) Make an HTML Page like this and paste the leadbolt code in the <body>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no" />
</head>
<body>
LEADBOLT CODE GOES HERE
</body>
</html>
5) Save the file as index.html and place it andromo html activity and you are all set.
Any questions feel free to ask.
2) Submit your app and after they verify it they will give permission to place AD's in your app.
3) Select HTML Appwall and they will give you a code to put in your html project.
4) Make an HTML Page like this and paste the leadbolt code in the <body>
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, user-scalable=no" />
</head>
<body>
LEADBOLT CODE GOES HERE
</body>
</html>
5) Save the file as index.html and place it andromo html activity and you are all set.
Any questions feel free to ask.
Tagged:
Comments
going to try this =D>