---
title: Orientation
framework: Apple Ads Platform API
role: symbol
role_heading: Type
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/orientation
---

# Orientation

Asset orientation and aspect ratio classification.

## Declaration

```data
string Orientation
```

## Possible Values

PORTRAIT: The asset is taller than it is wide (height > width). LANDSCAPE: The asset is wider than it is tall (width > height). SQUARE: The asset has equal width and height.

## Discussion

Discussion The Orientation classifies the aspect ratio of an image or video asset. The system determines the value from the asset’s pixel dimensions when you upload the asset, and returns it as part of the Asset record.

## See Also

- [AssetType](apple-ads-platform-api/assettype.md)
- [ImageType](apple-ads-platform-api/imagetype.md)
- [AssetEligibilityStatus](apple-ads-platform-api/asseteligibilitystatus.md)
