Skip to content

document where the source key comes from in the kv store #694

@ChristianPavilonis

Description

@ChristianPavilonis

the keys in the ec-kv store for example "example_li" comes from the partner id configured in trusted-server.toml when the seeding phase sees the matching source domain (e.g. liveintent.example.com) it will map to the partner id set.

example config

[[ec.partners]]
id = "example_li"
name = "Example"
source_domain = "liveintent.example.com"
api_token = "test-batch-sync-key-2026"
bidstream_enabled = true

kv store

{
  ...
  "ids": {
     "example_li": { "uid": "..." }
  }
}

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions