From 561572b81ecf482fd6b8f334739d16fbc5007bed Mon Sep 17 00:00:00 2001 From: Peixun Zhang Date: Wed, 6 Nov 2024 16:43:56 +0100 Subject: [PATCH 1/2] Adjust the doc --- COLLECTOR_PARAMS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COLLECTOR_PARAMS.md b/COLLECTOR_PARAMS.md index c6d78c9c..6a590345 100644 --- a/COLLECTOR_PARAMS.md +++ b/COLLECTOR_PARAMS.md @@ -47,6 +47,10 @@ ### `ic` - md5 hash of the resolved id cookie when configuration `config.idCookie` is used. Empty parameter encodes that an idcookie was configured but failed to resolve. +### `pip` +- contains a b64 encoded string of IPv4 address +### `pip6` +- contains a b64 encoded string of IPv6 address ## Example of a request to a default collectorUrl: `https://rp.liadm.com/p?tna=v1.0.16&aid=a-00co&lduid=a-00co--bda8cda1-9000-4632-8c64-06e04fa8d113&duid=df9f30ab37f2--01dwcepmbbbqm0hvj4wytvyss4&pu=https%3A%2F%2Fwww.example.com%2F&se=eyJldmVudCI6InZpZXdIb21lUGFnZSJ9&dtstmp=1577968744235` From 5541774b64c4a0509e8210627bba1776a1e05085 Mon Sep 17 00:00:00 2001 From: Peixun Zhang Date: Wed, 6 Nov 2024 16:53:05 +0100 Subject: [PATCH 2/2] add ip in config --- CONFIGURATION_OPTIONS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CONFIGURATION_OPTIONS.md b/CONFIGURATION_OPTIONS.md index 405ec5d3..0826372d 100644 --- a/CONFIGURATION_OPTIONS.md +++ b/CONFIGURATION_OPTIONS.md @@ -233,6 +233,21 @@ Example: } ``` +#### `identityResolutionConfig.extraAttributes` [Optional] +IPv4 and IPv6 provided by prebid or clients. + +Example: +```javascript +{ + identityResolutionConfig: { + extraAttributes: { + ipv4: '1.2.3.4', + ipv6: '2001:db8:3333:4444:5555:6666:7777:8888' + } + } +} +``` + ##### `contextSelectors` [Optional] The context selectors to collect from the current page. Example: