Skip to content

Commit 28f46c6

Browse files
authored
iOS Pixel Validation - Update Pixel Definitions (#2702)
Task/Issue URL: https://app.asana.com/1/137249556945/project/1206488453854252/task/1212225750255762?focus=true ### Description Update pixel definitions to address validation issues.
1 parent 7035dd6 commit 28f46c6

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

iOS/PixelDefinitions/pixels/address_bar.json5

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@
44
"description": "Fires when user cancels address bar input while on AI Chat",
55
"owners": ["aataraxiaa"],
66
"triggers": ["other"],
7+
"suffixes": ["platform", "form_factor"],
78
"parameters": ["appVersion"]
89
},
910
"m_addressbar_click_aichat": {
1011
"description": "Fires when user clicks address bar while on AI Chat",
1112
"owners": ["aataraxiaa"],
1213
"triggers": ["other"],
13-
"suffixes": ["platform", "form_factor", "first_daily_count"],
14+
"suffixes": ["first_daily_count", "platform", "form_factor"],
1415
"parameters": ["appVersion"]
1516
},
1617
"m_addressbar_focus_clear_entry_aichat": {
1718
"description": "Fires when user clears address bar entry while on AI Chat",
1819
"owners": ["aataraxiaa"],
1920
"triggers": ["other"],
21+
"suffixes": ["platform", "form_factor"],
2022
"parameters": ["appVersion"]
2123
}
2224
}

iOS/PixelDefinitions/pixels/aichat_full_mode.json5

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,56 @@
44
"description": "Fires when user taps the fire button while in full Duck.ai mode",
55
"owners": ["aataraxiaa"],
66
"triggers": ["other"],
7-
"suffixes": ["platform", "form_factor", "first_daily_count"],
7+
"suffixes": ["first_daily_count", "platform", "form_factor"],
88
"parameters": ["appVersion"]
99
},
1010
"m_aichat_omnibar_sidebar_button_tapped": {
1111
"description": "Fires when user taps the sidebar button in the omnibar while in full Duck.ai mode",
1212
"owners": ["aataraxiaa"],
1313
"triggers": ["other"],
14-
"suffixes": ["platform", "form_factor", "first_daily_count"],
14+
"suffixes": ["first_daily_count", "platform", "form_factor"],
1515
"parameters": ["appVersion"]
1616
},
1717
"m_aichat_omnibar_new_chat_button_tapped": {
1818
"description": "Fires when user taps the new chat button in the omnibar while in full Duck.ai mode",
1919
"owners": ["aataraxiaa"],
2020
"triggers": ["other"],
21-
"suffixes": ["platform", "form_factor", "first_daily_count"],
21+
"suffixes": ["first_daily_count", "platform", "form_factor"],
2222
"parameters": ["appVersion"]
2323
},
2424
"m_aichat_settings_menu_opened": {
2525
"description": "Fires when user opens the Duck.ai settings menu",
2626
"owners": ["aataraxiaa"],
2727
"triggers": ["other"],
28-
"suffixes": ["platform", "form_factor", "first_daily_count"],
28+
"suffixes": ["first_daily_count", "platform", "form_factor"],
2929
"parameters": ["appVersion"]
3030
},
3131
"m_aichat_settings_menu_sidebar_tapped": {
3232
"description": "Fires when user taps the sidebar option in the Duck.ai settings menu",
3333
"owners": ["aataraxiaa"],
3434
"triggers": ["other"],
35-
"suffixes": ["platform", "form_factor", "first_daily_count"],
35+
"suffixes": ["first_daily_count", "platform", "form_factor"],
3636
"parameters": ["appVersion"]
3737
},
3838
"m_aichat_settings_menu_aichat_settings_tapped": {
3939
"description": "Fires when user taps the AI Chat settings option in the Duck.ai settings menu",
4040
"owners": ["aataraxiaa"],
4141
"triggers": ["other"],
42-
"suffixes": ["platform", "form_factor", "first_daily_count"],
42+
"suffixes": ["first_daily_count", "platform", "form_factor"],
4343
"parameters": ["appVersion"]
4444
},
4545
"m_aichat_settings_menu_new_chat_tab_tapped": {
4646
"description": "Fires when user taps the new chat tab option in the Duck.ai settings menu",
4747
"owners": ["aataraxiaa"],
4848
"triggers": ["other"],
49-
"suffixes": ["platform", "form_factor", "first_daily_count"],
49+
"suffixes": ["first_daily_count", "platform", "form_factor"],
5050
"parameters": ["appVersion"]
5151
},
5252
"m_aichat_tab_switcher_opened": {
5353
"description": "Fires when user opens the tab switcher while in full Duck.ai mode",
5454
"owners": ["aataraxiaa"],
5555
"triggers": ["other"],
56-
"suffixes": ["platform", "form_factor", "first_daily_count"],
56+
"suffixes": ["first_daily_count", "platform", "form_factor"],
5757
"parameters": ["appVersion"]
5858
}
5959
}

iOS/PixelDefinitions/pixels/dax_easter_egg_logo.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"description": "Fired when the Dax Easter Egg logo is displayed in the privacy icon",
44
"owners": ["aataraxiaa"],
55
"triggers": ["other"],
6-
"suffixes": ["platform", "form_factor", "first_daily_count"],
6+
"suffixes": ["first_daily_count", "platform", "form_factor"],
77
"parameters": ["appVersion"]
88
},
99
"m_dax_easter_egg_logo_tapped": {
1010
"description": "Fired when the user taps the Dax Easter Egg logo in the privacy icon",
1111
"owners": ["aataraxiaa"],
1212
"triggers": ["other"],
13-
"suffixes": ["platform", "form_factor", "first_daily_count"],
13+
"suffixes": ["first_daily_count", "platform", "form_factor"],
1414
"parameters": ["appVersion"]
1515
}
1616
}

0 commit comments

Comments
 (0)