Create AI traffic campaign
create_traffic_campaignSend configurable AI-driven human-like visitors to any URL with geo, device, and behavior settings. Create a campaign to increase page visits and engagement.
Instructions
Send AI-driven, human-like visitors to a URL (geo, device, referrer and on-page behaviour are configurable). SPENDS CREDITS immediately: see get_pricing (credits per 1,000 visitors). visitors/days must not exceed 1,000 per day. Confirm with the user before creating. Returns the task id; poll get_task for status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Spread the visitors over this many days. | |
| link | Yes | Target page the visitors should land on. | |
| title | No | Campaign name shown in the dashboard. | |
| device | No | mixed | |
| country | No | Visitor geo. WW = worldwide mix. | WW |
| referrer | No | Apparent traffic source, e.g. "facebook.com" or a full URL. Empty = direct. | |
| visitors | Yes | Total visitors to send (min 30, max 1,000 per scheduled day). | |
| delay_max | No | Max seconds on page. | |
| delay_min | No | Min seconds on page. | |
| pages_max | No | Max internal pages per visit. | |
| pages_min | No | Min internal pages per visit. | |
| ai_enabled | No | Human-like AI browsing (scrolling, reading, internal clicks). | |
| bounce_rate | No | Percent of single-page visits. | |
| click_links | No | Paths or CSS selectors the visitor may click, e.g. ["/pricing", "button.cta"]. | |
| click_chance | No | Percent of visitors who click one of click_links. | |
| video_chance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | ||
| status | Yes | ||
| message | Yes | ||
| task_id | Yes | ||
| ctr_mode | No | ||
| visitors | Yes | ||
| campaign_id | Yes | ||
| dashboard_url | Yes |