I
I
Igor Ratynsky2016-08-02 14:45:45
Mobile development
Igor Ratynsky, 2016-08-02 14:45:45

phonegap. Heyzap Video Ad. Can't get video by default tag. How?

I'm trying to embed ads in the application. I paste the code from the guide:

document.addEventListener('deviceready', function() {

        HeyzapAds.start("мой ключ").then(function() {
            // Native call successful.

            // Start fetching ads
            HeyzapAds.InterstitialAd.show().then(function() {

            
            }, function(error) {
                // Handle Error
            });

        return HeyzapAds.showMediationTestSuite();

        }, function(error) {

            // Handle Error
        });

    }, false);

Then, at startup, a window with addons opens:
c44431dd464d4ef1b4ff5d4d453150aa.png
Next, I go to Heyzap and see the following error: Tell me
87819d3c5061447da38b9a132cd008fe.png
, is the problem in the code or in the Heyzap account settings, or rather, in the list of videos by the default tag?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igor Ratynski, 2016-08-05
@IgorRatynski

It turned out that I did not bind the application in the account settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question