An Alert containing a message from the Network or from HasOffers.
Name | Type | Description |
---|---|---|
content | Nullable String | An extended message. For custom alerts ("type_code" of "100"), this may be present and contain extended/detailed information. Not applicable other "type_code" values. |
data | Nullable String | This is required if the "type_code" is anything other than "100". External callers should not generate alerts that require this field. This is a serialized object containing data required for the associated "type_code". |
date | Date | The date the Alert was created |
datetime | Datetime | The date the Alert was created |
description | Nullable String | A brief message/overview. May be supplemented or replaced by additional details in the "content" field. |
employee_id | Nullable Integer | Applies only to Alerts created manually in the application. This is the ID of the Employee that created the Alert. |
id | Integer | ID of A unique object for the Alert This parameter is non-writable |
ref_affiliate_id | Nullable Integer | For Alerts related to Affiliate fraud ("type_code" of 401, 402, 501, 502) this is the Affiliate ID referenced by the Alert |
ref_id | Nullable Integer | DEPRECATED. This field should be ignored. |
ref_key | Nullable String | DEPRECATED. These are used internally for certain Affiliate fraud-related Alerts. The "type_code" should be consulted instead to determine the type of Alert. |
status | String | The status of the AlertShow Supported Values |
title | Nullable String | The title of the Alert. This is required if the "type_code" is "100". |
type_code | Integer | A number identifying the type of Alert. Do not create Alerts with "type_code" values other than "100", as those codes are reserved for HasOffers-generated alerts.Show Supported Values |