@flightstats/react-gpt
Version:
A react display ad component using Google Publisher Tag
13 lines (12 loc) • 326 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var Events = {
READY: "ready",
RENDER: "render",
SLOT_RENDER_ENDED: "slotRenderEnded",
IMPRESSION_VIEWABLE: "impressionViewable",
SLOT_VISIBILITY_CHANGED: "slotVisibilityChanged",
SLOT_LOADED: "slotOnload"
};
exports.default = Events;