This schema describes objects returned by the Custom Tag Mapping endpoints.
tag_id field) with the email account (resource_id field). You can use it to see which tag si connected to which resource.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | A Unique identifier (read-only) |
tag_id | string (uuid) | Yes | ID of the tag this custom mapping belongs to (read-only) |
resource_id | string (uuid) | Yes | ID of the resource custom tag mapping belongs to, resource_type determines the type of resource (read-only) |
resource_type | number | Yes | Resource type of custom tag, can be 1 for campaigns or 2 for accounts. Possible values: 1 (Account), 2 (Campaign) (read-only) |
timestamp_created | string (date-time) | Yes | Timestamp when the custom tag mapping was created (read-only) |
organization_id | string (uuid) | Yes | Organization ID that owns this custom tag mapping (read-only) |