s_link_customer_statical Table (338)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
A connection between a customer and a link. Registered customers are identified when clicking on a link
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| The email address of the bounced email | String(255) | ||
| link_id | Connection to a link that the customer clicked on | FK s_link | |
| shipment_id | Which shipment the customer received. | FK s_shipment | |
| pressed | When the link was clicked. | DateTime | ● |
| link_type | If this is a link to a link or an image (gif/jpeg). See SpmLink::LinkType | Enum ShipmentLinkType | |
| page | Indicates the page number for this gif link | Int | |
| http_user_agent | The HTTP_USER_AGENT reported when the customer opened this link | String(1024) | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| String(255) | Index | |
| link_id | FK | Index |
| shipment_id | FK | Index |
| link_type | Enum | Index |
| shipment_id, email | FK, String(255) | Index |
| link_type, shipment_id | Enum, FK | Index |
Relationships
| Table | Description |
|---|---|
| s_link | Links in messages to measure success rate of a campaign. |
| s_shipment | Contains info about one shipment. The addresses are stored in s_shipment_addr |
Replication Flags
- None
Security Flags
- No access control via user's Role.