Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some banners still not clickable #34

Open
mikahouete opened this issue Sep 11, 2012 · 3 comments
Open

Some banners still not clickable #34

mikahouete opened this issue Sep 11, 2012 · 3 comments

Comments

@mikahouete
Copy link

Hi!
When I click on some banners, they just disappear and nothing happens.

@deniza
Copy link
Owner

deniza commented Sep 11, 2012

Could you please provide what you get from admob servers? that way I can
debug what is going on there.

On Tue, Sep 11, 2012 at 4:23 PM, mikahouete notifications@github.comwrote:

Hi!
When I click on some banners, they just disappear and nothing happens.


Reply to this email directly or view it on GitHubhttps://github.com//issues/34.

@hegoro
Copy link

hegoro commented Sep 13, 2012

Same issue here. This is their response:
<html><head><meta name="viewport" content="width=320; user-scalable=0;"/><meta charset='utf-8'><script>function a(b){this.t={};this.tick=function(b,f,d){this.t[b]=[void 0!=d?d:(new Date).getTime(),f]};this.tick("start",null,b)}var c=new a;window.jstiming={Timer:a,load:c};try{var e=null;null==e&&window.gtbExternal&&(e=window.gtbExternal.pageT());null==e&&window.external&&(e=window.external.pageT);e&&(window.jstiming.pt=e)}catch(g){}var h=window.onerror;window.onerror=function(){window.jstiming.jsError=1;"function"==typeof h&&h.apply(window,arguments)};</script><meta charset="utf-8"><meta name="viewport_disabled" content="width=device-width, height=device-height, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"/><base href="http://mmv.admob.com/" /><script type="text/javascript" src="http://media.admob.com/gmsg.js"></script><script>document.addEventListener("touchmove", function(e) { e.preventDefault(); });document.addEventListener("touchstart", AFMA_HandleTouch, false);document.addEventListener("touchend", AFMA_HandleTouch, false);document.addEventListener("touchcancel", AFMA_HandleTouch, false);</script><script>handleClick = function() {AFMA_Click('http://c.admob.com/j1/4/El0FnsrlW4El0_uxEGXbSqc505239730A54883c0e5176808ef87da1c20625b4d59b87?e\x3dABk73oJx3WP4dkfMV_jLijQMOkXl2h9yylqgLGHOdUa2yOIMb0k_NA\x26wp\x3d(MTAwMDA\x26mrtn\x3diPhone');AFMA_OpenStore('http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id\x3d545679170\x26mt\x3d8');return false;}</script><style>* {border: 0;margin: 0;outline: 0;padding: 0;-webkit-user-select: none;}body {background: transparent;color: #fff;font-family: helvetica;}#ad {height: 50px;width: 320px;}#clk {height: 50px;left: 0px;position: absolute;top: 0px;width: 320px;}</style></head><body onload="typeof tickTimer == 'function' && tickTimer()"><div id="ad"><div style="position:relative"><div id="clk" onClick="handleClick()"></div><img height=50 src="http://googleads.g.doubleclick.net/simgad/15799771587640598044" width=320></div></div><script></script></body></html>

@bigphilggy
Copy link

Hi - I am having a similar issue as well. This is now stopping my team from using AdMob network. Any hints are appreciated. The event.htmlContent is as below (prettifier-ed) -

<html>

    <head>
        <script>
            function a(b) {
                this.t = {};
                this.tick = function (b, f, d) {
                    this.t[b] = [void 0 != d ? d : (new Date).getTime(), f]
                };
                this.tick("start", null, b)
            }
            var c = new a;
            window.jstiming = {
                Timer: a,
                load: c
            };
            try {
                var e = null;
                null == e && window.gtbExternal && (e = window.gtbExternal.pageT());
                null == e && window.external && (e = window.external.pageT);
                e && (window.jstiming.pt = e)
            } catch (g) {}
            var h = window.onerror;
            window.onerror = function () {
                window.jstiming.jsError = 1;
                "function" == typeof h && h.apply(window, arguments)
            };
        </script>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, height=device-height, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"
        />
        <base href="http://mmv.admob.com/" />
        <script type="text/javascript" src="http://media.admob.com/gmsg.js"></script>
        <script>
            document.addEventListener("touchmove", function (e) {
                e.preventDefault();
            });
            document.addEventListener("touchstart", AFMA_HandleTouch, false);
            document.addEventListener("touchend", AFMA_HandleTouch, false);
            document.addEventListener("touchcancel", AFMA_HandleTouch, false);
        </script>
        <script>
            handleClick = function () {
                AFMA_Click('http://c.admob.com/j1/4/EkWftR9dTEEkXo083HViShg50A7BBF80C5C10fe21e9a006bc4fbb1c1faebe184f5596?e\x3dABk73oKJAxgkfGdbRqf8iH20JsI61ppx9FIs5m0-SuxvbnseGJdywQ');
                AFMA_OpenBrowser('http://m.google.com');
                return false;
            }
        </script>
        <style>
            * {
                border: 0;
                margin: 0;
                outline: 0;
                padding: 0;
                -webkit-user-select: none;
            }
            body {
                background: transparent;
                color: #fff;
                font-family: helvetica;
            }
            #ad {
                height: 50px;
                width: 320px;
            }
            #clk {
                height: 50px;
                left: 0px;
                position: absolute;
                top: 0px;
                width: 320px;
                background-color:red;
                opacity:0;
            }
        </style>
    </head>

    <body onload="typeof tickTimer == 'function' && tickTimer()">
        <div id="ad">
            <div style="position:relative">
                <div id="clk" onClick="handleClick()"></div>
                <img height=50 src="http://googleads.g.doubleclick.net/simgad/10955863034443917715"
                width=320>
            </div>
        </div>
        <div class="tp">
            <img width=0 height=0 src="http://c.admob.com/i1/4/EkWftR9dTEEkXo083HViShg50A7BBF80C5C10fe21e9a006bc4fbb1c1faebe184f5596?e=ABk73oKJAxgkfGdbRqf8iH20JsI61ppx9FIs5m0-SuxvbnseGJdywQ">
        </div>
        <script></script>
    </body>

</html>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants