Posts Tagged ‘marketing’

An Open Letter to AT&T

Dear AT&T,

I am writing to let you know that your marketing department needs to be kicked in the head.   You see, I just got this letter in the mail from you:

Dear Preferred Customer,

Because we value you as a customer, I have a great deal for you.  It starts with the opportunity to get a FREE 3G phone when you activate an additional line of service!

That’s right, you’re Pre-Approved to receive a FREE phone when you activate an additional line of service with a new two-year agreement.

[...]

What’s more, you’ll continue to receive special equipment offers, plus a monthly corporate service discount of up to 8% on qualified monthly charges.

There are a few problems with this “offer”, all of which prove that you do not in fact value me as a customer.

First: This was printed with a computer.  Would it really have been too difficult to put my name instead of “Preferred Customer”?  It’s printed one inch higher, where the address goes, so clearly you know who this particular piece of paper would get sent to.

Second: I could not add a sixth line to my account even if I wanted to, because five lines is the maximum.

Third: My account currently has a 12% monthly discount through my employer.  Am I supposed to feel good that you’re offering me a smaller discount?

Fourth: As a result of the second and third points, I must conclude that “Pre-Approved” is a complete fabrication.  If there is a pre-approval process, it’s being run by a small group of blind monkeys.

So AT&T, you know that database query that extracts a list of customers for the mailing?  Yeah, pull that out.  I’m going to tell you how to fix your problems right now.

See how it starts with SELECT, then lists a bunch of fields, then it says FROM and a table name, and then there’s a WHERE clause?

Add two more things to that WHERE clause:

WHERE [...] AND discount < 0.08 AND num_lines < 5

You see, this way, you’ll filter out the people who couldn’t use your offer even if they wanted to (and you won’t insult them by offering them a discount lower than their current discount).

It’s a five second modification.  Please do it.  You’ll save trees not printing so many offers, and you’ll save money on paper and ink and postage.

Which brings up one last problem with this letter:

Fifth: You’re mailing me a paper letter.  I had thought I asked for everything electronically; it turns out that paper mailings are specifically opt-out.  Well, now I’ve opted out.

I probably would not have done that if you had bothered filtering your mailings so you would actually be sending them to people who might care.

Thanks for your attention.

Share on Facebook

Komodo SSL certificates…

… regardless of whether they’re a good deal, their marketing tactics leave much to be desired.

Friday morning at 7:15 am (when I needed as much sleep as possible because I was about to drive 850 miles), my cell phone rang.  It was Komodo, wanting to get me to buy an SSL certificate from them instead of from GoDaddy.

They must have some crawler out there, trawling the web for sites with nearly expired SSL certificates.  When the crawler finds one, it does a WHOIS lookup on the domain, looks up the administrative contact for the domain, and adds that contact to their call list.

Unfortunately, they have two problems:

  1. They didn’t verify either my area code (mountain time zone) or my address (pacific time zone) to make sure they wouldn’t be calling so early in the morning.  (The sales guy told me their system is only supposed to give them east coast numbers.)
  2. They didn’t try to find out if my number is a cell phone.  It’s illegal to cold-call cell phones; the only reason the call lasted as long as it did is that for a while I wasn’t sure whether Komodo was a subsidiary of GoDaddy or a competitor (they’re the latter).  A cell phone number being publicly available (in my case, in my domains’ WHOIS info) does not make it legal to cold-call the number for marketing purposes.

I’m going to file an FCC complaint; maybe lighting a fire under them will get them to fix their system.

Share on Facebook