{
	"description": "Enables advertising from Google's DFP Ad server, and provides customised demographic, and contextual (via Admantx) targeting.",
	"origamiType": "module",
	"origamiCategory": "components",
	"origamiVersion": 1,
	"keywords": [ "adverts" ],
	"support": "origami.advertising.technology@ft.com",
	"supportContact": {
		"email": "origami.advertising.technology@ft.com",
		"slack": "financialtimes/advertising-dev"
	},
	"supportStatus": "active",
	"demosDefaults": {
		"template": "demos/src/individual.mustache",
		"sass": "demos/src/demo.scss",
		"js": "demos/src/demo.js"
	},
	"browserFeatures": {
		"required": [
			"Array.from",
			"Array.prototype.find",
			"IntersectionObserver",
			"fetch",
			"document.visibilityState"
		]
	},
	"demos": [
		{
			"name": "Individual-Ad",
			"title": "Simple ad",
			"template": "/demos/src/individual.mustache",
			"description": "",
			"data": {
				"name":"leaderboard",
				"formats" : "Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Individual-Ad-Lazy-Load",
			"title": "Lazy loaded ad",
			"template": "/demos/src/individuallazyload.mustache",
			"description": "",
			"data": {
				"name":"leaderboard",
				"formats" : "Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami",
				"top": "2000",
				"viewportMargin": "0%"
			}
		},
		{
			"name": "Individual-Ad-Lazy-Load-Margin",
			"title": "Lazy loaded ad with a margin",
			"template": "/demos/src/individuallazyload.mustache",
			"description": "",
			"data": {
				"name":"leaderboard",
				"formats" : "Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami",
				"top": "2000",
				"viewportMargin": "3000px 0px"
			}
		},
		{
			"name": "Individual-Ad-with-Custom-Targeting-Values",
			"title": "Ad with custom targeting",
			"template": "/demos/src/individualcustomtargeting.mustache",
			"description": "",
			"data": {
				"class": "o--if-nojs o-ads o-ads--background o-ads--center o-ads--reserve-90 o-ads--transition",
				"name": "billboard",
				"formats": "Billboard",
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Master-and-Companion",
			"title": "Master and Companion Ad",
			"template": "/demos/src/masterandcompanion.mustache",
			"description": "",
			"data": {
				"network": 5887,
				"site" : "test.5887.origami",
				"zone": "master-companion-test"
			}
		},
		{
			"name": "Responsive-Positions",
			"title": "Ad with responsive positions",
			"template": "/demos/src/responsive-positions.mustache",
			"description": "",
			"data": {
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Native-Ads",
			"title": "Native ad",
			"template": "/demos/src/native.mustache",
			"description": "",
			"data": {
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Native-Lazy-Loading",
			"title": "Native Lazy Loading",
			"template": "/demos/src/nativelazyloading.mustache",
			"description": "",
			"data": {
				"name":"leaderboard",
				"formats" : "Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "SRA",
			"title": "SRA - Single Request Architecture",
			"template": "/demos/src/sra.mustache",
			"description": "",
			"data": {
				"name":"leaderboard",
				"formats" : "Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Multiple-Next-Styles",
			"title": "Ad with multiple style for ft.com (next)",
			"template": "/demos/src/multiplenextstyles.mustache",
			"description": "",
			"data": {
				"class": "o--if-nojs o-ads o-ads--background o-ads--center o-ads--reserve-90 o-ads--transition",
				"name": "billboard",
				"formats" : "Billboard",
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Validate-Traffic-Ad",
			"title": "Ad that only displays if traffic is valid",
			"template": "/demos/src/validatetraffic.mustache",
			"hidden": true,
			"description": "",
			"data": {
				"class": "o--if-nojs o-ads o-ads--background o-ads--center o-ads--reserve-90 o-ads--transition",
				"name": "leaderboard",
				"format":"Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Test-Ad",
			"title": "Demo ad used for cypress tests - DO NOT DELETE",
			"template": "/demos/src/test-ad.mustache",
			"hidden": true,
			"description": "",
			"data": {
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "Test-Ad-Responsive",
			"title": "Demo ad used for cypress tests - DO NOT DELETE",
			"template": "/demos/src/test-ad-responsive.mustache",
			"hidden": true,
			"description": "",
			"data": {
				"network": 5887,
				"site" : "test.5887.origami"
			}
		},
		{
			"name": "InfiniteScrolling-Ad",
			"title": "Ad used to demostrate infinite scrolling",
			"template": "/demos/src/infinitescrolling.mustache",
			"hidden": true,
			"description": "Infinite Scrolling",
			"data": {
				"basename":"leaderboard",
				"formats" : "Leaderboard",
				"network": 5887,
				"site" : "test.5887.origami",
				"viewportMargin": "3000px 0px"
			}
		}
	]
}
