Today is Day 8 in the 31 Days to Build a Better Blog challenge. Congratulations on making it this far!
Today I’m presenting you with a task that is perhaps a little less involved than some of the days so far. I wanted to give you something that would both help improve your blog but that wouldn’t take too long to either learn or implement (although it is something that you could dedicate a lot of time to if you have time on your hands).
Regular Expressions (RegEx) are a set of characters you can use match one or more strings of text. The main reason to use Regular Expressions is that they support wildcard matching, letting you capture a lot of variations (in URLs for example) using a single string of characters. Here are a few examples when Regular Expressions are useful in Google Analytics…
Let’s face it, your website is never really finished. Testing pages is an inexpensive way to manage a constantly shifting audience and market. It’s great for:
- Increasing ROI on your advertising
- Teaching you about the likes and dislikes of your customers
- Trying out alternatives used by competitors
- Breaking down preconceptions about what works
- Convincing a stubborn boss to try something new