Skip to content

Commit

Permalink
chore(crawler): add full analytics ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 3, 2024
1 parent 2417953 commit e54443b
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider"
version = "2.13.100"
version = "2.14.0"
authors = [
"j-mendez <jeff@spider.cloud>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_chrome/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_chrome"
version = "2.13.100"
version = "2.14.0"
rust-version = "1.70"
authors = [
"j-mendez <jeff@spider.cloud>"
Expand Down
7 changes: 6 additions & 1 deletion spider_chrome/src/handler/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ lazy_static::lazy_static! {
"d3.js",
"app.js",
"main.js",
"index.js",
// Verified 3rd parties for request
"https://m.stripe.network/inner.html",
"https://m.stripe.network/out-4.5.43.js",
Expand Down Expand Up @@ -83,12 +84,16 @@ lazy_static::lazy_static! {
static ref URL_IGNORE_TRIE: Trie = {
let mut trie = Trie::new();
let patterns = [
"https://pagead2.googlesyndication.com",
"https://googleads.g.doubleclick.net",
"https://www.google-analytics.com",
"https://www.googletagmanager.com",
"https://px.ads.linkedin.com",
"https://connect.facebook.net",
"https://analytics.twitter.com",
"https://ads.twitter.com",
"https://cdn.segment.com",
"https://analytics.",
"http://analytics.",
"sc.omtrdc.net",
"doubleclick.net",
"hotjar.com",
Expand Down
2 changes: 1 addition & 1 deletion spider_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_cli"
version = "2.13.100"
version = "2.14.0"
authors = [
"j-mendez <jeff@spider.cloud>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_transformations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_transformations"
version = "2.13.100"
version = "2.14.0"
authors = [
"j-mendez <jeff@spider.cloud>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_utils"
version = "2.13.100"
version = "2.14.0"
authors = [
"j-mendez <jeff@spider.cloud>"
]
Expand Down
2 changes: 1 addition & 1 deletion spider_worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider_worker"
version = "2.13.100"
version = "2.14.0"
authors = [
"j-mendez <jeff@spider.cloud>"
]
Expand Down

0 comments on commit e54443b

Please sign in to comment.