Test Booster¶
To test Booster, if you have set up a control group (non-applicable group) to compare the effects with and without Booster, you need to make sure that the your browser is not included in the control group.
Activate Booster¶
When accessing a site with Booster installed, please open the page with the query parameter ?repro_booster_active=1 added to the URL. Booster will activate from the moment you open the page with the parameter, and Booster will operate in the subsequent navigation.
例: https://example.com/path/to/page?repro_booster_active=1
The same control can be done by opening the developer tools of your browser and executing the command ReproBooster('activate') from the console. If undefined is displayed after execution, the command execution is successful.
Deactivate Booster¶
When accessing a site with Booster installed, please open the page with the query parameter ?repro_booster_active=0 added to the URL. Booster will deactivate from the moment you open the page with the parameter, and all functionalities of Booster will stop from then.
例: https://example.com/path/to/page?repro_booster_active=0
The same control can be done by opening the developer tools of your browser and executing the command ReproBooster('deactivate') from the console. If undefined is displayed after execution, the command execution is successful.
Warning
For customers who have already installed ReproBooster before April 15, 2024 (using the old tag), the command is different. Please execute reproio('activateBooster').If you want to mark yourself as control group and deactivate Booster, run reproio('deactivateBooster').
Warning
Booster will not activate even after this operation while the overall setting is turned off from 1. Booster overall operation on/off.
Please do not embed URLs with the repro_booster_active parameter in your pages or publish them externally, such as on social media sites, as it may mess up the measurements of Booster.
If the query parameter already exists in the URL, use & to connect the parameters, such as &repro_booster_active=1.
Testing on mobile device¶
Testing on mobile device can be done using the user agent disguise in the developer tools.
