File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -141,39 +141,6 @@ def setup_global_reports():
141
141
"metrics" : [{"name" : "screenPageViews" }],
142
142
}
143
143
144
- global_reports ["global__top_search_terms__last30" ] = {
145
- "dateRanges" : date_range_last_month (),
146
- "dimensions" : [{"name" : "searchTerm" }],
147
- "limit" : SEARCH_RESULTS_LIMIT ,
148
- "dimensionFilter" : {
149
- "andGroup" : {
150
- "expressions" : [
151
- {
152
- "notExpression" : {
153
- "filter" : {
154
- "fieldName" : "searchTerm" ,
155
- "stringFilter" : {"matchType" : "EXACT" , "value" : "" },
156
- }
157
- }
158
- },
159
- {
160
- "notExpression" : {
161
- "filter" : {
162
- "fieldName" : "searchTerm" ,
163
- "stringFilter" : {
164
- "matchType" : "EXACT" ,
165
- "value" : "Search datasets..." ,
166
- },
167
- }
168
- }
169
- },
170
- ]
171
- }
172
- },
173
- "metrics" : [{"name" : "eventCount" }],
174
- "orderBys" : [{"metric" : {"metricName" : "eventCount" }, "desc" : True }],
175
- }
176
-
177
144
global_reports ["global__device_category__last30" ] = {
178
145
"dateRanges" : date_range_last_month (),
179
146
"dimensions" : [{"name" : "deviceCategory" }],
You can’t perform that action at this time.
0 commit comments