Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created April 5, 2024 19:02
Show Gist options
  • Save sitefinitySDK/bdf79a4b5b920c9fe39eb3cb78b062a7 to your computer and use it in GitHub Desktop.
Save sitefinitySDK/bdf79a4b5b920c9fe39eb3cb78b062a7 to your computer and use it in GitHub Desktop.
var decClient = new sfDataIntell.Client({
apiKey: '12345678-1234-1234-1234-1234567890AB', // Your Data center API key
source: 'website',
cookieMaxAgeInDays: 90, // Set this value in days
cookieSlidingExpiration: true,
useSecureCookies : false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment