Publisher Logins
Overview
This dataset contains information about which publishers / domains have direct login mechanisms, such as emails and password input fields. This dataset is useful for quantifying which publishers support determistic inputs for cookieless identifiers.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | unique identifier that applies to specific publisher login row. |
| publisher_id | integer | foreign key of the publisher that the given login detection event applies to. |
| direct_login_identifiers | string | enum that contains the event types detected on the publisher. Potential values are emailOrUsername, password |
| social_login_identifiers | integer | whether or not social login (ex “Login with Facebook”) was found on the publisher. Not yet live. |
| has_newsletter | boolean | Whether or not the publisher also supports newsletter signups. Not yet live. |