Info Object
Info
info. codes will output only the information called for:
Info | Output |
info.workspace_name | Workspace name |
info.project_name | Project name |
info.campaign_name | Campaign name |
info.workspace_id | Workspace ID number |
info.project_id | Project ID number |
info.campaign_id | campaign ID number |
info.campaign_ref | An option reference which isn't defaulted |
info.timestamp | Timestamp in YYYMMDDhhmmss format |
info.timestamp_hires | Timestamp with milliseconds: YYYYMMDDhhmmssnnnnnn |
info.random | Random alphanumeric string of 16 characters |
info.random_integer | Generates a random unique number each time it is called |
info.ad_tag_integer | Used for various online advertising systems for unique number generation |
info.subject_line | Campaign subject |
info.contact_guid | Unique ID representing the Contact |
info.contact_id | Contact ID number |
info.md5_email | md5 hash of contact's lowercase email address |
info.sha256_email | sha256 hash of contact's lowercase email address |
info.unique | Unique 8 character alphanumerical string, with hires timestamp appended |
info.email_localpart | Lowercased local part of email address |
info.email_domain | Lowercased domain of email address |
Example
Example to automatically pull in subject line for the title of the email's web version.
<html><head><title> [* info.subject_line *] </title>...