Skip to content

[ADO-2034] Add gemiusIdSystem#12

Open
mmuras-gemius wants to merge 4 commits into
masterfrom
gemius_id_system
Open

[ADO-2034] Add gemiusIdSystem#12
mmuras-gemius wants to merge 4 commits into
masterfrom
gemius_id_system

Conversation

@mmuras-gemius

Copy link
Copy Markdown

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Other information

Comment thread modules/userId/eids.md
Comment thread modules/gemiusIdSystem.md
Comment thread test/spec/modules/gemiusIdSystem_spec.js
Comment thread modules/gemiusIdSystem.js
Comment thread modules/gemiusIdSystem.js
Comment thread modules/gemiusIdSystem.js
primaryScriptWindow.gemius_cmd('get_ruid', function (ruid, desc) {
if (desc.status === 'ok') {
setResult({id: ruid});
} else if (desc.status === 'no-consent') {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A to w końcu jak to jest z tą zgodą? Bo to by sugerowało, że ta jakaś nasza biblioteka mówi czy jest zgoda czy nie

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dopisałem komentarz w https://gemius.atlassian.net/browse/HIT-1201?focusedCommentId=124834

Może faktycznie rozwiązaniem jest żeby to wydawcy sami przekazywali do skryptu gemius.js informacje, że potrzeba sprawdzać dodatkowe zgody. Wtedy po stronie Prebid.js wystarczy tak jak jest.

Comment thread modules/gemiusIdSystem.js Outdated
clock.tick(6400);
});

it('should return null id if no consent', function () {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tak jak rozmawialiśmy - fajnie byłoby dodać jeszcze jakiś test na przypadek jak zgoda jest

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.

3 participants