diff --git a/PixelDefinitions/pixels/wide_free_trial_conversion.json5 b/PixelDefinitions/pixels/wide_free_trial_conversion.json5 index 6fde359d761d..a66da0c0bf78 100644 --- a/PixelDefinitions/pixels/wide_free_trial_conversion.json5 +++ b/PixelDefinitions/pixels/wide_free_trial_conversion.json5 @@ -24,10 +24,14 @@ "key": "feature.data.ext.free_trial_plan", "description": "The base plan ID of the free trial product activated", "enum": [ - "ddg.privacy.pro.monthly.renews.us", + "ddg-privacy.pro.monthly.renews.us", "ddg.privacy.pro.monthly.renews.row", "ddg.privacy.pro.yearly.renews.us", - "ddg.privacy.pro.yearly.renews.row" + "ddg.privacy.pro.yearly.renews.row", + "ddg-privacy.pro.sandbox.monthly.renews.us", + "ddg.privacy.pro.sandbox.monthly.renews.row", + "ddg.privacy.pro.sandbox.yearly.renews.us", + "ddg.privacy.pro.sandbox.yearly.renews.row" ] }, { @@ -36,12 +40,12 @@ "enum": ["expired", "timeout"] }, { - "key": "feature.data.ext.step.vpn_activated_d1.success", + "key": "feature.data.ext.step.vpn_activated_d1", "description": "true if VPN was successfully activated within first day of Free Trial", "enum": ["true", "false"] }, { - "key": "feature.data.ext.step.vpn_activated_d2_to_d7.success", + "key": "feature.data.ext.step.vpn_activated_d2_to_d7", "description": "true if VPN was successfully activated between D2-D7 of Free Trial", "enum": ["true", "false"] }