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

# AuditEventType

Enumeration of change operation types in change history, used in audit summary objects, change detail objects, and query filters.

```
string AuditEventType
```

## Discussion

Use `AuditEventType` values in the `eventType` filter of an [`AuditQuery`](/documentation/Apple-Ads-Platform-API/AuditQuery) request to narrow results to specific change operations:

```json
{
  "field": "eventType",
  "operator": "IN",
  "value": [
    "CREATE",
    "DELETE"
  ]
}
```

---

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)