Miguel
Miguel
@CJxD just committed all your suggestions, thanks!
@pm-harshad-mane I really like the idea. But for the eids method, how can I access the configuration? Gonna dig in but if you could point me to how I can...
@pm-harshad-mane I'm referring to line 103 in pairIdSystem.js. You can see the line here: https://github.com/prebid/Prebid.js/blob/master/modules/pairIdSystem.js#L103 The eids module attribute is called by modules/userId/eids.js: https://github.com/prebid/Prebid.js/blob/master/modules/userId/eids.js#L67 Which helps construct the final bid...
@jlquaccia My main concern here is that the caller must call getId() first in order for eids to return the correct values.
@pm-harshad-mane @bmilekic @jlquaccia After some internal discussion we've gone aheand and decided not to make it backward compatible. We also chose to remove the gvlid as that didn't make much...