disable_ip_list |
array (string) |
Set the exclude global IP. (e.g. ["111.111.1.1"])
|
log_level |
string |
Select from: "info", "warn", "error", "none". This setting suppresses console messages . (Default: 'default')
|
opt_out_by_default |
boolean |
Select from: "info", "warn", "error", "none". This setting suppresses console messages . (Default: 'default')
|
silver_egg_uid_storage_key |
string |
Set a cookie key that contains a user ID for Silver Egg Recommendation messages.
|
allow_webview |
boolean |
This setting configures whether to activate Repro Web on WebView environments.
|
linker_domains |
array (string) |
This setting configures Repro Web to share user tracking data between completely different domains. (e.g. ["example.com"]) Details: Cross-Domain Tracking
|
disable_linker_params_referrer_check |
boolean |
When sharing data from the origin of the cross-domain site, the Web SDK first checks document.referrer to check if the access comes from the domain configured to work cross-domain. (default: false) Details: Cross-Domain Tracking
|
disable_auto_attach_linker_params |
boolean |
When Cross-Domain Tracking is activated, the Web SDK observes changes made to the DOM and add parameters to the tag links. By using the disable_auto_attach_linker_params option on this behavior will be turned off. Details: Cross-Domain Tracking
|
interval_days_to_storage_expiration |
integer |
Storage expiration time until the data stored in Cookie including the user identifier expires (default: 730)
|
session_expiry_interval |
integer |
Configures the timeout length in seconds until session is regarded continuous from the previous occurrences of an event (default: 1800000 = 30 minutes)
|
spa_mode |
string |
Enable SPA mode. Avaiable values are 'history' , 'hash' and 'none' . (defauilt: 'none')
|
close_messages_on_pagechange |
boolean |
Automatically close all messages on page transitions in SPA mode. (default: false)
|
reuse_messages_on_pagechange |
string |
In SPA mode, reuses messages and allows them to be displayed on every page transition. Valid values are 'unlimited' , 'multitime' , and 'none' . The 'unlimited' option reuses only messages that have no limit. For 'multitime' , it will reuse messages that can be displayed multiple times with no limit on the number of times per day. In this case, messages may be displayed more than once if multiple browsers or tabs are used at the same time. For 'none' , messages are not reused, and even messages with unlimited views are only displayed at regular intervals (3 minute in standard). (default: 'none')
|
close_messages_by_in_page_link |
boolean |
Close all messages when clicking on a in-page link (e.g. <a href="#foo"> ). This setting will be ignored when spa_mode is hash . (default: true)
|
cookie_domain |
string |
You can set the domain of the cookie to be recorded by the Web SDK. If omitted, the top level Apex Domain of the current site ( example.com for shop.example.com ) will be used.
|