US Brand Signal Policy Simulator
Pricing
Pay per event
US Brand Signal Policy Simulator
Compare deterministic threshold policies across buyer-supplied opaque signal scores without selecting a winner or verifying external data.
US Brand Signal Policy Simulator
Pricing
Pay per event
Compare deterministic threshold policies across buyer-supplied opaque signal scores without selecting a winner or verifying external data.
You can access the US Brand Signal Policy Simulator 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 '{< "schemaVersion": "1.0",< "rows": [< {< "signalId": "signal-001",< "normalizedScore": 96< },< {< "signalId": "signal-002",< "normalizedScore": 82< },< {< "signalId": "signal-003",< "normalizedScore": 61< },< {< "signalId": "signal-004",< "normalizedScore": 39< }< ],< "policies": [< {< "policyId": "balanced",< "reviewThreshold": 50,< "acceptThreshold": 80,< "thresholdOrder": "review_lt_accept"< },< {< "policyId": "strict",< "reviewThreshold": 70,< "acceptThreshold": 90,< "thresholdOrder": "review_lt_accept"< },< {< "policyId": "broad",< "reviewThreshold": 30,< "acceptThreshold": 70,< "thresholdOrder": "review_lt_accept"< }< ]<}' |<apify call zinin/us-brand-signal-policy-simulator --silent --output-datasetThe Apify CLI is the official tool that allows you to use US Brand Signal Policy Simulator 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: