Skip to content

Commit

Permalink
feat(companyInfo): remove analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Aug 30, 2024
1 parent d588cda commit f3e581c
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions studio/schemas/documents/companyInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,40 +71,6 @@ const companyInfo = defineType({
}),
],
},
{
name: "analyticsTracking",
type: "object",
title: "Analytics and Tracking",
description:
"Select your analytics service and add the tracking ID to monitor site traffic and user interactions.",
fields: [
defineField({
name: "service",
type: "string",
title: "Analytics Service",
description: "Select the analytics service you are using.",
options: {
list: [
{ title: "Google Analytics", value: "googleAnalytics" },
{ title: "Facebook Pixel", value: "facebookPixel" },
{ title: "Plausible", value: "plausible" },
{ title: "Fathom", value: "fathom" },
{ title: "Matomo", value: "matomo" },
{ title: "Splitbee", value: "splitbee" },
{ title: "Visitor Analytics", value: "visitorAnalytics" },
],
layout: "dropdown",
},
}),
defineField({
name: "trackingID",
type: "string",
title: "Tracking ID",
description:
"Enter the tracking ID for the selected analytics service.",
}),
],
},
{
name: "defaultSEO",
type: "object",
Expand Down

0 comments on commit f3e581c

Please sign in to comment.