# Registration and getting started
# Registering with FunnelFlex.AI
If you haven't done so yet, you need to register with FunnelFlex.AI (opens new window).
Registration takes a few minutes. If you encounter any issues during registration, please contact us at [email protected].
Immediately after registration, you will be taken to the screen to create your first project.
# Creating Your First Project
When creating your project, you need to specify its name. The name does not affect anything and is only for your convenience when working with different projects.
Afterwards, if desired, you can specify a list of allowed domains. For example, if you have an online store, you can specify its domain. This is for security purposes - to prevent malicious users from installing your script on their website to deplete your budget.
Specifying a list of allowed domains is not mandatory, but we recommend doing so.
When adding a domain to the list, all its subdomains also become allowed. For example, if you add the domain site.com, the domain my.site.com automatically becomes allowed and does not need to be added separately.
# Installing the script on your website
The next important step is to install the FunnelFlex.AI script on your website.
Installation script:
<script>
!function(n,e,t,r,a,s){function i(n,r){var a=e.createElement(t),s=e.getElementsByTagName(t)[0];a.async=1,a.src=n,a.onerror=r,s.parentNode.insertBefore(a,s)}n.SustainImpact=["init","start","onPersonalization","reachGoal"].reduce(function(e,t){return e[t]=function(){var e=Array.prototype.slice.call(arguments);e.unshift(t),n[r].apply(0,e)},e},{k:r,ready:!1}),n[r]=function(){var e,t,a=new Promise(function(n,r){e=n,t=r});return(n[r].r=n[r].r||[]).push({s:e,f:t}),(n[r].c=n[r].c||[]).push(arguments),a},i(a,function(){i(s)})}(window,document,"script","impact","https://cdn.sustain-impact.de/userBundle.js","https://bundle.sustain-impact.de/userBundle.js");
impact('init', 'this is where your unique project code will be', config);
impact('start');
</script>
All commands are available through the impact function, where the first argument is always the method to be executed. The window.SustainImpact object is available before the script loads but has limited functionality. This object contains window.SustainImpact.ready readiness flag, which indicates the successful loading of the script. The installation script performs the following:
- Downloads the FunnelFlex.AI script to your website
- Initialization (impact('init')), with the third argument passing the settings, more details on settings can be found here.
- Starts the operation (impact('start'))
This code block needs to be installed on every page of your website.
If you are adding the block directly in your website's code, it is best to place it before the closing head tag.
This block can also be added:
- Through the admin control panel of your CMS (Bitrix, WordPress, Joomla, Tilda, and others)
- Through Google Tag Manager
If you encounter any difficulties, please write to us at [email protected], and we will do our best to help.