Skip to content

Commit a7d06dd

Browse files
authored
Added free duck.ai trial message for windows. (#258)
See - https://app.asana.com/1/137249556945/project/1206272239963149/task/1211712655831850 This has already gone through a ship review and the custom remote config tested on the preview build.
1 parent 89e0083 commit a7d06dd

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

live/windows-config/windows-config.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": 40,
2+
"version": 41,
33
"messages": [
44
{
55
"id": "windows_privacy_pro_exit_survey_1",
@@ -93,6 +93,28 @@
9393
"exclusionRules": [
9494
9
9595
]
96+
},
97+
{
98+
"id": "free_duckai_cta",
99+
"content": {
100+
"messageType": "big_single_action",
101+
"titleText": "Try advanced AI for free",
102+
"descriptionText": "Chat privately with GPT-5 and Claude Sonnet 4, plus get a secure VPN and more, free for 7 days.",
103+
"placeholder": "PrivacyShield",
104+
"primaryActionText": "Try for Free",
105+
"primaryAction": {
106+
"type": "url",
107+
"value": "https://duckduckgo.com/pro?featurePage=duckai&origin=funnel_newtab_windows_paidaiannouncement"
108+
}
109+
},
110+
"translations": {
111+
"de-DE": {
112+
"titleText": "Fortgeschrittene KI kostenlos testen",
113+
"descriptionText": "Chatte privat mit GPT-5 und Claude Sonnet 4, und erhalte ein sicheres VPN und mehr, 7 Tage lang kostenlos.",
114+
"primaryActionText": "Kostenlos testen"
115+
}
116+
},
117+
"matchingRules": [ 12 ]
96118
}
97119
],
98120
"rules": [
@@ -235,6 +257,27 @@
235257
]
236258
}
237259
}
260+
},
261+
{
262+
"id": 12,
263+
"attributes": {
264+
"locale": {
265+
"value": [ "en-US", "en-CA", "en-GB", "de-DE" ]
266+
},
267+
"pproSubscriber": {
268+
"value": false
269+
},
270+
"pproEligible": {
271+
"value": true
272+
},
273+
"daysSinceInstalled": {
274+
"min": 7,
275+
"max": 10000
276+
},
277+
"daysSinceDuckAiUsed": {
278+
"max": 7
279+
}
280+
}
238281
}
239282
]
240283
}

0 commit comments

Comments
 (0)