OBJECT

ExternalAccountSettings

External service account settings

link GraphQL Schema definition

  • type ExternalAccountSettings {
  • beamerProductId: String @deprecated( reason: "Beamer is no longer used. Do not use this field. This will be removed no earlier than 2024-04-01." )
  • cookieBotDomainGroupId: String
  • # App ID required by Facebook API's to enable social media sharing features on its
  • # platform
  • facebookAppId: String
  • # Google ad manager account id. Used to show google advertisements on the front
  • # end
  • googleAdManagerAccountId: String
  • heapAnalyticsKey: String @deprecated( reason: "Heap Analytics is no longer used. Do not use this field. This will be removed no earlier than 2024-01-01." )
  • id: ID!
  • # True if we display google ads on the front end
  • useGoogleAds: Boolean!
  • }