Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Setting

Default

Description

sessionTimeout

20

Number of minutes of inactivity before automatically ending a browsing session. An update is sent to the service immediately on session end.

syncFrequency

4

Number of minutes between service updates for identified (and active) visitors.

ignoreBehavior

R

(R)etain: do not remove browser data.
(C)lear: remove data to date, allow future collection.
(D)isable: remove data and disable future collection.

personalizationCookie

false

If true Personalization facets Segments will be added to a send2crm cookie for website back end use.

utmCookie

false

If true Send2CRM will automatically store UTM parameters in a cookie, and add to all form submissions and sessions.

apiVisitorPath

(Salesforce)

The relative path for sending visitor updates to the service.

apiFormPath

(Salesforce)

The relative path for sending form submissions to the service.

formSelector

form.send2crm-form

Selector for auto-processing forms, suitable for passing to querySelectorAll().

maxFileSize

1048576 (1MB)

Maximum total file size per form submission. If multiple files are allowed the total must fall under this. Files that exceed the limit will not be sent.

formFailMessage

send2crm form submission failed.

Allows overriding the validation message shown when form submissions fail. Set to a false-y value to disable. Implement dynamic custom messages by handling the send2crmFormSubmit event.

formMinTime

4 (seconds)

When using Send2CRM to automatically handle forms, any submissions before this time has elapsed will be rejected. (Distinguish bots from real people). 0 to disable.

formRateCount

3

Limit number of form submissions per visitor. 0 to disable submission limiting.

formRateTime

120 (2 minutes)

Allow one additional form submission per formRateTime seconds. Never allows more than formRateCount submissions at once. 0 to disable.

formListenOnButton

false

Set true to have Send2CRM attach a listener to the submit button click for forms. Can be useful when multiple submit event listeners are present.

debug

false

If true additional troubleshooting information will be output to the browser console.

maxStorage

4194304 (4MB)

Maximum browser local storage space to occupy before auto-removing old session data.

...