%%[
var @subjectline, @preheader, @utm_campaign, @sourcecode
/* =================================================== */
/* Here's where you start your AMPscript configuration */
/* =================================================== */
/* Campaign Code (ID) */
set @campaign_code = "C11"
set @FIRST_NM = ProperCase(Firstname)
set @LAST_NM = ProperCase(LastName)
/* Subjectline */
if empty(@FIRST_NM) or empty(@LAST_NM) then
set @subjectline = "The Toyota Corolla keeps you connected"
else
set @subjectline = concat(@FIRST_NM, " ", @LAST_NM, ", The Toyota Corolla keeps you connected")
endif
/* Preheader */
set @preheader = "$2,000 Customer Cash available on the 2018 Corolla"
/* Please use the Campaign Name to Replace TBD */
set @utm_campaign = "C11-COROLLA201804_EM1of1"
/* Please use the sourcecode given to Replace TBD */
if recip_type == "final" then
if sourcecode != "COROLLA201804_EM1of1" then
RaiseError("Sourcecode is not correct",true)
endif
endif
/* ===================== */
/* END of your AMPScript */
/* ===================== */
/* Tracking */
set @TMS = concat("gstemail",Format(Now(), "yyyy"))
set @tracking = concat("tmsSiteAttribute=",@TMS,"&utm_source=Owner&utm_campaign=",@utm_campaign,"&utm_medium=email&Phint=campaign%3D",@utm_campaign)
if recip_type == "proof" then
set @subjectline = concat("[",@campaign_code,"-",emailtype,"-proof] ", @subjectline)
endif
]%%
%%=v(@subjectline)=%%
|
 |
|
 |
| Get |
| $2,000 Customer Cash¹ |
| on a new 2018 Corolla |
|
|
 |
 |
1 $2,000 Customer Cash from TMS/GST on a new 2018 Corolla. Customer Cash is not available with Special APR or Lease offers. Must take delivery from dealer stock. Dealer sets final price. Offer valid 04‑03‑2018 through 04‑30‑2018 in AR, LA, MS, OK, TX. Contact participating Dealer for details.
2 ToyotaCare covers normal factory scheduled service for 2 years or 25,000 miles, whichever comes first. See Toyota dealer for details and exclusions. Valid only in the continental U.S. and Alaska.
You received this message because you once submitted your email address to or requested information from Toyota. Gulf States Toyota does not sell or rent your email address to any third parties. To learn more, view our privacy policy here. To adjust your email preferences or to unsubscribe from email advertisements from Gulf States Toyota, Inc. click here.
This email was sent by Gulf States Toyota, Inc. P.O. Box 442166, Houston, Texas 77244‑2168, USA. All trademarks and registered trademarks are property of their respective owners. © %%=Format(Now(), "yyyy")=%% Gulf States Toyota, Inc. All rights reserved. |
 |
|
|