UTM Campaign URL QA Auditor
Pricing
Pay per event
Go to Apify Store
UTM Campaign URL QA Auditor
Audit campaign URLs in bulk for redirect chains, UTM preservation, HTTPS, final host/path rules, status codes, and timings.
UTM Campaign URL QA Auditor
Pricing
Pay per event
Audit campaign URLs in bulk for redirect chains, UTM preservation, HTTPS, final host/path rules, status codes, and timings.
You can access the UTM Campaign URL QA 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 Integrations settings in Apify Console.
$echo '{< "startUrls": [< {< "url": "https://httpbin.org/redirect-to?url=https%3A%2F%2Fexample.com%2F%3Futm_source%3Dnewsletter%26utm_medium%3Demail"< },< {< "url": "https://example.com/?utm_source=newsletter&utm_medium=email"< }< ],< "expectedUtmParams": {< "utm_source": "newsletter",< "utm_medium": "email"< },< "expectedFinalHost": "example.com",< "allowedExtraParams": [],< "requireHttps": true,< "includeHtmlSignals": false,< "requestMethod": "HEAD_THEN_GET",< "maxRedirects": 10,< "timeoutSecs": 20,< "concurrency": 5,< "maxItems": 20<}' |<apify call automation-lab/utm-campaign-url-qa-auditor --silent --output-datasetThe Apify CLI is the official tool that allows you to use UTM Campaign URL QA 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: