Skip to content

Configuration & changes

Fidero has no configuration dashboard, and doesn’t need one: changes are requests. You describe the outcome you want, the change lands in your project’s server-held configuration, and nothing on your side redeploys. This page covers how to make a request and what happens to it.

  1. Ask for the outcome

    Send requests however you already work with us: email, Slack or the shared Git repository if your setup includes one. A request is one sentence naming the outcome – “Enable Google Ads enhanced conversions” or “Add checkout.example.com as a trusted domain”. If the change needs something from you, such as credentials or an account ID, that’s the only other thing to include.

  2. The change lands

    Standard changes are in your project’s configuration within 24 hours, and you’ll hear from us when yours is live.

  3. Everything picks it up

    The SDK reads the updated configuration the next time it loads, and the API applies it from the next event onward. Your pages and your servers keep running what they already run – nothing needs deploying. You can watch it take effect yourself: Verify your setup has the checks.

Anything that lives in your project’s configuration: enabling a destination, rotating credentials, overriding consent for a named integration, adding a trusted domain, switching on a warehouse sync or splitting it into a new project. If you’re not sure whether something is a configuration request or a code change on your side, ask – How we work draws that line.

Every destination is delivered through an adapter that Fidero maintains. When a destination changes its API – and they all do – we update the adapter on our side, and every project picks it up automatically. There’s nothing to request and nothing to accept.

The platform overview explains why Fidero is configured by outcomes at all.