Hi Everyone!
We would like to place ads space inside of our app, but we have got some issues. I did following: added to the page HTML control element and placed there JS embed code. But in this case JS uses document.write function and breaks everything.
Finally I have solved issue with using REST service to receive banner code and then $('adID').html() to place banner code. But I had to customize server side output. It works for direct ads sales, but we still can't use global AD markets.
Do you have any suggestions or advice what is best practice to embed ADs to the appery app.
Thanks!