YouTube Unveils New Monetization Features at Made on YouTube Event

YouTube Unveils New Monetization Features at Made on YouTube Event
source: gettyimages
September 16, 2025

==================================================================

At its "Made on YouTube" event on Tuesday, the platform announced several innovative features designed to help creators increase their earnings through brand deals and the YouTube Shopping program. The program allows creators to monetize content by showcasing and tagging products directly within their videos.

Swappable Sponsorship Slots in Long-Form Videos

One of the highlights is a new flexible sponsorship feature enabling creators to replace brand sponsorships in long-form content. This system allows for dynamic swapping of sponsor segments, giving creators the ability to:

YouTube plans to test this feature with a select group of creators early next year. This approach not only offers greater flexibility but also optimization in ad placements.

AI-Powered Product Tagging

YouTube is also integrating AI technology to enhance product tagging:

This AI system aims to capture viewer interest at peak engagement moments, improving the effectiveness of product promotion.

Enhancements for Shorts Creators

For Shorts, YouTube will soon introduce a new link feature that directs viewers to brand websites directly from Shorts content. This makes it easier for viewers to discover and purchase products, and allows creators to demonstrate the impact of their Shorts beyond traditional metrics like views and likes.

Improved Brand-Creator Matching

The platform will soon be able to proactively recommend suitable creators for brand collaborations via its Creator Partnerships Hub within Google Ads. This feature helps brands find perfect matches efficiently.

Expansion of YouTube Shopping Program

The YouTube Shopping program continues to grow globally:

Since July 2025, the program has experienced a fivefold increase in Gross Merchandise Volume (GMV), with over 500,000 creators enrolled worldwide. Moreover, YouTube has paid creators, artists, and media companies over $100 billion USD in the past four years.

About the Author

Aisha is a consumer news reporter at TechCrunch, with a background in telecom journalism and a master’s degree in journalism from Western University. You can reach her via email at aisha@techcrunch.com or through Signal at aisha_malik.01.

---

Image credits: YouTube

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 144 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6643693,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}