Cookie Object Reference
On this page
Overview
Cookies are part of our website privacy compliance features. They disclose information about cookies that are used on your web store.
| Property | Value |
|---|---|
| API Name | s_c__Cookie__c |
| Label | Cookie |
| Plural Label | Cookies |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Active | s_c__Active__c |
Checkbox | No | Defines whether the Cookie is active. Only active cookies will be referenced on the website. |
| Compliance Group | s_c__Compliance_Group_Id__c |
Lookup (s_c__Compliance_Group__c) | No | |
| Display Name | s_c__Display_Name__c |
Text(255) | No | The name of the Cookie that will show on the website. If empty, Name will be shown instead. |
| Information Content (Markdown) | s_c__Information_Markdown__c |
LongTextArea(131072) | No | Information about the Cookie to be shown on the web store. |
| Position | s_c__Position__c |
Number(18,0) | No | This defines the display order of the Cookies on the website. Lower numbers appear first. |
| Script Block | s_c__Script_Block_Id__c |
Lookup (s_c__Script_Block__c) | No | Defines the Script Block that is responsible for the Cookie. If the website user disables this cookie, the Script Block will not be included on the website. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Compliance_Group_Id__c |
Lookup | s_c__Compliance_Group__c | Cookies |
s_c__Script_Block_Id__c |
Lookup | s_c__Script_Block__c | Cookies |