Affiliate Providers
Overview
This dataset reflects metadata related to known affiliate providers (i.e. Amazon). 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 affiliate provider instance scanned on the publisher page. |
| name | string | Friendly short name of the affiliate_provider. |
| adsystem_id | integer | Maps to the id primary key in the adsystems dataset. Will be marked as NULL if no association. |
| regex | string | Regex metadata containing the affiliate-specific parameters stripped from the page being scanned. |
| link_owner_regex | string | Regex metadata containing affiliate owner parameters stripped from the page being scanned. |
| 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. |
| text_regex | string | Regex metadata containing the auth provider plain text description stripped from the page being scanned. |