github.com/prebid/prebid-server/v2@v2.18.0/stored_requests/data/by_id/accounts/test.json (about) 1 { 2 "id": "test", 3 "name": "test account", 4 "disabled": true, 5 "cache_ttl": { 6 "banner": 600, 7 "video": 3600, 8 "native": 3600, 9 "audio": 3600 10 }, 11 "events": { 12 "enabled": true 13 }, 14 "cookie_sync": { 15 "default_limt": 20, 16 "max_limit": 50, 17 "default_coop_sync": true 18 }, 19 "hooks": { 20 "execution_plan": { 21 "endpoints": { 22 "/openrtb2/auction": { 23 "stages": { 24 "entrypoint": { 25 "groups": [ 26 { 27 "timeout": 5, 28 "hook_sequence": [ 29 { 30 "module_code": "acme.foobar", 31 "hook_impl_code": "validate-query-params" 32 } 33 ] 34 } 35 ] 36 } 37 } 38 } 39 } 40 }, 41 "modules": { 42 "acme": { 43 "foobar": { 44 "allow_reject": false, 45 "attributes": { 46 "name": "foo" 47 } 48 } 49 } 50 } 51 } 52 }