UNPKG
@codingcatdev/react-gpt
Version:
latest (2.0.13)
2.0.13
A react display ad component using Google Publisher Tag
github.com/nfl/react-gpt
nfl/react-gpt
@codingcatdev/react-gpt
/
src
/
Events.js
11 lines
(9 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
Events = { READY:
"ready"
, RENDER:
"render"
, SLOT_RENDER_ENDED:
"slotRenderEnded"
, IMPRESSION_VIEWABLE:
"impressionViewable"
, SLOT_VISIBILITY_CHANGED:
"slotVisibilityChanged"
, SLOT_LOADED:
"slotOnload"
};
export
default
Events;