File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 129129 "enum" : [ "on" , "off" , "unsupported" ]
130130 }
131131 ]
132+ } ,
133+ "dbp_databroker_custom_stats_optoutsubmit" : {
134+ "description" : "Fired every 24 hours for every broker to measure opt-out request success rate." ,
135+ "owners" : [ "karlenDimla" , "landomen" ] ,
136+ "triggers" : [ "other" ] ,
137+ "suffixes" : [ "form_factor" ] ,
138+ "parameters" : [
139+ "appVersion" ,
140+ {
141+ "key" : "data_broker" ,
142+ "description" : "The URL of the data broker that this opt-out attempt targets" ,
143+ "type" : "string"
144+ } ,
145+ {
146+ "key" : "optout_submit_success_rate" ,
147+ "description" : "The success rate of how many opt-out jobs successfully requested within 24 hours of creation" ,
148+ "type" : "string"
149+ }
150+ ]
132151 }
133152}
You can’t perform that action at this time.
0 commit comments