Skip to content

Commit

Permalink
fix(entities): update doubleclick/googleanalytics homepage URLs (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish authored Feb 6, 2022
1 parent c269943 commit cc32a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = [
{
name: 'Google/Doubleclick Ads',
company: 'Google',
homepage: 'https://www.doubleclickbygoogle.com/',
homepage: 'https://marketingplatform.google.com/about/enterprise/',
categories: ['ad'],
domains: [
'adservice.google.com',
Expand Down Expand Up @@ -165,7 +165,7 @@ module.exports = [
{
name: 'Google Analytics',
company: 'Google',
homepage: 'https://www.google.com/analytics/analytics/',
homepage: 'https://marketingplatform.google.com/about/analytics/',
categories: ['analytics'],
domains: ['*.google-analytics.com', '*.urchin.com', 'analytics.google.com'],
examples: [
Expand Down

0 comments on commit cc32a51

Please sign in to comment.