File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
pir/pir-impl/src/main/java/com/duckduckgo/pir/impl/pixels Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "pir_optout_process_submit -success" : {
2+ "dbp_optout_process_submit -success" : {
33 "description" : "Fired when an opt-out submission succeeds." ,
44 "owners" : [ "karlenDimla" , "landomen" ] ,
55 "triggers" : [ "other" ] ,
4949 }
5050 ]
5151 } ,
52- "pir_optout_process_failure " : {
52+ "dbp_optout_process_failure " : {
5353 "description" : "Fired when an opt-out attempt fails." ,
5454 "owners" : [ "karlenDimla" , "landomen" ] ,
5555 "triggers" : [ "other" ] ,
Original file line number Diff line number Diff line change @@ -128,12 +128,12 @@ enum class PirPixel(
128128 ),
129129
130130 PIR_OPTOUT_SUBMIT_SUCCESS (
131- baseName = " pir_optout_process_submit -success" ,
131+ baseName = " dbp_optout_process_submit -success" ,
132132 types = setOf (Count ),
133133 ),
134134
135135 PIR_OPTOUT_SUBMIT_FAILURE (
136- baseName = " pir_optout_process_failure " ,
136+ baseName = " dbp_optout_process_failure " ,
137137 types = setOf (Count ),
138138 ), ;
139139
You can’t perform that action at this time.
0 commit comments