feat(api): v2 response shape - absolute rank, ad/organic split, slimmer fields

This commit is contained in:
Rustem Kamalov
2026-05-13 01:30:54 +03:00
parent 00630a5d31
commit b3ca4e0803
36 changed files with 972 additions and 279 deletions

View File

@@ -16,7 +16,7 @@ import (
)
const (
version = "0.7.10"
version = "0.7.11"
defaultConfigFilename = "config"
envPrefix = "OPENSERP"
)