Store Campaign Object Reference

Overview

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.

Property Value
API Name s_c__Store_Campaign__c
Label Store Campaign
Plural Label Store Campaigns
Type Custom Object

Fields

Field Label API Name Type Required Description
Campaign s_c__Campaign_Id__c Lookup (Campaign) Yes The campaign which this asociaton belongs to
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.
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.
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.
Store s_c__Store_Id__c Lookup (s_c__Store__c) Yes The store which this asociaton belongs to
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__Campaign_Id__c Lookup Campaign Campaign_Store_Campaigns
s_c__Store_Id__c Lookup s_c__Store__c Store_Store_Campaigns