• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

s_link_customer Table (337)

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
customer_id Connection to a customer that clicked on a link FK person
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) ●

s_link_customer table relationship diagram

Indexes

Fields Types Description
id PK Clustered, Unique
customer_id FK Index
link_id FK Index
shipment_id FK Index
shipment_id, customer_id FK, FK Index
link_type, shipment_id Enum, FK Index

Relationships

Table Description
person Persons in a company or an organizations. All associates have a corresponding person record
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.
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top