Product Updates Updates

Introducing Nested Labels

by Laurent Pellegrino, Founder and CEO
New

Managing labels for multiple products or filtering criteria can quickly become a headache. As your label list grows, it becomes increasingly difficult to identify the purpose of each label and filter effectively.

To solve this problem, we are excited to announce the release of Nested Labels, now available on our Business and Enterprise plans. With Nested Labels, you can create hierarchies within your labels by using a β€œ/” in the name.

If you have labels with a common prefix, our system will automatically group them together. For example, if you have labels named Mobile version / 8.32 and Mobile version / 8.31, our system will recognize that they belong to the same category and create a label group for Mobile version. For instance, our Newspages automatically detect the hierarchies and display labels on the listing page by grouping labels by their prefix. This provides a more organized and streamlined experience for your team and customers.

Nested Labels also make advanced filtering more intuitive. Labels within the same group are treated as a logical OR, while labels from different groups/prefixes are treated as a logical AND when you select multiple labels for filtering.

In addition to Nested Labels, we want to highlight our flexible layout options. Our Newspage layout is customizable to fit your brand and design preferences. You can easily adjust colors, fonts, and other styling elements to create a unique look and feel for your Newspage.

Check out our live Newspage demo to see nested labels and custom design in action:
https://nested-labels.noticeable.news

If you need help creating a custom layout, our team is here to assist you. We're happy to provide guidance and support to ensure that your Newspage looks and functions exactly how you want it to.

Read more

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Project Overview and Enhanced Insights πŸ“Š

by Laurent Pellegrino, Founder and CEO
New
Enhancement

We're excited to announce a significant update to the Noticeable dashboard! Introducing the new "Project Overview" page, designed to give you a high-level overview of your project's key data and performance metrics.

To explore this new addition, simply select "Project Overview" from the left-hand navigation menu on the dashboard. This comprehensive page offers summaries of the following:

  • Email subscriptions and unsubscriptions.

  • Email open rates.

  • Emoji reactions.

  • Publication creations.

  • User feedback.

You can now easily view these metrics for the last 30 days, 7 days, or even today, offering greater flexibility in understanding your project's performance.

In addition, the new page allows you to quickly read the latest user feedback received on your project, regardless of the publication. You can even download all comments for your project in a convenient CSV format.

The Project Overview page also offers a snapshot of your project quota usage, including collaborator and widget slot usage.

But wait, there's more! We have improved both the project analytics and publication performance pages. Charts now provide finer-grained details for a more in-depth understanding of events. For example, when analyzing the number of views, you'll now see stacked bars that display the distribution between Newspage views, Widget views, and Email openings, along with the original blue line that summarizes the total number of views. This enhancement will enable you to better attribute traffic and identify which aspects of your project are performing well or need strengthening.

Additionally, we’ve aligned the activity summary metrics on the publication performance page with the project analytics page, ensuring that all metrics are clickable for instant access to the corresponding chart.

On both pages, the period, start date, and metric selections now appear as query parameters in the URL, making it a breeze to share insights with your team.

Try out the new Project Overview page and experience a more powerful way to analyze your project's performance. We value your feedback, so please don't hesitate to leave a comment or reach out to us with your thoughts and suggestions. Together, let's continue to make Noticeable the best it can be!

Open dashboard

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Image Resizing 🀏

by Laurent Pellegrino, Founder and CEO
New

Image Edition Example using the Noticeable Editor

We are thrilled to introduce our latest addition to the text editor! You can now effortlessly adjust the size of your images by simply dragging and dropping them within the editor.

In addition to resizing, we've also included the ability to modify image attributes such as title, alternative description, height, and width. With just a few clicks, you can give your images a personalized look and feel.

But that's not all! We've also introduced a new feature to control text alignment, which offers various options including centering your images. This will make your text and images look more polished and professional, giving you the ability to create stunning content with ease.

We're confident that these new features will make your editing experience even more enjoyable and productive. We're always striving to improve our editor and make it easier for you to create great content.

We'd love to hear your feedback on the new features! Let us know what you think in the comments below and don't hesitate to reach out to us with any questions or concerns. Try it out today and see for yourself!

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

UTM Tag Support

by Laurent Pellegrino, Founder and CEO
New

We are excited to announce that we now support UTM tags!

UTM tags, also known as Urchin Tracking Module tags, are small snippets of text automatically added to external links in all Noticeable components (i.e. emails, Newspage, Widgets).

They allow you to accurately track the source, medium, and campaign name for specific links, providing valuable insights into the effectiveness of your marketing efforts. With this information, you can make informed decisions to optimize your campaigns and improve ROI.

Start using UTM tags today to take your tracking and analysis to the next level. Combined with a privacy-compliant web analytics solution such as Fathom, you will get all the traffic metrics you need.

Read more

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Improved Segmentation 🎯

by Laurent Pellegrino, Founder and CEO
New

We are excited to announce an update to our segmentation feature that makes targeting content to specific widgets and Noticeable components even more user-friendly.

Now, you can set a specific segment at the publication level and define where it should be displayed, all without any coding required. This can be done with just a few clicks from the Noticeable dashboard, making it more simple and easy to target your content to specific areas of your website or application.

Advanced segmentation is still possible and requires minor coding as before, for those who want to create more complex targeting rules and deliver even more personalized content to users.

With these changes, you have even more flexibility and control over your content, making it easier to deliver engaging and relevant content to your users. Whether you're a content manager, marketer, or developer, these changes make it easier to drive better results from your website or application.

Read more

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Retrieving and Subscribing to Publication Comments

by Laurent Pellegrino, Founder and CEO
New

Today, we're introducing new ways to retrieve and subscribe to publication comments so that you can easily include feedback you receive in your existing workflows or pipelines.

These new features complement the existing notification system, which sends an email to all Noticeable project collaborators who have opted to receive notifications whenever a publication comment is authored by one of your users.

The first addition is a new Zapier trigger that, once configured with a Zap, allows you to subscribe to publication comments and receive instant comment payloads that you can forward, handle, and/or process with any of the 5000+ other Zapier integrations:

The second change is the addition of new queries and fields in our GraphQL API to retrieve publication comments:

  • We've added a query to list all comments in a given project:

    publicationComments(projectId: ID!): PublicationCommentConnection

  • We've added a query that returns publication comments for a given project and comment identifier:

    publicationComment(projectId: ID!, commentId: ID!): PublicationComment

  • The Publication type now includes an optional comments field that can be used to list comments for the publication in question.

Sample queries are available on our playground

https://playground.noticeable.io/?token=YOUR_API_TOKEN

You will also notice that all post-related mutations, queries, and types have been deprecated and renamed to publication. Another announcement about these changes will follow in the next few days, but don't be afraid of deprecations - they will remain for at least 4 months before being removed.

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Emails Preview

by Laurent Pellegrino, Founder and CEO
New

A new option has been added to send a copy of any publication email to you or all project collaborators, in 2 clicks. That’s a great way to check how such emails render in your mailbox before sending them to a wider audience.

You will find the option while editing a publication, in step 3 β€œSummary”:

Upon clicking on the preview link, a dialog appears to select the recipient and customize the prefix to use for the email subject. You just need to click on β€œSend” to confirm sending a preview email:

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Newspage SEO Tags Customization

by Laurent Pellegrino, Founder and CEO
New
Newspages

It is already possible to customize SEO tags per Newspage publication. Today, you can do the same thing for your Newspage home page.

You can define a custom title page, description, and canonical URL. To improve the display and usability of your links on social media you can even set a custom Open Graph and Twitter Card title, description, and image.

To access the options, open a project on the Noticeable dashboard, click on β€œNewspage” in the left navigation and scroll down to the new subgroup entitled β€œSearch Engine Optimization (SEO)”:

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!

Custom MAIL FROM Domain

by Laurent Pellegrino, Founder and CEO
New

We’re proud to announce that you can now configure a custom MAIL FROM domain for emails sent by Noticeable. This helps improve deliverability and trust.

The configuration requires a few steps:

  1. Click on β€œEmails” in the left navigation on the Noticeable dashboard.

  2. Open the β€œEmail domains” settings group and click β€œAdd domain”.

  3. In the dialog that appears enter your company email domain (e.g. acme.com) and click β€œContinue”.

  4. At this stage, you are asked to add a set of DNS records to your domain’s DNS provider. These records are required to prove that you own the domain. Once done, click β€œVerify”.

Upon verification, your domain is automatically activated and emails you send now appear as coming from your company domain:

Note that Noticeable follows industry standards and once the configuration is completed, your emails are authenticated, thus passing DMARC and SPF verifications.

Did you like this update?

LikeNeutralDislike

{error_message}

Leave your name and email so that we can reply to you (both fields are optional):

Thanks for your feedback!