> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moderationapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Content type views

> Split review by what the content is — listings, profiles, reviews

## The problem

On a marketplace, a product listing, a seller profile and a buyer review are three
different jobs. A listing is checked for counterfeits and off-platform payment; a
profile for impersonation and contact details; a review for fake praise and abuse.

A moderator switching between all three every few items is switching rulebooks every
few items, and the wrong standard gets applied to whichever one they were doing least.

## The view

Filter **Content type** to one kind of content:

| View            | Content type  |
| --------------- | ------------- |
| Listings        | Products      |
| Seller profiles | User profiles |
| Reviews         | Reviews       |

Content type comes from the `contentType` you send with each item, so it works even
when everything arrives through one channel.

<Note>
  Content type is *what the content is* — a profile, a review. Media type is *how it's
  formatted* — text, image, video. A listing with photos is content type Products and
  media type Image.
</Note>

## Worth setting even if you don't split yet

Submitting `contentType` costs nothing and can't be backfilled onto content you've
already sent. Set it from the start and these views are available the day you need
them, along with the same split in your analytics.
