Design · Create · Ops & Automation
Design a cheap parallel channel-test plan with pass/fail thresholds
I get a parallel channel-test plan where each test has a metric, a small budget, a duration, and a clear pass threshold, so I can run cheap experiments and read the results the same way.
You receive: A JSON object { tests: [{ channel, metric, budget, durationDays, passThreshold }] } describing the parallel channel-test plan.
Part of Get Traction
Opens soon
Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery
This objective is verified and ready. It opens soon, once sign-in and payments are live.
Deliverable interface
The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.
{
"buyerParamKeys": [
"totalBudget"
],
"checkNames": [
"format_parses",
"tests_present",
"min_tests",
"channels_valid_and_unique",
"metric_nonempty",
"budget_positive",
"duration_positive",
"pass_threshold_numeric",
"total_budget_cap"
],
"constants": {},
"deliverableLabel": "channel_test_plan",
"documentKeys": [
"budget",
"channel",
"durationDays",
"metric",
"passThreshold",
"tests"
],
"enumLiterals": [
[
"channel",
"metric",
"budget",
"durationDays",
"passThreshold"
],
[
"viral marketing",
"public relations",
"unconventional pr",
"search engine marketing",
"social and display ads",
"offline ads",
"search engine optimization",
"content marketing",
"email marketing",
"engineering as marketing",
"targeting blogs",
"business development",
"sales",
"affiliate programs",
"existing platforms",
"trade shows",
"offline events",
"speaking engagements",
"community building"
]
],
"submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
"tier": "doc-validator"
}Get early access to STUD the day it goes live.