Site
Stores information about Salesforce Sites, which allow public website hosting on the Salesforce platform.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the site record. | |
| Name | String | True |
Name of the site, used to distinguish it within Salesforce. | |
| Subdomain | String | True |
Subdomain prefix used in the public-facing URL of the site. | |
| UrlPathPrefix | String | True |
Default web address path prefix for accessing the site. | |
| Status | String | True |
Current status of the site, such as Active or Inactive. | |
| AdminId | String | True |
User.Id |
Identifier of the user who serves as the site administrator. |
| OptionsEnableFeeds | Boolean | True |
Indicates whether Chatter feeds are enabled on the site. | |
| OptionsAllowHomePage | Boolean | True |
Specifies whether the standard Salesforce home page is available on the site. | |
| OptionsAllowStandardIdeasPages | Boolean | True |
Indicates whether standard Ideas pages are enabled on the site. | |
| OptionsAllowStandardSearch | Boolean | True |
Specifies whether the standard search pages are enabled for site users. | |
| OptionsAllowStandardLookups | Boolean | True |
Indicates whether standard lookup pages are enabled on the site. | |
| OptionsAllowStandardAnswersPages | Boolean | True |
Specifies whether standard Answers pages are available on the site. | |
| Description | String | True |
Optional description providing context about the purpose or use of the site. | |
| MasterLabel | String | True |
User-friendly label used for the site in the Salesforce UI. | |
| AnalyticsTrackingCode | String | True |
Tracking code used for web analytics tools like Google Analytics. | |
| SiteType | String | True |
Type of site, such as Visualforce or Lightning, determining its architecture. | |
| DailyBandwidthLimit | Int | True |
Maximum amount of data (in MB) allowed to be transferred daily. | |
| DailyBandwidthUsed | Int | True |
Amount of bandwidth (in MB) consumed by the site so far today. | |
| DailyRequestTimeLimit | Int | True |
Maximum cumulative request time (in minutes) allowed per day. | |
| DailyRequestTimeUsed | Int | True |
Total request processing time (in minutes) used so far today. | |
| MonthlyPageViewsEntitlement | Int | True |
Number of page views allowed per month as part of the site's license or configuration. | |
| CreatedDate | Datetime | True |
Date and time when the site record was created. | |
| CreatedById | String | True |
User.Id |
Identifier of the user who created the site. |
| LastModifiedDate | Datetime | True |
Date and time when the site record was last updated. | |
| LastModifiedById | String | True |
User.Id |
Identifier of the user who last modified the site. |
| SystemModstamp | Datetime | True |
System-generated timestamp indicating the most recent change to the site record. |