@chee/o-ads v10.1.3-chee.1
oAds 
This is an Origami module that enables display advertising from Googles DFP Ad server, and provides customised demographic, behavioural (via Krux), and contextual (via Admantx) targeting.
Requirements
For basic use, a DFP account with Google is required.
Each targeting/tracking supplier will require their own configuration and setup.
Demos
Demos for all ads currently served across ft.com are available in the Origami Registry.
Documentation
Includes detailed installation and set-up instructions, along with details about the module.
Developing
Install & Demos
- To install:
obt install. - To run the demos:
obt demo. - To run a demo server:
npm run demo-server
Tests
The testing setup is unlike other origami components. There are unit tests which we run with karma, and these can be run with npm run test-unit
Browser tests We also use Nightwatch and Browserstack to run cross browser tests. To run these:
npm run demo-serverin your terminal. This will compile and launch the demos on http://localhost:3002. This is needed for the next step to worknpm run test-browserwill run a local browserstack tunnel and run the tests
Migration Guide
Upgrading to v8
- Breaking change: If you use the destroy method on a slots instance, this will now properly destroy the given slots rather than just clear them
- New feature: util event 'off' - remove an event listener
Upgrading to v9
- Breaking change: o-ads now requires consent before loading Krux or adding custom targeting to the ad calls. Consent can be provided in two ways:
- Provide a cookie with the name
FTConsentand specify which consent the user has given as part of the value like this:behaviouraladsOnsite:on,programmaticadsOnsite:on - Initialise o-ads with the
disableConsentCookieoption.
Upgrading to v10
- Breaking change: o-ads now defaults to never collapsing empty ads slots following google gpt behavior.
- Breaking change: collapsing config oAds takes 3 possible options for the
collapseEmptyattribute:'before','after','never'and defaults to'never' - Breaking change: collapsing ads for a specific slot on the markup now uses
'before','after','never'instead oftrueandfalsepreviously - Breaking change: Global collapse empty behavior is set in
config.collapseEmptyinstead ofconfig.gpt.collapseEmptypreviously
7 years ago
7 years ago