{"title":"Cookie Object Reference","slug":"cookie-object-reference","url":"https://support.storeconnect.com/articles/cookie-object-reference","url_markdown":"https://support.storeconnect.com/articles/cookie-object-reference.md","subtitle":null,"summary":"Cookies are part of our website privacy compliance features. They disclose information about cookies that are used on your web store.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Cookie, s_c__Cookie__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nCookies are part of our website privacy compliance features. They disclose information about cookies that are used on your web store.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Cookie__c` |\n| **Label** | Cookie |\n| **Plural Label** | Cookies |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Active | `s_c__Active__c` | Checkbox | No | Defines whether the Cookie is active. Only active cookies will be referenced on the website. |\n| Compliance Group | `s_c__Compliance_Group_Id__c` | Lookup ([s_c__Compliance_Group__c](compliance-group-object-reference)) | No |  |\n| 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. |\n| Information Content (Markdown) | `s_c__Information_Markdown__c` | LongTextArea(131072) | No | Information about the Cookie to be shown on the web store. |\n| Position | `s_c__Position__c` | Number(18,0) | No | This defines the display order of the Cookies on the website. Lower numbers appear first. |\n| Script Block | `s_c__Script_Block_Id__c` | Lookup ([s_c__Script_Block__c](script-block-object-reference)) | 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. |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Compliance_Group_Id__c` | Lookup | [s_c__Compliance_Group__c](compliance-group-object-reference) | Cookies |\n| `s_c__Script_Block_Id__c` | Lookup | [s_c__Script_Block__c](script-block-object-reference) | Cookies |"}