create_campaign
Create a new client campaign in AgencyAnalytics using a website URL and company name, and get back the campaign data.
Instructions
Create a new campaign (client) in AgencyAnalytics.
Args: url: The website URL for the campaign company: The company/client name
Returns: JSON object with created campaign data
Examples: - create_campaign(url="https://example.com", company="Acme Corp")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| company | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |