Type
magento2-module
FullStory script instalation module.
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
Module for installation fullstory recording script and identify users with FS.identify function.
The script sends customer email
, full name
and customer ID
for logged users.
For guests, it generates and sends incremental ID
with Guest
prefix based on visitor_id
from table customer_visitor
, e.g Guest100234
.
The guest ID is added to header welcome message.
Configuration allows you to enable/disable the module and change script ID.
composer require clawrock/magento2-fullstory
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
app/code/ClawRock/FullStory/
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:clean
If you disable module in configuration then block with fullstory script will not be added to the header section.