Skip to content

Commit beff2c6

Browse files
committed
Updated third parties table date
1 parent 9a9f908 commit beff2c6

9 files changed

Lines changed: 9 additions & 9 deletions

sql/2025/third-parties/consent_signal_prevalence_by_third_party_category.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ third_party AS (
3535
requests r
3636
ON NET.HOST(r.url) = NET.HOST(tp.domain)
3737
WHERE
38-
date = '2024-06-01' AND
38+
date = '2025-07-01' AND
3939
category != 'hosting'
4040
GROUP BY
4141
domain,

sql/2025/third-parties/consent_signals_by_parameter_and_domain_optimized.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ third_party AS (
3737
requests r
3838
ON NET.HOST(r.url) = NET.HOST(tp.domain)
3939
WHERE
40-
date = '2024-06-01' AND
40+
date = '2025-07-01' AND
4141
category != 'hosting'
4242
GROUP BY
4343
domain,

sql/2025/third-parties/distribution_of_websites_by_number_of_third_parties.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ third_party AS (
2626
requests r
2727
ON NET.HOST(r.url) = NET.HOST(tp.domain)
2828
WHERE
29-
date = '2024-06-01' AND
29+
date = '2025-07-01' AND
3030
category != 'hosting'
3131
GROUP BY
3232
domain,

sql/2025/third-parties/number_of_third_parties_by_rank.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ third_party AS (
3636
requests r
3737
ON NET.HOST(r.url) = NET.HOST(tp.domain)
3838
WHERE
39-
date = '2024-06-01' AND
39+
date = '2025-07-01' AND
4040
category != 'hosting'
4141
GROUP BY
4242
domain,

sql/2025/third-parties/number_of_third_party_providers_by_rank_and_category.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ third_party AS (
3535
requests r
3636
ON NET.HOST(r.url) = NET.HOST(tp.domain)
3737
WHERE
38-
date = '2024-06-01' AND
38+
date = '2025-07-01' AND
3939
category NOT IN ('hosting')
4040
GROUP BY
4141
domain,

sql/2025/third-parties/percent_of_third_parties_by_content_type.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ third_party AS (
2424
requests r
2525
ON NET.HOST(r.url) = NET.HOST(tp.domain)
2626
WHERE
27-
date = '2024-06-01' AND
27+
date = '2025-07-01' AND
2828
category != 'hosting'
2929
GROUP BY
3030
domain,

sql/2025/third-parties/percent_of_websites_with_third_party_by_ranking.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ third_party AS (
2424
requests r
2525
ON NET.HOST(r.url) = NET.HOST(tp.domain)
2626
WHERE
27-
date = '2024-06-01' AND
27+
date = '2025-07-01' AND
2828
category != 'hosting'
2929
GROUP BY
3030
domain,

sql/2025/third-parties/prevalence_of_consent_signals_in_third_party_requests_optimized.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ third_party AS (
3535
requests r
3636
ON NET.HOST(r.url) = NET.HOST(tp.domain)
3737
WHERE
38-
date = '2024-06-01' AND
38+
date = '2025-07-01' AND
3939
category != 'hosting'
4040
GROUP BY
4141
domain,

sql/2025/third-parties/top100_third_parties_by_number_of_websites.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ third_party AS (
3737
requests r
3838
ON NET.HOST(r.url) = NET.HOST(tp.domain)
3939
WHERE
40-
date = '2024-06-01' AND
40+
date = '2025-07-01' AND
4141
category != 'hosting'
4242
GROUP BY
4343
domain,

0 commit comments

Comments
 (0)