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

# AuditQuery.Options

A flat key-value map of additional query controls.

```
object AuditQuery.Options
```

## Discussion

The `options` field has three well-known keys (`needTotals`, `timeZone`, and `metadata`), each with a fixed set of accepted string values and a default. The API accepts any other key as a plain string (labeled `Any Key` on the reference page) and passes it through without affecting the query.

All keys and values in `options` are strings: pass `needTotals` as `"true"` or `"false"`, not as a boolean, and `metadata` as `"none"`, `"latest"`, or `"snapshot"`.

---

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)