2008-06-23
IT Meets Marketing, IT Marries Marketing
Brad states that "Interactive online marketing is here to stay and will only grow larger in the foreseeable future. Getting the marriage between IT and marketing to meet the needs of online interactivity will be a key ingredient for many organizations. And at the heart of this marriage exists the need to integrate the IT resources into the marketing creativity process.". I couldn't agree more with him! When I was flying back from TDS08 in London I was thinking about that while reading Kotler's Marketing for Hospitality and Tourism.
You can read the full article here.
2008-06-05
MS Dynamics CRM 4.0 and Marketing Newsletters soon to come
As we are testing and developing our CRM 4.0 we are spending nearly 80% of our time trying to understand and overcome some limitations regarding this marketing process. We even developed a specific workflow to send newsletters from Queues and another one just to handle errors (Mail Delivery Failed, Undeliverable...). These workarounds are not perfect but they are very useful for us. I will also tell you how the unsubscribe works (dynamic, hardcoded...).
But you'll have to wait a couple of days because I'll be on holidays during next week.
2008-06-04
TDS08: My notes about "Discover How to Manage Your eCRM Initiatives In the World Of Internet-Based Loyalty" I
Xavier Vallée, AVIS UK
–Through research AVIS found out that usually online customers
• Read peer reviews (1/3) and 1/3 of those change their opinion upon reading (which translates roughly into 1/9 of online customers changing their opinion after reading reviews); [Pay attention to reviews!]
•Trust 2 times more in reviews than in official pieces of communication (marketing pieces, website…); [Interesting and disturbing for traditional marketing!]
–AVIS embraced this User Generated Content (UGC)/Social Media “opportunity” by seting up their own corporate blog called We Try Harder.
•Xavier stated they “listen to the customer” and reply when needed and that AVIS uses the feedback from this blog between others (other blogs they monitor and other sources of information) when they make decisions such as renewing their fleet and buy model A or B. [This is an example of how customer feedback can be used as an affordable source for innovation][EMBRACE!].
–[UGC/Social Media shouldn’t be ignored but embraced as an opportunity to develop online conversations with customers].
–[Click here for AVIS case study by market sentinel]
2008-04-22
Marketing Campaign Offer Limitation Workaround
- Export the Campaign Activity entity;
- Edit the "customization.xml" file (look for attribute/field "objective" and change length to up 100.000 characters);
- Import the "customization.xml" to your CRM;
- Publish your customization (just to make sure!).

This workaround may be unsupported but according to Jim Wang it's pretty safe. I hope Microsoft reviews this 2000 characters limitation and/or the ability to change it.
2008-04-18
Marketing Campaign Offer Limited to 2000 characters

If your HTML exceeds 2000 characters it will be truncated!

It isn't very difficult to write HTML pages with more than 2000 characters, specially if you have to include a lot of long links as I have to.

Suggestions how to hack this 2000 characters limit?
2008-04-15
How to send HTML marketing e-mails


If you feel comfortable with HTML you can write your HTML code directly into the OFFER field as I did. If you want to include images don't forget to make them available through a public web folder. In this example I used the Google logo.

As you may also have noticed I hard coded the UNSUBSCRIBE e-mail address link. There is an explanation for that. Normally one would simply write a regular unsubscribe text and then select that text and hit the UNSUBSCRIBE button available when seting up the new e-mail activity. However if you set the FROM field to a Queue (as I did) your unsubscribe e-mail link will be broken to "mailto:[Run_Time_Address]?subject=[Run_Time_Subject]". After a lot of testing I gave up of this feature and decided to hard code the unsubscribe text/link. Doing this I'm also sure to include the unsubscribe text/link. I should warn you that the unsubscribe e-mail To should be the Queue's e-mail and the subject should be "UNSUBSCRIBE: E-mail Activity Subject". It's very important to match the UNSUBSCRIBE subject with the e-mail activity subject or the CRM won't be able to connect the unsubscribe request with the campaign in order to automatically create a campaign response and set sender's Send Marketing Materials = NO.
I will write a specific post about How to send e-mail campaigns from queues because I have some useful tips and tricks for you.