Skip to content

Commit

Permalink
testing interactedWithMessage RMF attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
cmonfortep committed May 20, 2024
1 parent 5db422b commit 58ef1ed
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,65 @@
{
"version": 17,
"version": 18,
"messages": [
{
"id": "voice_search_promo_may_2024",
"id": "test1",
"content": {
"messageType": "big_single_action",
"titleText": "Private Voice Search",
"descriptionText": "Search the web quickly and privately by adding Private Voice Search to the address bar.",
"titleText": "Test",
"descriptionText": "This is a test",
"placeholder": "Announce",
"primaryActionText": "Add Private Voice Search",
"primaryActionText": "Click here",
"primaryAction": {
"type": "navigation",
"value": "accessibility",
"additionalParameters": {
"payload": "{\"highlightedItem\": \"voiceSearch\"}"
}
"type": "url",
"value": "https://duckduckgo.com/"
}
},
"translations": {
"de": {
"titleText": "Private Sprachsuche",
"descriptionText": "Durchsuche das Web schnell und privat, indem du die private Sprachsuche zur Adressleiste hinzufügst.",
"primaryActionText": "Private Sprachsuche hinzufügen"
},
"es": {
"titleText": "Búsqueda privada por voz",
"descriptionText": "Busca en internet de forma rápida y privada añadiendo la búsqueda privada por voz a la barra de direcciones.",
"primaryActionText": "Añadir búsqueda privada por voz"
},
"fr": {
"titleText": "Recherche vocale privée",
"descriptionText": "Effectuez des recherches sur le Web de façon rapide et confidentielle en ajoutant la Recherche vocale privée à la barre d'adresse.",
"primaryActionText": "Ajouter la Recherche vocale privée"
},
"it": {
"titleText": "Ricerca vocale privata",
"descriptionText": "Cerca sul Web in modo rapido e privato aggiungendo Private Voice Search alla barra degli indirizzi.",
"primaryActionText": "Aggiungi Private Voice Search"
},
"pt": {
"titleText": "Pesquisa por voz privada",
"descriptionText": "Pesquisa na Internet de forma rápida e privada adicionando a Pesquisa por Voz Privada à barra de endereços.",
"primaryActionText": "Adicionar Pesquisa por Voz Privada"
"matchingRules": [],
"exclusionRules": [
2
]
},
{
"id": "test2",
"content": {
"messageType": "big_single_action",
"titleText": "Test",
"descriptionText": "This is a test",
"placeholder": "Announce",
"primaryActionText": "Click here",
"primaryAction": {
"type": "url",
"value": "https://duckduckgo.com/"
}
},
"matchingRules": [
1
"matchingRules": [],
"exclusionRules": [
1,
2
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"voiceSearchSupported": {
"value": true
},
"voiceSearchEnabled": {
"value": false
"interactedWithMessage": {
"value": [
"test3"
]
}
}
},
{
"id": 2,
"attributes": {
"interactedWithMessage": {
"value": [
"test1",
"test2"
]
}
}
}
]
}
}

0 comments on commit 58ef1ed

Please sign in to comment.