Campaign
Campaign predefined values
Merge-words that are constant in your campaign. {{PREDEFINED `my_shop_name`}}
Prettifiers are allowed.
Predefined values can be defined on GetResponse WWW. Empty string is inserted into the message on undefined value.
Campaign or contact or message info
Basic merge-words providing info about campaign, contact or message. Please note that "contact" is called a "subscriber" in tokens due to backward compatibility.
md
{{CONTACT `subscriber_name`}}Supported tokens:
subscriber_namesubscriber_first_name– Everything up to first space.subscriber_last_name– Empty if name doesn’t consist of two parts separated by space.subscriber_emailsubscriber_ipsubscriber_origincampaign_name– Refers to message's campaigncampaign_description– Refers to message's campaigncampaign_from_name– Refers to message's campaigncampaign_from_email– Refers to message's campaigncampaign_reply_to_email– Refers to message's campaigncampaign_link_protocol– Refers to message's campaigncampaign_link_domain– Refers to message's campaignmessage_from_namemessage_from_emailmessage_reply_to_emailcampaign_idmessage_idsubscriber_idmessage_name– Empty in subscription confirmation messages
Prettifiers are allowed.
Empty string is inserted into the message on undefined value. This behavior can be changed by providing default value.
md
{{CONTACT `subscriber_name` `My friend`}}TIP
Tokens campaign_id, message_id, and subscriber_id return the same IDs as in API. For example you can pass subscriber_id token in links:
md
{{LINK `http://myshop.com/index.html?visitor={{CONTACT `subscriber_id`}}`}}After receiving click on your server use this ID to get additional info about visitor from API using getContactById.
