Jump To...
Regions
Asia
Caribbean
Central America
Eastern Africa
Eastern Asia
Eastern Europe
Melanesia
Micronesia
Middle Africa
North America
Northern Africa
Northern Europe
Oceania
Polynesia
South America
South-Eastern Asia
Southern Africa
Southern Asia
Southern Europe
Western Africa
Western Asia
Western Europe
Countries
Algeria
Argentina
Australia
Bangladesh
Bosnia And Herzegovina
Brazil
Canada
Chile
Colombia
Croatia
France
Ghana
India
Indonesia
Italy
Kenya
Macedonia
Malaysia
Mexico
Morocco
Nepal
Nigeria
Pakistan
Philippines
Romania
Russian Federation
Serbia
South Africa
Spain
Sri Lanka
United Arab Emirates
United Kingdom
United States
Streamlining Digital Gift Card Redemption
Reject Post
Send Tip
Tip will be emailed to the authorReport Post
- Report posts for breaking rules.
- To respond to the author use the QUOTE button.
Posted 10 months ago More by John M.
Just a suggestion for the file - The less potential errors in gaining signups, the better. To eliminate the manual entering of the redemption code for at least the digital gift cards and similar tools in the future it might be good to have a URL that passes the redemption code directly into the form - something like tripleclicks.com/tcard/<code here> thereby eliminating possible fumbles in that step.


Posts: 407
|
Followers: 203 |
20th year with SFI
That is a good suggestion. Mistakes can be made by manually writing the codes. This suggestion, if accepted will be very helpful.


Posts: 1,502
|
Followers: 607 |
Joined SFI: Jan 1, 2015
I would like 2 links to it.
Image and landing.
Also HTML code to paste a clickable banner into our blog/website.
Keep it simple.
Image and landing.
Also HTML code to paste a clickable banner into our blog/website.
Keep it simple.
You write the suggestion is for Digital TCards. I should mean it should be much more needed for physical TCards.
Digital TCards, they have the code in digital form and is only need to Copy/Paste it, that will not make many errors, but with physical TCards, they are need to type it, and that can make many errors for typing wrong.
Best regards
Svend
Digital TCards, they have the code in digital form and is only need to Copy/Paste it, that will not make many errors, but with physical TCards, they are need to type it, and that can make many errors for typing wrong.
Best regards
Svend
Posted 10 months ago More by John M.
I would like 2 links to it.
Image and landing.
Also HTML code to paste a clickable banner into our blog/website.
Keep it simple.
Hi Mary, We do have a gift card banners in marketing aids. This one is the leaderboard:
<IMG SRC="http://www.sfimg.com/SFIBanners/ban-gc2.png" border="0"/ >
You could link it to a page with a mail form, or have it click directly to the prospect's mail program to send you the request like this:
<a href="mailto:someone@example.com?Subject=Please%20Send%20Me%20a%20Gift%20Card" ><IMG SRC="http://www.sfimg.com/SFIBanners/ban-gc2.png" border="0"/ ></a>
You could also do it with a text link:
<a href="mailto:someone@example.com?Subject=Please%20Send%20Me%20a%20Gift%20Card" >Click Here to Claim Your Free Gift Card!</a>
You can create mailto links automatically through a form here:
www.rapidtables.com/web/html/mailto.htm
Always double check that your code is entered correctly and is working.