Help!...Dynamic insertion from email to webpage?

by 12 replies
14
Here's the dilemma.

I am creating an auto-responder series were an email link directs a subscriber to a savings coupon hosted on my website. The coupon is the incentive for signing up to my email list and would be valid for only 30 days from initial sign-up.

1) Since each person's opt-in is from a different start point, is there a way of capturing the date of the email and dynamically posting a date reflecting 30 days later into the expiration field within the coupon on my website?

There are actually two things I wish to accomplish: 1) dynamically set expiration date of coupons; 2) keep coupon from being used more than once by a single individual.

Any insight would be greatly appreciated.

Douglas
#programming #email #helpdynamic #insertion #webpage
  • You probably want to capture the date of the opt-in rather than the date of the email I would think. But either is possible. The question is, "dynamically set expiration date of coupons" how will you enforce the expiration date?
    • [1] reply
    • This is not a conventional email capture in terms of IM. I am setting up a computer terminal at a brick and mortar business--displaying only an optin webpage--where customers can enter their email in exchange for exclusive savings & offers via auto-responder.

      Expiration date is enforced at point of redemption, as the coupons will be printed out by the patron and handed directly to a clerk at time of purchase. Ten times cheaper and much more effective than direct mail that is sent out to canvas a random area.
      • [1] reply
  • What's the platform this is running on? Is that PC connecting to a web server? Tell me the setup.
  • What's the platform this is running on? Is that PC connecting to a web server? Tell me the setup.
    • [1] reply
    • MailChimp is the auto-responder service, coupons will be hosted with bluehost.

      The only thing on a coupon page will be the coupon image itself. Customers are directed here for the sole purpose of printing a coupon so they can redeem it in person.

      No other pages to navigate to, no other purpose for this domain other than to increase "return customers" through coupon distribution. Only current customers can arrive at this site through a link they click within their email by opting in for "special" savings.

      I appreciate your interest in brainstorming my dilemma.

      On a side note, I could insert the coupon image within the email itself without a link redirecting to a "coupon page," but I would still need to dynamically insert the expiration date onto the image, just within the email itself rather than on a separate webpage.
  • What I am trying to figure out is what that that coupon page is, technology-wise. Is it sitting on a web server being served by a PHP or ASP page, or something.

    Just list out the technology:

    1. PC in store is connected to the internet (or whatever)
    2. The coupon page is a PHP page that sits there waiting for someone to opt-in
    3. Once they optin, blah blah.

    Somebody built this, just tell me what they did.

    If I know HOW this is being done, I can tell you what you need to do.

    Thanks,

    Lisa
    • [1] reply

    • This hasn't been built yet. I am putting it together, but I am not a coder by any stretch of the imagination. I can manipulate html, so everything--including coupon pages--will be in html format. I am hoping I can just insert a bit of code to accomplish the dynamic insertion.

      1) PC in store is connected to the internet displaying an optin form
      2) Email sent, requiring double-optin verification
      3) 1st of series email sent, containing a link to an html webpage.
      4) Upon clicking the email link, person is sent to an html coded image of a coupon. (Print)

      However is best for achieving expiration date insertion, I guess I need to know what type of code needs to be generated so I can go about the process of finding the right person for the job.
      • [1] reply
  • For the php code to set the current date in a variable use the below code.
    Below are two ways you can get the same result:

    then all you have to do is set up a css based DIV statemen in html to position the date where you want it. Then inside the DIV echo the $date variable

    • [ 1 ] Thanks
    • [1] reply
    • TY goliathseo, I "think" I can figure it out from there.

Next Topics on Trending Feed