> 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.
# X Ads
Supports:
* ✅ Bulk sync source
* ✅ Connection Proxy
## Connection
### Configuration
| Name | Type | Description | Required |
access_token |
string |
Access token |
true |
access_token_secret |
string |
Access token secret |
true |
consumer_key |
string |
Consumer key |
true |
consumer_secret |
string |
Consumer secret |
true |
#### Example
```json
{
"name": "X Ads connection",
"type": "x_ads",
"configuration": {
"access_token": "",
"access_token_secret": "",
"consumer_key": "",
"consumer_secret": ""
}
}
```
## Bulk Sync
### Source
#### Configuration
| Name | Type | Description | Required |
reporting_lookback |
integer |
Lookback period for reports |
false |
#### Example
```json
{
...
"source_configuration": {
"reporting_lookback": 0
}
}
```