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

# creativeSlot

> Creative placement position on the page.

Creative placement position on the page.

```javascript theme={null}
window._upstack('track', 'view_content', {
  items: [{ id: 'SKU_001', name: 'Running Shoes', price: 89.99 }],
  value: 89.99,
  currency: 'USD',
  creativeSlot: 'homepage_hero'
});
```

| Type   | Required | Events                                 |
| ------ | -------- | -------------------------------------- |
| string | No       | view\_content, add\_to\_cart, purchase |

## Common Values

| Value                     | Description                   |
| ------------------------- | ----------------------------- |
| `hero`                    | Hero banner section           |
| `sidebar`                 | Sidebar placement             |
| `footer`                  | Footer area                   |
| `homepage_hero`           | Homepage hero banner          |
| `product_recommendations` | Product recommendation widget |
| `cart_upsell`             | Cart page upsell              |

## Related Properties

<CardGroup cols={2}>
  <Card title="creativeName" icon="palette" href="/pixel/events/properties/creative-name">
    Creative variant name.
  </Card>

  <Card title="locationId" icon="location-dot" href="/pixel/events/properties/location-id">
    Store or location identifier.
  </Card>
</CardGroup>
