Friday, September 4, 2009

Using Industry Awards to Effectively Grow Your Business

Picture 20If you're streaming a small playing today, congratulations! You should be proud that you're  ownership the frugalness going. You should also give yourself a huge pat on the back for surviving and thriving. One of the easiest and most inexpensive ways of giving yourself that pat on the back is to apply for industry awards that you could be eligible for.

Why Should You Take Your Time To Apply for Industry Awards?

Great question, because in many cases it takes a clump of time to answer a lot of questions to win your award. But I will tell you, it can impact well to help acquire your business. Many nowadays awards are judged by a third party who validates that what you do is worthy of an award, and ensures that what you provide meets their requirements. So who are they to judge? Well they may be your peers in your industry, they may be your customers and they may be leaders of your industry association. Either way, it's the validation that counts. Why?

  • Your customers like to be associated with a winning company.
  • When prospects wager that you've won an honor it could sway them to you instead of your competition because they may intend a sense that you are a "real" and "quality" entity.
  • People that visit your playing wager your awards on your face door and on your website. This lends quality to your biz.
  • Winning awards can improve employee morale. Employees like to thump their chests and tell customers why you won a particular award. If they're selling your product, it makes their job easier because of this "stamp of approval".
  • Awards can intend you quality employees. If you're voted as having quality products, a quality site or storefront, people are drawn to this because they poverty to impact for the winner.

How Should You Market Your Awards?

Make them striking in your business - Whether you have cubicle farm or a retail store, attain sure that your employees and customers wager your awards by framing them, displaying them on a stand or a label on your window. It doesn't have to be hokey, just prominent.

"Award-Winning" - You can include these words in your brochures, your site and any press you do that you have an "award-winning" company. Be proud!

Use Award Logos - Use the logos in your online advertising, put them on your direct mail pieces, include them on your playing cards, display them on your bag page, and include them in your bio or on your about page. The more striking you attain them the better you'll look.

Press Release - Announce to the world that you've won your award. Then attain sure you publicize the news out to social media outlets like Twitter & Facebook.

Email Marketing - Include the logos and the news about your honor in your newsletters.

Awards are a artefact to gain recognition for you, your playing and your website. They bring prestige and more reciprocation to you, and they enhance your quality as a business. Check out your industry honor possibilities today.


Wednesday, September 2, 2009

iContact Names Keith Moore as Chief Marketing Officer


Tracking Forms using Google Analytics (using Goals)

I'm a huge analytics fan. I recently posted about how we helped a topical wine bar take advantage of our Forms functionality. What I hadn't mentioned is that we implemented Google Analytics to track the results. In this place I'm going to show you how, it's rattling easy, and the data you'll see crapper be extremely useful.

STEP #1 - Add the Google Analytics cipher to your Web Site HTML.

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-xxxxxxx-x");
pageTracker._setDomainName("none");
pageTracker._setAllowLinker(true);
pageTracker._trackPageview();
} catch(err) {}</script>

Notice the brave items above. They are the key to making everything work. Remember you need to make trusty the cipher on your site has the two brave lines. So pay careful attention if you already hit Google Analytics implement on your scheme site.

STEP #2 - Add the Google Analytics cipher to your Form HTML

Go to the Forms section in StreamSend and utter the "Form HTML" unification under the appropriate Form. Next utter on Edit unification for the "Subscribe" page. Add the Google Analytics cipher above right before the closing attach (all the way at the end of the form). Save your changes and you are every set.

STEP #3 - Add the Google Analytics cipher to your Form Thank You HTML

Go to the Forms section in StreamSend and utter the "Form HTML" unification under the appropriate Form. Next utter on Edit unification for the "Thank you" page. Add the Google Analytics cipher above right before the closing attach (all the way at the end of the form). Save your changes and you are every set.

Step #4 - Tag every course or email signup boxes pointing to the Form on your own site


If you are linking to the form from your scheme site, then you need to add whatever cipher so Google crapper properly associate the utter to the form.

Links:
<a href="http://app.streamsend.com/public/xxx/xxx/subscribe" onClick="pageTracker._link(this.href); return false;">Sign up</a>The brave above should be additional to your links.

Form Box:
<form name="subscribe" action="http://app.streamsend.com/public/f2gK/Gfr/subscribe" method="post" onSubmit="javascript:pageTracker._linkByPost(this)" target="_blank">
...
</form>
The brave above should be additional to your sign up box on your scheme site.

Step #5: Create a Goal in Analytics to track the signups
  • Login to Analytics and go to the Home Page.
  • Locate your scheme site's strikingness and utter the edit URL.
  • Under the "Conversion Goals and Funnel" utter on the "Edit" unification incoming to either of G1, G2, G3 or G4. (there are 4 because Google allows you to configure up to 4 goals).
  • Fill out the values as described below:
  • Active Goal : ordered to on
    Match Type: Regular Expression Match
    Goal URL: (skip this, we'll come back to this later)
    Goal Name: Create a content name you like
    * The rest you crapper leave as is...

    Now the Goal URL is based on your sign up form's URL. You crapper find the URL in the Forms section in StreamSend. It looks something same this: https://app.streamsend.com/public/f2gK/Gfr/subscribe. Notice the two brave values, they are important. The Goal URL is essentially in the following format:

    /private/VALUE1/VALUE2/.*/thank_you

    So for the example above it would be:

    /private/f2gK/Gfr/.*/thank_you
    Here is a screen shot of how the content is organized in analytics. what it would countenance same in Google Analytics.


    Step #6 - Login to Analytics and you crapper today see your form signups in reports!

    Remember it takes a couple hours before Google reports on data. So test it, and check back the incoming day to make trusty it's every employed properly.

    Hope this is helpful. In a incoming blog place I'll outline using Transactions as opposed to Goals (since with goals you are limited to 4). It's multipurpose for those that plan on using a multiple Forms.