Skip to main content

Home/ Online Conversion/ Group items tagged calculator

Rss Feed Group items tagged

Brian Massey

421JuneROIWorksheet.pdf (application/pdf Object) - 0 views

  •  
    ROI Calculators can be used to help prospects justify taking action. I thought that this Marketing Sherpa ROI calculator did a great job of mixing the helpful with the fun.
Brian Massey

The Carlin Ad-Speak Calculator from MarketingBeyondAdvertising.com - 0 views

  •  
    Tom Wanek's Ad-Speak Calculator from The Wizard of Ads
Brian Massey

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.
Brian Massey

17 (of the) Best AdWords and SEM Guides of 2011 | Webbiquity | B2B Marketing Blog - 0 views

  •  
    When calculating your conversion rate, the bottom half of the fraction is visits. The lower this number is, the high your conversion rate. That's right. You can increase your conversion rate by lowering your traffic. Likewise, you can destroy your conversion rate by driving lots of unqualified traffic to your site. AdWords and SEM are designed to get only qualified traffic to your site, traffic that is likely to increase your conversion rate.

    So, I'm pleased that my column on the Backward Landing Page was included in this roundup of AdWords and SEM guides. After all, the top half of your conversion rate fraction is the number of conversions. Landing pages have everything to do with that.
1 - 4 of 4
Showing 20 items per page