Update project defaults
update_project_defaultsUpdate a project's default rank-check schedule and SERP market by setting frequency, timezone, jitter, and country/device or location_key. Helps adjust where and when rank checks run.
Instructions
Update the project default rank-check schedule and SERP market. The schedule is replaced as a whole: omitted schedule fields reset to their defaults (jitter 60, timezone UTC, no cron). Provide country and device together, or a location_key, to move the default SERP market. Use search_locations and pass its location_key verbatim for city-level tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| device | No | Device whose search or ranking data is being selected. | |
| country | No | ||
| timezone | No | ||
| frequency | Yes | Schedule frequency that determines when rank checks run. | |
| project_id | Yes | Identifier of the bisibility project to operate on; list_projects returns valid project ids. | |
| location_key | No | ||
| jitter_minutes | No | ||
| cron_expression | No | Cron expression used when frequency is custom_cron; otherwise null. | |
| idempotency_key | No | ||
| serp_stop_on_match | No | Set false to fetch the full configured depth for competitor snapshots. |