According to the documentaion, the key-value store should be exposed on the same domain as the dsp origin.
So, for example, having dsp.example/dsp.js would require this key-value service URL: dsp.example/bidding-signals/v1/getvalues?kv_internal=hi.
However, there is no way to configure the key-value service to accept /bidding-signals/v1/getvalues path. It only accepts /v1/getvalues.
Is there a way to configure the service to accept the full path?
Alternatively, is there a way to specify key-value service URL?
According to the documentaion, the key-value store should be exposed on the same domain as the dsp origin.
So, for example, having
dsp.example/dsp.js
would require this key-value service URL:dsp.example/bidding-signals/v1/getvalues?kv_internal=hi
. However, there is no way to configure the key-value service to accept/bidding-signals/v1/getvalues
path. It only accepts/v1/getvalues
.Is there a way to configure the service to accept the full path?
Alternatively, is there a way to specify key-value service URL?