create_competitor
Add a competitor URL to a campaign using the campaign ID to begin tracking its SEO performance.
Instructions
Add a competitor to a campaign.
Args: campaign_id: The campaign ID to add the competitor to url: The competitor website URL
Returns: JSON object with created competitor data
Examples: - create_competitor(campaign_id=123, url="https://competitor.com")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |