Home / Companies / Contentful / Blog / May 2024

May 2024 Summaries

9 posts from Contentful

Filter
Month: Year:
Post Summaries Back to Blog
Contentful Studio is a tool designed to streamline content management and collaboration processes, offering a drag-and-drop interface for building content, defining relationships between content, and configuring rich text fields, images, banners, and other promotional items. Experiences are the various ways in which content can be delivered to end users across different channels and devices. The Experiences SDK allows developers to implement custom components that can be used in Contentful Studio, enabling teams to work efficiently on content projects. To get started, developers must ensure their space has Experiences enabled, install the Experiences SDK, and create a new React application. They can then register custom components, such as a branded button component, and define design tokens to customize the UI. The Experiences SDK provides helpers like `useFetchBySlug` and `useFetchById` hooks to fetch experiences by their slug or ID. When previewing an experience in Contentful Studio, it must know the URL of the server hosting the web app, which can be configured via the Preview Configuration. With a functional experience, authors can create layouts and pages within Contentful Studio while maintaining the correct design usage.
May 29, 2024 1,433 words in the original blog post.
The Contentful Volunteer Ambassador program is an employee-driven initiative that coordinates group-level volunteer events in the local community, led by passionate individuals who volunteer their time and expertise. Luisa Goncalves, a Senior Product Manager at Contentful, shares her personal journey of volunteering, which began with a desire to serve at a young age, was fueled by various experiences, including studying abroad and working on diverse projects. She emphasizes the importance of attitude, open-mindedness, and commitment to help others, rather than specific skills, in making a meaningful impact through volunteering. Luisa also navigates emotional challenges and finds balance between engaging with volunteering activities and preserving her well-being. Through her experiences, she encourages others to find their own path to volunteering, highlighting the value of attitude, dedication, and being receptive to various experiences, regardless of language barriers or skill sets.
May 23, 2024 1,108 words in the original blog post.
The Contentful Learning Services offers two new online courses, Studio for Authors and Studio for Developers, designed to empower individuals and organizations to create exceptional digital experiences using Contentful's powerful features and tools. The courses are tailored to help content creators, marketers, designers, and developers harness the power of Contentful Studio, a tool for creating bespoke and compelling digital experiences quickly and at scale. Participants in the live sessions will learn to craft engaging digital experiences, build bespoke pages with flexibility and reusability, and streamline their content creation and management processes. The courses cover essential topics such as setting up and navigating the Studio environment, building experiences using components and patterns, and best practices for creating and managing content within Studio. By the end of the course, participants will confidently deliver engaging experiences efficiently. Additionally, Contentful offers a certification program to validate and enhance skills in using the Contentful platform, with courses varying in difficulty from beginner to advanced levels.
May 20, 2024 967 words in the original blog post.
Design-driven companies drive 32% more revenue growth over five years than those that don't prioritize design, and yet many organizations struggle to implement effective design systems. Design tokens are a critical element of every successful design system, serving as a centralized repository where design decisions are curated and disseminated across various platforms. A basic token system can be built by defining primitive tokens, such as primary brand colors, and semantic tokens that capture guidance on how to apply these colors effectively. Semantic tokens provide clear guidance on how to use the palette, reducing ambiguity and formally capturing more design decisions. By structuring a simple two-dimensional grid for organizing design tokens, designers can make informed decisions and enhance their communication. The system also introduces modes, collections, and themes, which allow for flexibility and adaptability in design systems. With advancements in design tools and artificial intelligence, building robust and workable token systems is becoming increasingly feasible, and AI is poised to transform how design systems are built by making inferences from large data sets and amplifying the foundational structures provided.
May 16, 2024 4,886 words in the original blog post.
Understanding the limitations of traditional A/B testing, Contentful highlights the advantages of multi-armed bandit (MAB) testing, an AI-powered approach that optimizes digital content experimentation by dynamically allocating resources based on real-time performance data. Unlike A/B testing, which evenly divides traffic between variants and requires a fixed schedule, MAB testing continuously adapts, directing more traffic to higher-performing variants, thereby accelerating the discovery of optimal content and maximizing audience engagement and conversion rates. This method, exemplified through scenarios like online retail promotions and media site headline testing, showcases its ability to enhance efficiency and effectiveness in content optimization. Contentful's platform incorporates both A/B and MAB testing tools, offering brands a comprehensive solution to automate testing strategies, define audiences, and analyze results within its headless CMS.
May 16, 2024 1,219 words in the original blog post.
The concept of value realization is crucial in determining whether a technology investment is successful, as it measures the quantifiable benefits an organization or stakeholder receives from an investment, project, or initiative. It looks beyond gut feelings and day-to-day metrics to show how investments impact business objectives. Organizations can use value realization to measure and communicate the business value of investments, increase transparency and accountability, foster a culture of continuous improvement and innovation, and drive growth and long-term success. By aligning strategies with organizational goals, businesses can ensure successful implementation of value realization initiatives and optimize resource allocation. The process involves identifying key opportunities, assessing risks, tracking progress, evaluating outcomes, and making adjustments as necessary, while choosing the right metrics to measure impact and communicating back to stakeholders.
May 14, 2024 1,376 words in the original blog post.
Transmedia storytelling is a process where integral elements of a fiction are dispersed systematically across multiple delivery channels to create a unified and coordinated entertainment experience. This concept, originating from the entertainment industry, has expanded beyond it to encompass marketing and various digital content. The definition emphasizes using the innate characteristics of each medium to effectively convey part of a larger story, with each element contributing to a bigger, more enriching experience. Examples include franchises like Harry Potter, video games, comics, and even Disney theme parks, where different mediums are used to build and expand on a shared narrative. Transmedia storytelling is not limited to entertainment; it can be applied to businesses and brands to engage audiences and build successful relationships. Key challenges include ensuring consistency and fidelity across multiple platforms and teams working in parallel or at different points in time. A storyworld, or brand storyworld, serves as a reference source for everyone involved, providing continuity and coherence. The concept recognizes the importance of audience participation, encouraging customers to share their experiences and engage with brands. By incorporating transmedia storytelling into customer engagement, businesses can design better communications, empower teams, and create stronger relationships.
May 09, 2024 2,478 words in the original blog post.
The software as a service industry faces a common challenge as products gain traction with both startups and enterprises, requiring marketers to balance their appeal to small businesses while accommodating larger clients. Personio, an all-in-one HR software solution, solved this issue by implementing personalized solutions using firmographic data, which effectively catered to both SMBs and enterprise accounts. By leveraging website personalization, Personio saw a significant uplift in conversion rates for both segments, with 46% for small businesses and 45% for enterprises. The company also tailored social proofs based on the industries of their visitors, creating a more nuanced aspect of personalization that resonated deeply with specific concerns and aspirations. This strategic alignment led to a remarkable 26% increase in conversions from inbound leads and a staggering 62% uplift in contact form conversion rates. The integration of Ninetailed within Contentful enabled Personio to deliver personalized experiences efficiently and effectively, streamlining their workflow, eliminating the need for developer support, and allowing for scalability and agility in marketing strategies.
May 07, 2024 1,488 words in the original blog post.
This JavaScript library Yup is used to validate data from user input in a React app, providing immediate feedback and preventing application errors due to unexpected input values, thus enhancing the user experience by offering instant feedback and helping to avoid unnecessary server requests that can slow down the app. A Yup schema defines how the data should look and what kinds of values are expected, allowing for built-in validation methods such as checking for valid email addresses or URLs, and parsing methods like removing whitespace from input fields, making it easier to read and manage validation logic. The library integrates well with popular form libraries like Formik and React Hook Form, and can be used in any JavaScript application on the front or back end, including validating HTML form data in apps developed with the React framework.
May 02, 2024 1,494 words in the original blog post.