File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 9999 "path" : str ,
100100 "org_id" : int ,
101101 },
102+ "event_cause.viewed" : {
103+ "org_id" : int ,
104+ "project_id" : int ,
105+ "platform" : str ,
106+ },
107+ "event_cause.docs_clicked" : {
108+ "org_id" : int ,
109+ "project_id" : int ,
110+ "platform" : str ,
111+ },
112+ "event_cause.snoozed" : {
113+ "org_id" : int ,
114+ "project_id" : int ,
115+ "platform" : str ,
116+ },
117+ "event_cause.dismissed" : {
118+ "org_id" : int ,
119+ "project_id" : int ,
120+ "platform" : str ,
121+ },
102122 "experiment.installation_instructions" : {
103123 "integration" : str ,
104124 "experiment" : bool ,
160180 "org_id" : int ,
161181 "plan" : str ,
162182 },
163- "feature.event_cause.viewed" : {
164- "org_id" : int ,
165- "project_id" : int ,
166- "platform" : str ,
167- },
168- "feature.event_cause.docs_clicked" : {
169- "org_id" : int ,
170- "project_id" : int ,
171- "platform" : str ,
172- },
173- "feature.event_cause.snoozed" : {
174- "org_id" : int ,
175- "project_id" : int ,
176- "platform" : str ,
177- },
178- "feature.event_cause.dismissed" : {
179- "org_id" : int ,
180- "project_id" : int ,
181- "platform" : str ,
182- },
183183 "feature.rate_limits.upgrade_viewed" : {
184184 "org_id" : int ,
185185 "plan" : str ,
You can’t perform that action at this time.
0 commit comments