> For clean Markdown of any page, append .md to the page URL. > For a complete documentation index, see https://apidocs.polytomic.com/llms.txt. > For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server. # Apple Ads Supports: * ✅ Bulk sync source * ✅ Connection Proxy ## Connection ### Configuration
NameTypeDescriptionRequired
client_id string Client ID true
key_id string Key ID true
org_id string Organization true
team_id string Team ID true
#### Example ```json { "name": "Apple Ads connection", "type": "apple_ads", "configuration": { "client_id": "", "key_id": "", "org_id": "", "team_id": "" } } ``` ### Read-only properties
NameTypeDescriptionRequired
public_key string Public key false
## Bulk Sync ### Source #### Configuration
NameTypeDescriptionRequired
reporting_lookback integer Lookback period for reports false
#### Example ```json { ... "source_configuration": { "reporting_lookback": 0 } } ```