clawrock / magento2-fullstory
FullStory script instalation module.
Installs: 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
pkg:composer/clawrock/magento2-fullstory
Requires
- php: ^7.1
- magento/framework: 100.0.*|100.1.*|101.0.*|102.0.*
This package is auto-updated.
Last update: 2025-10-20 21:33:31 UTC
README
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.
Installation (using composer)
composer require clawrock/magento2-fullstory- Register module
php bin/magento setup:upgrade - Compile code using
php bin/magento setup:di:compile - Clean cache using
php bin/magento cache:clean
Installation (manually)
- Clone the repository to
app/code/ClawRock/FullStory/ - Register module
php bin/magento setup:upgrade - Compile code using
php bin/magento setup:di:compile - Clean cache using
php bin/magento cache:clean
Configuration
- Go to Stores -> Configuration -> ClawRock -> FullStory
- Enable module
- Provide fullstory ID
- Save
- Clean cache
If you disable module in configuration then block with fullstory script will not be added to the header section.