Publisher Direct Auth Providers
Overview
This dataset reflects metadata related to analytics providers detected directly on a publisher’s domain space (i.e. Auth0, Okta).
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the auth provider instance scanned on the publisher page. |
| publisher_id | integer | Maps to the id primary key in the publishers dataset. |
| affiliate_provider_id | integer | Maps to the id primary key in the auth_providers dataset. |
| last_detected | datetime | The last time the page was scanned by the Sincera platform. |
| detected_via | string | Indicates the mechanism the auth provider was identified (i.e. JS). |
| times_seen | integer | Count of times the given auth provider configuration has been detected by the Sincera platform for the given publisher. |
| created_at | datetime | Date when the scan was first generated by the Sincera platform. |
| updated_at | datetime | Date when the scan was last updated by the Sincera platform. |