Site
Stores information about Salesforce Sites, which allow public website hosting on the Salesforce platform.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier for the site record. | |
| Name | String | Name of the site, used to distinguish it within Salesforce. | |
| Subdomain | String | Subdomain prefix used in the public-facing URL of the site. | |
| UrlPathPrefix | String | Default web address path prefix for accessing the site. | |
| GuestUserId | String |
User.Id | ID of the GuestUser associated with this record. |
| Status | String | Current status of the site, such as Active or Inactive. | |
| AdminId | String |
User.Id | Identifier of the user who serves as the site administrator. |
| OptionsEnableFeeds | Bool | Indicates whether Chatter feeds are enabled on the site. | |
| OptionsIsSiteGAIntegrationMigrated | Bool | Field containing OptionsIsSiteGAIntegrationMigrated information. | |
| OptionsRedirectToCustomDomain | Bool | Field containing OptionsRedirectToCustomDomain information. | |
| OptionsAllowGuestPaymentsApi | Bool | Field containing OptionsAllowGuestPaymentsApi information. | |
| OptionsHasStoredPathPrefix | Bool | Field containing OptionsHasStoredPathPrefix information. | |
| OptionsCookieConsent | Bool | Field containing OptionsCookieConsent information. | |
| OptionsCachePublicVfPagesInProxies | Bool | Field containing OptionsCachePublicVfPagesInProxies information. | |
| OptionsIsSiteDataCloudIntegrationEnabled | Bool | Field containing OptionsIsSiteDataCloudIntegrationEnabled information. | |
| OptionsIsSiteGAIntegrationEnabled | Bool | Field containing OptionsIsSiteGAIntegrationEnabled information. | |
| OptionsAllowHomePage | Bool | Specifies whether the standard Salesforce home page is available on the site. | |
| OptionsAllowStandardIdeasPages | Bool | Indicates whether standard Ideas pages are enabled on the site. | |
| OptionsAllowStandardSearch | Bool | Specifies whether the standard search pages are enabled for site users. | |
| OptionsAllowStandardLookups | Bool | Indicates whether standard lookup pages are enabled on the site. | |
| OptionsAllowStandardAnswersPages | Bool | Specifies whether standard Answers pages are available on the site. | |
| OptionsAllowGuestSupportApi | Bool | Field containing OptionsAllowGuestSupportApi information. | |
| OptionsAllowStandardPortalPages | Bool | Field containing OptionsAllowStandardPortalPages information. | |
| OptionsContentSniffingProtection | Bool | Field containing OptionsContentSniffingProtection information. | |
| OptionsBrowserXssProtection | Bool | Field containing OptionsBrowserXssProtection information. | |
| OptionsReferrerPolicyOriginWhenCrossOrigin | Bool | Field containing OptionsReferrerPolicyOriginWhenCrossOrigin information. | |
| OptionsUseGuestUserLanguage | Bool | Field containing OptionsUseGuestUserLanguage information. | |
| OptionsIsSiteGRecaptchaIntegrationEnabled | Bool | Field containing OptionsIsSiteGRecaptchaIntegrationEnabled information. | |
| OptionsIsSiteConsentBannerIntegrationEnabled | Bool | Field containing OptionsIsSiteConsentBannerIntegrationEnabled information. | |
| OptionsIsSiteGAIntegrationMigratedV2 | Bool | Field containing OptionsIsSiteGAIntegrationMigratedV2 information. | |
| OptionsIsSiteDataCloudIntegrationMigrated | Bool | Field containing OptionsIsSiteDataCloudIntegrationMigrated information. | |
| OptionsIsSiteConsentBannerIntegrationMigrated | Bool | Field containing OptionsIsSiteConsentBannerIntegrationMigrated information. | |
| OptionsIsSlashSRemovedSite | Bool | Field containing OptionsIsSlashSRemovedSite information. | |
| Description | String | Optional description providing context about the purpose or use of the site. | |
| MasterLabel | String | User-friendly label used for the site in the Salesforce UI. | |
| AnalyticsTrackingCode | String | Tracking code used for web analytics tools like Google Analytics. | |
| SiteType | String | Type of site, such as Visualforce or Lightning, determining its architecture. | |
| ClickjackProtectionLevel | String | Field containing ClickjackProtectionLevel information. | |
| DailyBandwidthLimit | Int | Maximum amount of data (in MB) allowed to be transferred daily. | |
| DailyBandwidthUsed | Double | Amount of bandwidth (in MB) consumed by the site so far today. | |
| DailyRequestTimeLimit | Int | Maximum cumulative request time (in minutes) allowed per day. | |
| DailyRequestTimeUsed | Double | Total request processing time (in minutes) used so far today. | |
| MonthlyPageViewsEntitlement | Int | Number of page views allowed per month as part of the site's license or configuration. | |
| CreatedById | String |
User.Id | Identifier of the user who created the site. |
| LastModifiedDate | Datetime | Date and time when the site record was last updated. | |
| LastModifiedById | String |
User.Id | Identifier of the user who last modified the site. |
| GuestRecordDefaultOwnerId | String |
User.Id | ID of the GuestRecordDefaultOwner associated with this record. |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System-generated timestamp indicating the most recent change to the site record. | |
| CreatedDate | Datetime | Date and time when the site record was created. |