|
| 1 | +{ |
| 2 | + // NTP shown pixels |
| 3 | + "m_ntp_after_idle_ntp_shown_after_idle": { |
| 4 | + "description": "NTP was shown because the idle threshold was met (after inactivity feature)", |
| 5 | + "owners": ["malmstein"], |
| 6 | + "triggers": ["other"], |
| 7 | + "suffixes": ["form_factor"], |
| 8 | + "parameters": ["appVersion"] |
| 9 | + }, |
| 10 | + "m_ntp_after_idle_ntp_shown_after_idle_daily": { |
| 11 | + "description": "(Daily Pixel) NTP was shown because the idle threshold was met (after inactivity feature)", |
| 12 | + "owners": ["malmstein"], |
| 13 | + "triggers": ["other"], |
| 14 | + "suffixes": ["form_factor"], |
| 15 | + "parameters": ["appVersion"] |
| 16 | + }, |
| 17 | + "m_ntp_after_idle_ntp_shown_user_initiated": { |
| 18 | + "description": "NTP was shown because the user opened it (not via idle)", |
| 19 | + "owners": ["malmstein"], |
| 20 | + "triggers": ["other"], |
| 21 | + "suffixes": ["form_factor"], |
| 22 | + "parameters": ["appVersion"] |
| 23 | + }, |
| 24 | + "m_ntp_after_idle_ntp_shown_user_initiated_daily": { |
| 25 | + "description": "(Daily Pixel) NTP was shown because the user opened it (not via idle)", |
| 26 | + "owners": ["malmstein"], |
| 27 | + "triggers": ["other"], |
| 28 | + "suffixes": ["form_factor"], |
| 29 | + "parameters": ["appVersion"] |
| 30 | + }, |
| 31 | + |
| 32 | + // Return to page (hatch) tapped pixels |
| 33 | + "m_ntp_after_idle_return_to_page_tapped_after_idle": { |
| 34 | + "description": "User tapped the return-to-page hatch card when NTP was shown after idle", |
| 35 | + "owners": ["malmstein"], |
| 36 | + "triggers": ["other"], |
| 37 | + "suffixes": ["form_factor"], |
| 38 | + "parameters": ["appVersion"] |
| 39 | + }, |
| 40 | + "m_ntp_after_idle_return_to_page_tapped_after_idle_daily": { |
| 41 | + "description": "(Daily Pixel) User tapped the return-to-page hatch card when NTP was shown after idle", |
| 42 | + "owners": ["malmstein"], |
| 43 | + "triggers": ["other"], |
| 44 | + "suffixes": ["form_factor"], |
| 45 | + "parameters": ["appVersion"] |
| 46 | + }, |
| 47 | + "m_ntp_after_idle_return_to_page_tapped_user_initiated": { |
| 48 | + "description": "User tapped the return-to-page hatch card when NTP was opened by the user", |
| 49 | + "owners": ["malmstein"], |
| 50 | + "triggers": ["other"], |
| 51 | + "suffixes": ["form_factor"], |
| 52 | + "parameters": ["appVersion"] |
| 53 | + }, |
| 54 | + "m_ntp_after_idle_return_to_page_tapped_user_initiated_daily": { |
| 55 | + "description": "(Daily Pixel) User tapped the return-to-page hatch card when NTP was opened by the user", |
| 56 | + "owners": ["malmstein"], |
| 57 | + "triggers": ["other"], |
| 58 | + "suffixes": ["form_factor"], |
| 59 | + "parameters": ["appVersion"] |
| 60 | + }, |
| 61 | + |
| 62 | + // Bar (search) used from NTP pixels |
| 63 | + "m_ntp_after_idle_bar_used_from_ntp_after_idle": { |
| 64 | + "description": "User submitted a search from the NTP when NTP was shown after idle", |
| 65 | + "owners": ["malmstein"], |
| 66 | + "triggers": ["other"], |
| 67 | + "suffixes": ["form_factor"], |
| 68 | + "parameters": ["appVersion"] |
| 69 | + }, |
| 70 | + "m_ntp_after_idle_bar_used_from_ntp_after_idle_daily": { |
| 71 | + "description": "(Daily Pixel) User submitted a search from the NTP when NTP was shown after idle", |
| 72 | + "owners": ["malmstein"], |
| 73 | + "triggers": ["other"], |
| 74 | + "suffixes": ["form_factor"], |
| 75 | + "parameters": ["appVersion"] |
| 76 | + }, |
| 77 | + "m_ntp_after_idle_bar_used_from_ntp_user_initiated": { |
| 78 | + "description": "User submitted a search from the NTP when NTP was opened by the user", |
| 79 | + "owners": ["malmstein"], |
| 80 | + "triggers": ["other"], |
| 81 | + "suffixes": ["form_factor"], |
| 82 | + "parameters": ["appVersion"] |
| 83 | + }, |
| 84 | + "m_ntp_after_idle_bar_used_from_ntp_user_initiated_daily": { |
| 85 | + "description": "(Daily Pixel) User submitted a search from the NTP when NTP was opened by the user", |
| 86 | + "owners": ["malmstein"], |
| 87 | + "triggers": ["other"], |
| 88 | + "suffixes": ["form_factor"], |
| 89 | + "parameters": ["appVersion"] |
| 90 | + }, |
| 91 | + |
| 92 | + // Timeout selected pixels (one per supported value) |
| 93 | + "m_ntp_after_idle_timeout_selected_always": { |
| 94 | + "description": "User selected Always as the idle timeout threshold", |
| 95 | + "owners": ["malmstein"], |
| 96 | + "triggers": ["other"], |
| 97 | + "suffixes": ["form_factor"], |
| 98 | + "parameters": ["appVersion"] |
| 99 | + }, |
| 100 | + "m_ntp_after_idle_timeout_selected_daily_always": { |
| 101 | + "description": "(Daily Pixel) User has Always selected as the idle timeout threshold", |
| 102 | + "owners": ["malmstein"], |
| 103 | + "triggers": ["other"], |
| 104 | + "suffixes": ["form_factor"], |
| 105 | + "parameters": ["appVersion"] |
| 106 | + }, |
| 107 | + "m_ntp_after_idle_timeout_selected_60": { |
| 108 | + "description": "User selected 60 seconds (1 minute) as the idle timeout threshold", |
| 109 | + "owners": ["malmstein"], |
| 110 | + "triggers": ["other"], |
| 111 | + "suffixes": ["form_factor"], |
| 112 | + "parameters": ["appVersion"] |
| 113 | + }, |
| 114 | + "m_ntp_after_idle_timeout_selected_daily_60": { |
| 115 | + "description": "(Daily Pixel) User has 60 seconds (1 minute) selected as the idle timeout threshold", |
| 116 | + "owners": ["malmstein"], |
| 117 | + "triggers": ["other"], |
| 118 | + "suffixes": ["form_factor"], |
| 119 | + "parameters": ["appVersion"] |
| 120 | + }, |
| 121 | + "m_ntp_after_idle_timeout_selected_300": { |
| 122 | + "description": "User selected 300 seconds (5 minutes) as the idle timeout threshold", |
| 123 | + "owners": ["malmstein"], |
| 124 | + "triggers": ["other"], |
| 125 | + "suffixes": ["form_factor"], |
| 126 | + "parameters": ["appVersion"] |
| 127 | + }, |
| 128 | + "m_ntp_after_idle_timeout_selected_daily_300": { |
| 129 | + "description": "(Daily Pixel) User has 300 seconds (5 minutes) selected as the idle timeout threshold", |
| 130 | + "owners": ["malmstein"], |
| 131 | + "triggers": ["other"], |
| 132 | + "suffixes": ["form_factor"], |
| 133 | + "parameters": ["appVersion"] |
| 134 | + }, |
| 135 | + "m_ntp_after_idle_timeout_selected_600": { |
| 136 | + "description": "User selected 600 seconds (10 minutes) as the idle timeout threshold", |
| 137 | + "owners": ["malmstein"], |
| 138 | + "triggers": ["other"], |
| 139 | + "suffixes": ["form_factor"], |
| 140 | + "parameters": ["appVersion"] |
| 141 | + }, |
| 142 | + "m_ntp_after_idle_timeout_selected_daily_600": { |
| 143 | + "description": "(Daily Pixel) User has 600 seconds (10 minutes) selected as the idle timeout threshold", |
| 144 | + "owners": ["malmstein"], |
| 145 | + "triggers": ["other"], |
| 146 | + "suffixes": ["form_factor"], |
| 147 | + "parameters": ["appVersion"] |
| 148 | + }, |
| 149 | + "m_ntp_after_idle_timeout_selected_1800": { |
| 150 | + "description": "User selected 1800 seconds (30 minutes) as the idle timeout threshold", |
| 151 | + "owners": ["malmstein"], |
| 152 | + "triggers": ["other"], |
| 153 | + "suffixes": ["form_factor"], |
| 154 | + "parameters": ["appVersion"] |
| 155 | + }, |
| 156 | + "m_ntp_after_idle_timeout_selected_daily_1800": { |
| 157 | + "description": "(Daily Pixel) User has 1800 seconds (30 minutes) selected as the idle timeout threshold", |
| 158 | + "owners": ["malmstein"], |
| 159 | + "triggers": ["other"], |
| 160 | + "suffixes": ["form_factor"], |
| 161 | + "parameters": ["appVersion"] |
| 162 | + }, |
| 163 | + "m_ntp_after_idle_timeout_selected_3600": { |
| 164 | + "description": "User selected 3600 seconds (1 hour) as the idle timeout threshold", |
| 165 | + "owners": ["malmstein"], |
| 166 | + "triggers": ["other"], |
| 167 | + "suffixes": ["form_factor"], |
| 168 | + "parameters": ["appVersion"] |
| 169 | + }, |
| 170 | + "m_ntp_after_idle_timeout_selected_daily_3600": { |
| 171 | + "description": "(Daily Pixel) User has 3600 seconds (1 hour) selected as the idle timeout threshold", |
| 172 | + "owners": ["malmstein"], |
| 173 | + "triggers": ["other"], |
| 174 | + "suffixes": ["form_factor"], |
| 175 | + "parameters": ["appVersion"] |
| 176 | + }, |
| 177 | + "m_ntp_after_idle_timeout_selected_43200": { |
| 178 | + "description": "User selected 43200 seconds (12 hours) as the idle timeout threshold", |
| 179 | + "owners": ["malmstein"], |
| 180 | + "triggers": ["other"], |
| 181 | + "suffixes": ["form_factor"], |
| 182 | + "parameters": ["appVersion"] |
| 183 | + }, |
| 184 | + "m_ntp_after_idle_timeout_selected_daily_43200": { |
| 185 | + "description": "(Daily Pixel) User has 43200 seconds (12 hours) selected as the idle timeout threshold", |
| 186 | + "owners": ["malmstein"], |
| 187 | + "triggers": ["other"], |
| 188 | + "suffixes": ["form_factor"], |
| 189 | + "parameters": ["appVersion"] |
| 190 | + }, |
| 191 | + "m_ntp_after_idle_timeout_selected_86400": { |
| 192 | + "description": "User selected 86400 seconds (24 hours) as the idle timeout threshold", |
| 193 | + "owners": ["malmstein"], |
| 194 | + "triggers": ["other"], |
| 195 | + "suffixes": ["form_factor"], |
| 196 | + "parameters": ["appVersion"] |
| 197 | + }, |
| 198 | + "m_ntp_after_idle_timeout_selected_daily_86400": { |
| 199 | + "description": "(Daily Pixel) User has 86400 seconds (24 hours) selected as the idle timeout threshold", |
| 200 | + "owners": ["malmstein"], |
| 201 | + "triggers": ["other"], |
| 202 | + "suffixes": ["form_factor"], |
| 203 | + "parameters": ["appVersion"] |
| 204 | + } |
| 205 | +} |
0 commit comments