3.1.7 • Published 5 months ago
@iabgpp/stub v3.1.7
@iabgpp/stub
Cmp API Stub code. May be included in commonjs loader or dropped directly on the page.
Installation
npm install @iabgpp/stubUsing
include via module loading
import * as cmpstub from "@iabgpp/stub";or
const cmpstub = require("@iabgpp/stub");then execute:
cmpstub();this should generate the __gpp() window function with the queing functionality.
to drop on a page
git clone https://github.com/InteractiveAdvertisingBureau/iabgpp-es.git
cd iabgpp-es/modules/stub/
npm install
npm run buildBuilt stub will be output to ./lib
Getting queue of commands
__gpp("ping", function (data, success) {
console.log("ping success: " + success + " data: " + JSON.stringify(data));
});3.1.7
5 months ago
3.1.6
8 months ago
3.1.5
10 months ago
3.1.6-2
8 months ago
3.1.6-1
8 months ago
3.1.4
1 year ago
3.1.3
1 year ago
3.1.2
1 year ago
3.1.1
2 years ago
3.1.0
2 years ago
3.0.10
3 years ago
3.0.9
3 years ago
3.0.8
3 years ago
3.0.7
3 years ago
3.0.6
3 years ago
3.0.5
3 years ago
3.0.4
3 years ago
3.0.3
3 years ago
3.0.2
3 years ago