Skip to content

Commit dbefa07

Browse files
committed
Add pixel definition for optout success rate
1 parent 09cf67d commit dbefa07

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

PixelDefinitions/pixels/personal_information_removal.json5

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,24 @@
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
}

0 commit comments

Comments
 (0)