Skip to content

Conversation

@ValentinPostindustria
Copy link
Collaborator

Closes #30.

Due to Prebid using OpenRTB 2.5, eids are placed in user.ext.eids rather than user.eids as defined in OpenRTB 2.6. Therefore, the current implementation sends the field in user.ext.eids.

    "user": {
        "ext": {
            "eids": [
                {
                    "source": "optable.com",
                    "uids": [
                        {
                            "id": "2065d9e9",
                            "atype": 1
                        },
                        {
                            "id": "15f30409",
                            "atype": 1
                        }
                    ]
                }
            ]
        }
    },

@ValentinPostindustria ValentinPostindustria changed the base branch from master to feature/server_api_v2 December 18, 2025 09:16
@ValentinPostindustria ValentinPostindustria marked this pull request as ready for review December 18, 2025 11:19
@ValentinPostindustria ValentinPostindustria merged commit ec71ba5 into feature/server_api_v2 Dec 18, 2025
3 checks passed
@ValentinPostindustria ValentinPostindustria deleted the feature/prebid branch December 18, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add passing optable IDs example for Prebid SDK into the demo app

2 participants