Campaign Launch & Tracking Integrity Auditor
Pricing
from $0.70 / 1,000 completed campaign asset audits
Campaign Launch & Tracking Integrity Auditor
Audit campaign links before launch using HTTP observations and declared campaign rules.
Campaign Launch & Tracking Integrity Auditor
Pricing
from $0.70 / 1,000 completed campaign asset audits
Audit campaign links before launch using HTTP observations and declared campaign rules.
You can access the Campaign Launch & Tracking Integrity Auditor programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in API & Integrations in Apify Console.
$echo '{< "campaignName": "example_campaign",< "assets": [< {< "id": "google",< "url": "https://example.com/?utm_source=google&utm_medium=cpc&utm_campaign=example_campaign"< },< {< "id": "meta",< "url": "https://example.com/?utm_source=meta&utm_medium=paid_social&utm_campaign=example_campaign"< }< ],< "requiredParams": [< "utm_source",< "utm_medium",< "utm_campaign"< ],< "allowedFinalHosts": [< "example.com"< ],< "consistentParams": [< "utm_campaign"< ]<}' |<apify call vgvianna/campaign-launch-tracking-auditor --silent --output-datasetThe Apify CLI is the official tool that allows you to use Campaign Launch & Tracking Integrity Auditor locally, providing convenience functions and automatic retries on errors.
Using installation script (macOS/Linux):
$curl -fsSL https://apify.com/install-cli.sh | bashUsing installation script (Windows):
$irm https://apify.com/install-cli.ps1 | iexUsing Homebrew:
$brew install apify-cliUsing npm:
$npm install -g apify-cliOther API clients include: