FirstPromoter 2.0 public beta launch date and early access

First and foremost, we want to thank you for the amazing feedback we received since launching the private beta a few months ago. It has been immensely helpful.

We are almost ready to release version 2.0 publicly and we're currently applying the final tweaks and improvements. It took us longer than expected but is not unusual for a complete UI rewrite like we did. However, the results speak for themselves, the feedback we got so far was overwhelmingly positive.

We have a date for public beta launch, and it's 18th of March (launch date has been delayed by one week to 25th of March). Although we still refer to it as "beta launch" due to the new UI, the core features such as tracking and internal reporting have not been modified. Therefore, the stability of the app's most vital functions will not be compromised by this upgrade.

You can still get early access right now as private beta user by filling out this short survey, takes 3-5 minutes. While we won't be able to accept everyone due to some advanced features not being 100% ready at the moment, if you are subscribed to any plan between Business and Enterprise 3, your chances of getting access are pretty high.

Thank you for the patience and support you gave us during the entire process.

FirstPromoter 2.0 upcoming launch

After more than a year of development, we're very close to launching the 2.0 version of FirstPromoter. The public beta version will be launched on August 15th while the private beta will start in June with a few selected customers. Since the new version is practically a new application on the frontend, we need a bit more time for bug fixing and polishing. 

The new 2.0 version will introduce some exciting changes, such as a revamped, modern UI, new powerful features and improved performance.

If you're currently a Business plan customer or above, you're eligible to get access to our private beta. If you're interested, please enter " I'm in " and the FirstPromoter subdomain of your account on the "Send us your feedback" box below. We'll be selecting a limited number of accounts depending on what features are being used and the longevity of the subscription.

A new integration wizard and a few bug fixes

fix VAT validation for UK companies it's now fixed.

fix Companies that have a large number of promoters won't get an error when trying to export the promoters. The export will be processed in the background and when it's finished, they will get an email with a temporary download link.

fix the cache of the email counter caused some issues for some new accounts, showing a wrong count in the "Sent" column. We identified the problem and fixed it.

new Last week we launched a wizard that helps new users integrate FirstPromoter much easier with their websites. It has a simple step by step approach with new pre-made scripts and more examples for custom integrations that require a developer. 

Only users that signed up for a trial after 31st March 2021 have access to it. If you're an older user and want to try it out, please contact us.


Script update for ClickFunnels users

Due to the recent changes on Apple iOS 14, iPhone and iPad users that are using Safari may encounter tracking issues with the current ClickFunnels script. 

For most of our ClickFunnels customers this subset of users is very small so it may not affect your affiliate program performance by much, but it's still recommended to replace your old checkout / optin script with this new one for better accuracy. 

Note that only the script on the checkout page must be updated, not the visitor - global tracking script. If you need help with the update please contact us via live-chat.

This is the new script:

<script>
 function set_fprom(){
    $(document).on('mousedown touchstart','a[href="#submit-form"],a[href="#submit-form-2step"],img[imagelink="#submit-form"]', function(){
      $FPROM.trackSignup({
            email: $('input[name="email"].elInput').val(),
            event_id: new Date().valueOf().toString()
      },
      function(){})
    });
 }

if (window.attachEvent){
  window.attachEvent('onload', set_fprom);
}else{
  window.addEventListener('load', set_fprom, false);
}
</script>