Skip to content

Commit

Permalink
Weborama Rtd Provider: access user profiles in local storage and add …
Browse files Browse the repository at this point in the history
…support to wam2gam and smartadserver (#7728)

* update .submodules.json to include weborama rtd

update .submodules.json to include weborama rtd submodule

* fix jsdoc

* add support to wam2gam

* fix unit test

* fix bad copy paste

* save dev

* add feature

* rename properties

* update unit tests

* fix doc

* fix doc ~

* fix doc 3

* rename bigsea contextual

* rename wam2gam

* refactor code

* rename setGAMTargeting

* improve doc, example

* update conf

* fix doc

* fix identation

* fix identation 2

* remove empty line into end

* remove empty line 2

* fix jsdoc

* add support to wam2gam

* fix unit test

* fix bad copy paste

* save dev

* add feature

* rename properties

* update unit tests

* fix doc

* fix doc ~

* fix doc 3

* rename bigsea contextual

* rename wam2gam

* refactor code

* rename setGAMTargeting

* improve doc, example

* update conf

* fix doc

* fix identation

* fix identation 2

* remove empty line into end

* remove empty line 2

* add intersection RtdProvider and spec (#7710)

Co-authored-by: atkachov <atkachov@admixer.ua>

Co-authored-by: AdmixerTech <35560933+AdmixerTech@users.noreply.github.com>
Co-authored-by: atkachov <atkachov@admixer.ua>
  • Loading branch information
3 people authored Nov 24, 2021
1 parent c8265eb commit a1d2aa0
Show file tree
Hide file tree
Showing 4 changed files with 746 additions and 311 deletions.
37 changes: 23 additions & 14 deletions integrationExamples/gpt/weboramaRtdProvider_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,31 @@
debug: true,
realTimeData: {
auctionDelay: 1000,
dataProviders: [
{
dataProviders: [{
name: "weborama",
waitForIt: true,
params: {
weboCtxConf: {
setTargeting: true,
token: "to-be-defined",
targetURL: "https://prebid.org/",
defaultProfile: {
webo_ctx: ['moon']
}
}
}
}
]
weboCtxConf: {
token: "to-be-defined", // mandatory
targetURL: "https://prebid.org", // default is document.URL
setPrebidTargeting: true, // default
sendToBidders: true, // default
defaultProfile: { // optional
webo_ctx: ['moon'],
webo_ds: ['bar']
}
},
weboUserDataConf: {
setPrebidTargeting: true, // default
sendToBidders: true, // default
defaultProfile: { // optional
webo_cs: ['Red'],
webo_audiences: ['bam']
},
localStorageProfileKey: 'webo_wam2gam_entry' // default
}
}
}]
}
});
});
Expand All @@ -54,7 +63,7 @@
}
},
bids: [{
bidder: 'appnexus',
bidder: 'smartadserver',
params: {
placementId: 1
}
Expand Down
Loading

0 comments on commit a1d2aa0

Please sign in to comment.