StorefrontAnalyticsSettings
Contains all of the settings regarding Analytics for a Storefront.
type StorefrontAnalyticsSettings {
allowedOrigins: [String!]
demandHqId: ID!
storefrontId: ID!
updatedAt: Date!
updatedBy: ID!
}
Fields
StorefrontAnalyticsSettings.allowedOrigins ● [String!] list scalar
The origins (domains) that are allowed to ingest analytics data. Should be in the same format as you would for CORS. (https://domain.com:port) Localhost and "*" are allowed.
StorefrontAnalyticsSettings.demandHqId ● ID! non-null scalar
The DemandHq that these settings belong to
StorefrontAnalyticsSettings.storefrontId ● ID! non-null scalar
The Storefront that these settings belong to
StorefrontAnalyticsSettings.updatedAt ● Date! non-null scalar
StorefrontAnalyticsSettings.updatedBy ● ID! non-null scalar
Returned by
createOrUpdateStorefrontAnalyticsSettings mutation
Member of
Storefront object