You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var zones = [
"vz31b549794672442889", // Test
"vze12a0248564b49fc93", // video
"vzc1be88f0d438475c84", // rewardedVideo
];
var debug = true;
var adColony = new Ejecta.AdColony("appc3f406f4c59344238f", zones, debug);
and the call should be adColony.show(); right ?
The text was updated successfully, but these errors were encountered:
@finscn
i'm trying to test adcolony
my code is
var zones = [
"vz31b549794672442889", // Test
"vze12a0248564b49fc93", // video
"vzc1be88f0d438475c84", // rewardedVideo
];
var debug = true;
var adColony = new Ejecta.AdColony("appc3f406f4c59344238f", zones, debug);
and the call should be adColony.show(); right ?
The text was updated successfully, but these errors were encountered: