Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Add baidu search ad telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
rxumoz committed Jan 20, 2022
1 parent 9804553 commit 24f5726
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ abstract class BaseSearchTelemetry {
queryParam = "word",
codeParam = "from",
codePrefixes = listOf("1000969a"),
followOnParams = listOf("oq")
followOnParams = listOf("oq"),
extraAdServersRegexps = listOf(
"^https?://www\\.baidu\\.com/baidu\\.php?",
"^https?://m\\.baidu\\.com/baidu\\.php?"
)
),
SearchProviderModel(
name = "bing",
Expand Down

0 comments on commit 24f5726

Please sign in to comment.