> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for ShipmentLinkType

> Lists the enum values for ShipmentLinkType.

## ShipmentLinkType Enum

If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkType

| Name        | Value | Description                                                |
| ----------- | ----- | ---------------------------------------------------------- |
| Unknown     | 0     | Unknown - should not be used.                              |
| Link        | 1     | Clicked a link in the shipment                             |
| Image       | 2     | Viewed an image in the shipment                            |
| Unsubscribe | 3     | Clicked and executed an unsubscribe link in the shipment   |
| Consent     | 4     | Clicked and executed a manage consent link in the shipment |

## Usage

* [s\_link\_customer](../s-link-customer).link\_type - A connection between a customer and a link. Registered customers are identified when clicking on a link
* [s\_link\_customer\_statical](../s-link-customer-statical).link\_type - A connection between a customer and a link. Registered customers are identified when clicking on a link


## Related topics

- [Enum ShipmentLinkType](/en/automation/crmscript/reference/CRMScript.NetServer.ShipmentLinkType.md)
- [Enum values for ShipmentLinkAction](/en/database/tables/enums/shipmentlinkaction.md)
- [Enum values for ShipmentLinkRedirectKind](/en/database/tables/enums/shipmentlinkredirectkind.md)
- [Enum values for ShipmentLinkTaskFlags](/en/database/tables/enums/shipmentlinktaskflags.md)
- [s_link_customer table](/en/database/tables/s-link-customer.md)
- [s_link_customer_statical table](/en/database/tables/s-link-customer-statical.md)
