{"title":"Store Campaign Object Reference","slug":"store-campaign-object-reference","url":"https://support.storeconnect.com/articles/store-campaign-object-reference","url_markdown":"https://support.storeconnect.com/articles/store-campaign-object-reference.md","subtitle":null,"summary":"Store Campaigns are a junction object between Stores and Campaigns. During the checkout process the customer is asked to sign up to all the Store Campaign objects present and is shown a checkbox for each.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Store Campaign, s_c__Store_Campaign__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nStore Campaigns are a junction object between Stores and Campaigns. During the checkout process the customer is asked to sign up to all the Store Campaign objects present and is shown a checkbox for each.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Store_Campaign__c` |\n| **Label** | Store Campaign |\n| **Plural Label** | Store Campaigns |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Campaign | `s_c__Campaign_Id__c` | Lookup (Campaign) | Yes | The campaign which this asociaton belongs to |\n| Information | `s_c__Information_Markdown__c` | LongTextArea(2000) | No | Information to show the customer when signing up to this campaign, for example linking to privacy policy etc.       Use Markdown or HTML to format your text. Find out more at https://help.getstoreconnect.com/documentation/how-to-use-markdown. |\n| Opt In Text | `s_c__Opt_In_Text__c` | Text(255) | No | The name of this campaign shown to the customer for them to sign up to. |\n| Preselct Opt In? | `s_c__Preselect_Opt_In__c` | Checkbox | No | If true, then the checkbox to sign up to the campaign will be preselected. Note, this must be false to comply with EU Regulations on a marketing email campaign. |\n| Store | `s_c__Store_Id__c` | Lookup ([s_c__Store__c](store-object-reference)) | Yes | The store which this asociaton belongs to |\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__Campaign_Id__c` | Lookup | Campaign | Campaign_Store_Campaigns |\n| `s_c__Store_Id__c` | Lookup | [s_c__Store__c](store-object-reference) | Store_Store_Campaigns |"}