<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/TimeRange",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:TimeRange"
  },
  "title" : "TimeRange"
}
-->

# TimeRange

Date range, time zone, and granularity settings for reporting requests.

```
object TimeRange
```

## Discussion

The `TimeRange` defines the date window, timezone, and optional time-series breakdown for a reporting request.

### Example

```json
{
  "start": "2025-01-01",
  "end": "2025-01-10",
  "timeZone": "ORTZ",
  "granularity": "DAILY"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)