create_backlink
Create a backlink entry for a campaign in AgencyAnalytics, specifying the page URL, target URL, and anchor text to track link-building efforts.
Instructions
Create a new backlink in AgencyAnalytics.
Args: campaign_id: The campaign to associate the backlink with title: Backlink title url: The page URL where the link appears target_url: The URL the link points to target_anchor: Anchor text of the link (optional) link_type: Type of link (optional) status: Backlink status (optional) notes: Additional notes (optional)
Returns: JSON object with created backlink data
Examples: - create_backlink(campaign_id=123, title="Blog Post", url="https://blog.com/post", target_url="https://client.com")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| notes | No | ||
| title | Yes | ||
| status | No | ||
| link_type | No | ||
| target_url | Yes | ||
| campaign_id | Yes | ||
| target_anchor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |