Glossary

What is a go-live gate?

A go-live gate is the final control that decides whether a campaign is allowed to launch. It checks the campaign against the team's requirements and blocks the launch until everything passes, which is most reliable when enforced at the server.

A go-live gate is the last checkpoint before a campaign reaches the public. It sits at the transition from approved to live and confirms that every requirement, from legal review to brand verification to usage rights, has been met.

The gate is what turns a checklist from a hope into an assurance that the checks happened. Without it, an approved campaign can still launch with an item missed. With it, the launch simply cannot proceed until the gate is satisfied. The difference shows up most under pressure, when a deadline tempts a team to skip a step, because a gate holds the line at exactly the moment a reminder would be ignored.

Where the gate is enforced decides whether it holds. A gate in the user interface can be skipped by an API call or an integration, so the durable place to enforce it is the server, where every path to go-live runs through the same check.

Cohiva Campaign enforces its go-live gate at the API. Moving a campaign to live is rejected with HTTP 422 and the failed items returned until the checklist passes, and the check cannot be removed or wrapped to swallow a failure. On a pass, a timestamped compliance certificate is generated and the decision is recorded in an append-only audit. The gate enforces your checklist; it does not guarantee regulatory compliance.

A go-live gate changes the default. In most tools the default is that a campaign can be published and a control might stop it; with an enforced gate the default is that a campaign cannot be published until the control allows it. That inversion is the whole point, because it means a missed check fails safe by holding the launch rather than failing open by letting it through. The gate does not slow down a campaign that is ready; it only stops one that is not.

Start a free trial of Cohiva Campaign to put a non-bypassable go-live gate behind every launch.

Frequently asked questions

What does a go-live gate check?
The campaign against the team's requirements, such as legal review, brand verification, and usage rights, before it can launch.
Where should a go-live gate be enforced?
At the server. A gate in the user interface alone can be bypassed by an API call or an integration.
What does Cohiva Campaign do when the gate fails?
It rejects the go-live with HTTP 422 and returns the failed checklist items so the team can resolve them.
What happens when the gate passes?
A timestamped compliance certificate is generated and the decision is recorded in an append-only audit.

Related

Put a non-bypassable gate behind every launch

Cohiva Campaign rejects an unchecked go-live at the API and keeps an append-only audit. Try it free.

Start free trial