InteractiveAdvertisingBureau / Open-Measurement-JSClients

Apache License 2.0
62 stars 40 forks source link

Where is omsdk-v1.js ? #4

Open DavidBabel opened 5 years ago

DavidBabel commented 5 years ago

Hey there,

We manage to implement Omid with part of this repository, and the omsdk-v1.js which we download somehow (we don't remember). We are curious to know where is the repository for this file, or if it's not, where is the official download link ?

Thanks

DavidBabel commented 5 years ago

Ok we manage to download it from : https://tools.iabtechlab.com/omsdk But are the sources anywhere ?

puppeteer701vungle commented 4 years ago

Can we get an unminified version? I want to fake startSession,... locally on development withouth SDK.

aelobosz commented 2 years ago

Can we get an unminified version? I want to fake startSession,... locally on development withouth SDK.

+1

lhfu2244 commented 2 years ago

+1

StarWindMoonCloud commented 1 year ago

Can we get an unminified version? I want to fake startSession,... locally on development withouth SDK.

any chance issue addressed? how about sharing the unminified version if so

nlehrer commented 1 year ago

The repository with the source is only accessible to members of the Open Measurement Working Group. If you are interested in joining and contributing to the OM SDK then please email support@iabtechlab.com

I don't think it will be possible to share an unminified version to the public repository, but I can help with ideas for faking session events etc without the SDK for testing an integration. One idea is to mock the registerSessionObserver function to immediately invoke the function or to store it and call it when you specify. What kind of testing do you need to do that the unminified code will help with?