Skip to content

Commit

Permalink
feat: Renamed import rum-traffic to all-traffic
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandru Ciobanasu committed Mar 4, 2025
1 parent 6e762ad commit 19dc469
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/onboard/profiles.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"default": {
"audits": {
"scrape-top-pages": {}, // Dependency of structured-data and broken-backlinks auditType
"scrape-top-pages": {},
"broken-internal-links-auto-suggest": {},
"broken-backlinks": {},
"cwv": {},
Expand All @@ -16,15 +16,15 @@
"start-date": "2025-02-24",
"end-date": "2024-03-02"
},
"top-pages" : {}, // Dependency of scrape-top-pages
"rum-traffic" : {}
"top-pages" : {},
"all-traffic" : {}
},
"config": {},
"integrations": {}
},
"summit": {
"audits": {
"scrape-top-pages": {}, // Dependency of broken-backlinks
"scrape-top-pages": {},
"alt-text": {},
"broken-backlinks": {},
"broken-internal-links-auto-suggest": {},
Expand All @@ -40,14 +40,14 @@
"endDate": "2024-03-02"
},
"top-pages" : {},
"rum-traffic" : {}
"all-traffic" : {}
},
"config": {},
"integrations": {}
},
"summit-lower-quality": {
"audits": {
"scrape-top-pages": {}, // Dependency of broken-backlinks
"scrape-top-pages": {},
"alt-text": {},
"broken-backlinks": {},
"broken-internal-links-auto-suggest": {},
Expand All @@ -59,7 +59,7 @@
},
"imports": {
"top-pages" : {},
"rum-traffic" : {}
"all-traffic" : {}
},
"config": {},
"integrations": {}
Expand Down

0 comments on commit 19dc469

Please sign in to comment.