How to Avoid the SPAM Folder in 10 Easy Steps - 0 views
-
@KISSmetrics This is a great tutorial for how you can keep your emails from getting tagged as SPAM. As a side bonus, these techniques will also help get more of your emails read by your prospects.
I especially like "Sending emails onec every two or three months can be more detrimental than sending multiple emails dialy. Why? Your customers may forget all about you."
Get a Free Copy of my Book for Your Kindle, iPad or Smartphone Your Customer Creation E... - 0 views
-
I'm giving away free copies of my book Your Customer Creation Equation: Unexpected Website Formulas of The Conversion Scientist. There are no strings attached.
Starting December 15 and running through December 19th, my book will be completely free in the Amazon Kindle Store. Just click on "One Click Buy" during the promo dates, and it'll be delivered right to your Kindle free of charge.
Don't have a Kindle? Never fear. You can read it on the Amazon Cloud Reader on your computer, or through the free Kindle App available for your Smartphone or iPad.
So what is this book I am offering for free? It's called The Customer Creation Equation: Unexpected Website Formulas of The Conversion Scientist™. It gives readers the foolproof formulas to creating a website that not only gets the right traffic, but converts that traffic to customers, returning customers and advocates.
Some of the great things you'll learn in this book:
- Identify the unique customer creation formula for your site. - Set up your own digital conversion lab to measure your progress. - Develop landing pages for your site that actually deliver. - Charge your marketing "batteries" to reduce your advertising expenditures. - Communicate authoritatively with designers, developers, and executives.
So please, do not buy this book.
Go over to the Kindle Store and get your copy absolutely free. Your website will thank you for it.
Regular Expressions Guide for SEO, Google Analytics & Google Tag Manager - 0 views
-
Regular expressions rear their ugly head in more and more places. Google Analytics is just one.
For me the regular expression showed up in the excellent Yoast SEO plugin for Wordpress. I needed to redirect a URL that had parameters, like this:
http://conversionsciences.com/conversion-upside-report/?t=10000&v=344&x=250
To do this, I could not use a regular redirect, as everything after the ? would be stripped away. I needed to use a Regular Expression Redirect. However, this sort of thing -- using query parameters -- wasn't covered in any of the Yoast documentation.
This article gave me the hint I needed, and the technique that ended up working. To summarize, I used the following regular expression to match my URL with the parameters:
^\/conversion-upside-report($|\/.*$)
The parentheses save the matching contents into a variable, which I can access using $1 in the new URL, like this:
resources/conversion-rate-optimization-calculator/upside-report/$1
It worked great. Give it a try: http://conversionsciences.com/conversion-upside-report/?t=10000&v=344&x=250
Thanks to Himanshu.
52 Research Terms you need to know as a UX Designer - 0 views
-
If we think using unfamiliar words makes us sound smart, @GuyLigertwood has broken the spell. We've been talking alot about behavioral science and the data that drives it. Now you will know what we say with 52 explanations of the terms we tend to bandy about. It's just enough explanation to "get it" and you can drill down into the liked videos.
1 - 7 of 7
Showing 20▼ items per page
This affects more than just analytics tools. Advertising networks, ratings and review systems, user feedback systems and more rely on properly implemented javascript tags.
The promise of "Tag Managers" is that you can put one set of code on all of your pages, and then control, monitor and edit the javascript for all of these tags in one place, using rules to determine which tags get placed on which pages. It's another way for marketing to monitor the implementation of online systems without being beholden to IT.
Yay!
So, how are the biggest ecommerce companies using Tag Managers? Here's your answer.