This reverts commit 71bbaa2ac8
.
This commit is contained in:
Родитель
40c2b58482
Коммит
5ed5d2b396
|
@ -722,12 +722,6 @@ glean_flattened_searches AS (
|
|||
SUBSTR(search.key, STRPOS(search.key, '.') + 1),
|
||||
search.search_type
|
||||
)
|
||||
WHEN search.search_type = 'search-with-ads'
|
||||
THEN IF(
|
||||
REGEXP_CONTAINS(search.key, '\\.'),
|
||||
SUBSTR(search.key, STRPOS(search.key, '.') + 1),
|
||||
search.search_type
|
||||
)
|
||||
ELSE search.search_type
|
||||
END AS source,
|
||||
search.value AS search_count,
|
||||
|
@ -780,8 +774,6 @@ combined_search_clients AS (
|
|||
CASE
|
||||
WHEN search_type = 'ad-click'
|
||||
THEN IF(STARTS_WITH(source, 'in-content.organic'), 'ad-click-organic', search_type)
|
||||
WHEN search_type = 'search-with-ads'
|
||||
THEN IF(STARTS_WITH(source, 'in-content.organic'), 'search-with-ads-organic', search_type)
|
||||
WHEN STARTS_WITH(source, 'in-content.sap.')
|
||||
THEN 'tagged-sap'
|
||||
WHEN REGEXP_CONTAINS(source, '^in-content.*-follow-on')
|
||||
|
@ -863,15 +855,6 @@ unfiltered_search_clients AS (
|
|||
search_count
|
||||
)
|
||||
) AS search_with_ads,
|
||||
SUM(
|
||||
IF(
|
||||
search_type != 'search-with-ads-organic'
|
||||
OR engine IS NULL
|
||||
OR search_count > 10000,
|
||||
0,
|
||||
search_count
|
||||
)
|
||||
) AS search_with_ads_organic,
|
||||
SUM(
|
||||
IF(search_type != 'unknown' OR engine IS NULL OR search_count > 10000, 0, search_count)
|
||||
) AS unknown,
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
ad_click: 0
|
||||
ad_click_organic: 0
|
||||
search_with_ads: 0
|
||||
search_with_ads_organic: 0
|
||||
unknown: 0
|
||||
app_version: 68.2.1
|
||||
app_name: Fennec
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
ad_click: 0
|
||||
ad_click_organic: 0
|
||||
search_with_ads: 0
|
||||
search_with_ads_organic: 0
|
||||
unknown: 0
|
||||
locale: en-US
|
||||
app_version: "30.0"
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
ad_click: 0
|
||||
ad_click_organic: 0
|
||||
search_with_ads: 0
|
||||
search_with_ads_organic: 0
|
||||
unknown: 0
|
||||
country: US
|
||||
os_version: '29'
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
ad_click: 0
|
||||
ad_click_organic: 0
|
||||
search_with_ads: 0
|
||||
search_with_ads_organic: 0
|
||||
unknown: 0
|
||||
locale: fr-FR
|
||||
app_version: 68.2.1
|
||||
|
|
Загрузка…
Ссылка в новой задаче