๐Ÿ— Changelog

Latest changes and updates to MetaSurvey.

๐Ÿ’ก MetaSurvey was founded on October 26, 2019, with the initial MVP created on December 15, 2019.

๐Ÿ’ช Improved

28 Aug 23

๐Ÿ”’ย Automated SSL Certificate Generation
Feature

We've automated SSL certificate generation for your custom domains, freeing us to continue building new features ๐Ÿš€
Now you can set up a ready-to-use custom domain with an SSL certificate in just minutes!

0 0

๐Ÿšข Shipped

03 Aug 23

๐Ÿ”€ย Conditional Logic
Feature

Surveys just got smarter! ๐Ÿ˜… Now you can create surveys with dynamic branching based on respondents' answers.
You can find the Conditional Logic settings at the bottom of the question block.

Conditional Logic

0 0

๐Ÿ”ซ Fixed

20 Jul 23

Fixed import questions from CSV
Bug

Improved CSV question import with enhanced comma separator compatibility.

0 0

๐Ÿšข Shipped

17 May 23

Disabled unsaved changes alert for iframes
Bug

The unsaved changes alert has now been disabled for embedded surveys. However, it functions as intended for survey links!

This adjustment was implemented to prevent potential conflicts with other scripts on your website.

0 0

๐Ÿšข Shipped

26 Apr 23

Display question ID
Feature

Now you can easily find your question id to use in your logic.
Display Question ID

0 0

๐Ÿšข Shipped

25 Apr 23

Communication between the embedded widget and your website
Feature

We added JavaScript events that can communicate with your website where the survey widget is embedded. When a survey is completed, the iframe will trigger an event that communicates the completion to your website.

You can use it in code to capture survey completion and send data to third-party tools such as SalesPanel: โ€จ

<script>
    /* Add SalesPanel source code here */
</script>

<script>
  window.addEventListener('message', event => {
    try {
      const message = event.data;
      if (message.type === 'ms-survey-completed') {
        const responses = message.data.responses;
        const res = responses.find((response) => response.question_id === "YOUR_QUESTION_ID");
        const customerEmail = res.value;
        $salespanel.push(["set", "identify:email", customerEmail, 'metasurvey']); // here we are sending the event data to SalesPanel
      }
    } catch (error) {
      console.error('An error occurred in event ms-survey-completed:', error);
    }
  });
</script>

0 0

๐Ÿšข Shipped

21 Apr 23

Fixed webhook issue
Bug

Resolved a bug with sending webhooks that could have caused issues with survey completion.

0 0

๐Ÿšข Shipped

21 Apr 23

Fixed email case issue
Bug

Emails are now case-insensitive to prevent bugs caused by capitalization variations.

0 0

๐Ÿšข Shipped

23 Mar 23

๐Ÿ™Œย Activate additional LTD codes with ease
Feature

This update includes a form to let lifetime customers activate additional codes themselves.
Simply navigate to Manage plans and enter your additional codes into the form.

Activate additional codes

0 0

๐Ÿšข Shipped

18 Mar 23

๐Ÿ–ผ๏ธย More Image Options for Thank You Screen
Feature

We've added more image options to the Thank You screen, including the ability to hide the image and use the default one.

If you choose to use a custom image, it will also appear on the Responded error screen (when multiple responses option is off for the survey) by default.

Thank you screen image settings

0 0

๐Ÿšข Shipped

17 Mar 23

๐Ÿ“ฉย Email notification
Feature

You can now receive email notifications when someone completes your survey. The email notification includes the survey results.

You can find an Email notification option in the Notifications section of your survey.

Email notification

0 0

๐Ÿšข Shipped

17 Mar 23

๐Ÿ“Šย Weekly report
Feature

Get a weekly summary of your survey results delivered straight to your inbox.

You can manage your email preferences easily in the Notifications menu (just click on your username in the top right corner and navigate to the Notifications menu).

Notifications settings

0 0

๐Ÿšข Shipped

14 Feb 23

๐Ÿ”„ Customizable Yes/No button labels for swipe
Feature

Whether it's "Agree/Disagree" or "Like/Dislike", you can now customize the โ€œSwipe replyโ€ button labels to fit the tone or language of your survey.

Yes/No Buttons

0 0

๐Ÿšข Shipped

14 Feb 23

๐ŸŒŽย Translations
Translation
Feature

We added the ability to manually translate all survey labels. You can now conduct surveys in multiple languages and gain insights from a diverse group of participants.

You can find Translations in the Survey options block.

Translations

0 0

๐Ÿšข Shipped

05 Feb 23

New meta title, meta description, and meta image

Your surveys received a makeover with fresh, new meta title, meta description, and meta image. This update will help your respondents see link details when you share it on social media.

Meta description

0 0

๐Ÿšข Shipped

05 Jan 23

Export to CSV bug with comma delimiter
Bug

If your questions included comma, they were split into different columns in the resulting CSV file. Now it's fixed!

0 0

๐Ÿšข Shipped

05 Jan 23

Fixed: adblockers prevented from login
Bug

We have reduced some of the analytics tools that can be blocked by adblockers.

0 0

๐Ÿšข Shipped

27 Dec 22

๐Ÿฆ„ย Unified PRO plan

We've launched a unified PRO plan that gives access to all PRO and PRO+ features. You can become a PRO on a monthly or annual basis.

With the monthly plan, you'll get 1000 responses, and with the annual plan โ€“ unlimited responses!

And, to make it even easier for you to try out the PRO plan, we're offering a 14-day free trial

The Free plan is now limited to 10 responses per month and some features locked.

0 0

๐Ÿšข Shipped

27 Dec 22

๐Ÿ‘‘ย Customer subscriptions

You can now track your response limit, view your subscription status, update your payment information, pause or resume your subscription, switch to a different plan, and cancel your subscription all in one place.

Customer subscriptions

0 0

๐Ÿšข Shipped

24 Nov 22

Minor fix
Bug

Updated Multiple choices UI.

0 0

๐Ÿšข Shipped

19 Nov 22

๐ŸชWebhooks
Feature
Integration

Now you can send the response data to your endpoints when someone completes a survey.

Add up to 5 endpoints per survey.

Webhooks settings

0 0

๐Ÿšข Shipped

07 Nov 22

๐Ÿ’ธย Launched an Affiliate Program

You can partner with us to earn a recurring 30% commission every month when you refer a MetaSurvey customer. We provide a 60-day cookie and personal dashboard where you can check stats.

Become our Affiliate

0 0

๐Ÿšข Shipped

11 Oct 22

New question type: โœ‰๏ธย Open answer
Feature

Use the new question type to ask your respondents for email, phone, name, age using an input field with built-in validators.

Available Types:

  • Single line
  • Multi line
  • Number
  • Email
  • Phone

Now you can use it instead of the Last step comment, or use both!

๐Ÿ’ก
Click New Question โ†’ Select Open Answer โ†’ Select Type

Open answer

0 0

๐Ÿšข Shipped

25 Aug 22

๐Ÿ”—ย Custom domain
Feature

You can host surveys on your own domain name. If you have multiple surveys for different companies, you can set up domain for each one! โœจ

Custom domain

0 0

๐Ÿšข Shipped

04 Aug 22

๐Ÿ“ธย Survey tracker
Feature

Add additional GET parameters to your survey URL to track the survey campaign or see who completed the survey.

Use cases:

Tracking UTMs
https://public.getmetasurvey.com/survey/62640bed1a3ba400127faff9?utm_medium=email

Detecting the user passed your survey
https://public.getmetasurvey.com/survey/62640bed1a3ba400127faff9?uid=79350&sid=2

How to find parameters in Analytics:

Once the survey is completed all parameters are saved as well.

You can find them by clicking the Export data button in the โ€œAnalyticsโ€ or โ€œCommentsโ€ tabs:
You will receive a CSV file with detailed results for each response that includes URL parameters.

Survey tracker in Analytics

0 0

 
)