Manage web experimentation resource
Manage campaign, variation, elementJS, account.
This feature is still on beta phase
You may encounter some bugs with the Pull/Push feature, to overcome the bugs use the "Set working dir" command to reset the working workspace where you want to push/pull th code from
Account
Each account has:
- ID, name, and other information
- Account global code (code that is applied at the account level, it can be set in the extension or platform)
To pull or push account global code:

Pull/push account global code
Campaign
Each campaign has the following:
- ID, name, and other information
- Campaign global code (code that is applied at the campaign level, it can be set in the extension or platform)
To pull or push campaign global code:

Pull/push campaign global code
Variation
Each variation has the following:
- ID, name, and other information
- Variation global code (JS or CSS code that is applied at the variation level, it can be set in the extension or platform)
- Element JS (code that is applied after a specific selector, it can be set in the extension or platform)
To pull or push variation global code:

Pull/push variation global code (JS/CSS)
Element JS
Each element JS has:
- ID, name, and other information
- Modification code
To pull or push modification code:

Pull/push modification code
Updated 2 months ago