Survey Providers
Overview
This dataset reflects metadata related to known survey providers (i.e. Qualtrics). These are not always associated with a particular Ad Systems provider, but are grouped together given their relation to how ads are personalized.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Unique identifier that applies to the survey provider instance scanned on the publisher page. |
| adsystem_id | integer | Maps to the id primary key in the adsystems dataset. Will be marked as NULL if no association. |
| name | string | Friendly short name of the survey_provider. |
| display_name | string | Additional name of the survey_provider that is used within the Sincera application. |
| detected_js | string | Provides the JS tag detected by the Sincera platform that instantiates the survey provider. |
| detection_url | string | If not set to NULL, will indicate the redirect URL where the JS tag is located. |
| verified | boolean | Indicates whether the survey provider has been verified by the Sincera platform. |
| featured | boolean | Indicates whether the survey provider has been featured in the Sincera console. |
| 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. |