Posts Tagged ‘google adwords’

« Older Entries
Nov 20
2009

It is a crime to have your AdWords campaigns on auto-pilot! :)

Google AdWords Alert functionality allows you to proactively monitor your AdWords campaigns with custom alerts. Set your campaign criteria via custom alerts and AdWords will notify you within the account or via email.

Log into AdWords and Alerts will greet you and you are presented with changes to key performance indicators at a glance.

Increase Traffic with New Keywords Alert

Please note the keyword suggestions need careful review. Please take the time to review the keywords before adding, also consider giving feedback to AdWords regarding the relevancy of suggestions.

Custom Alerts

To support active monitoring of KPI fluctuations you want to track and take action on, email yourself the Alert. In the office or on the go, use the powerful AdWords Alerts to stay plugged in to your campaign performance.

Similar to the Google Analytics intelligence alerts, AdWords offers customizable alerts – thirteen alert types!

From Impressions to Conversion metrics, you can choose:

  • metric
  • operator
  • comparison timeframe
  • frequency of alert
  • method of delivery

Powerful data formally requiring a manual investigation is now neatly delivered to your AdWords interface or email for quick action! :)

If you have a MCC, hang on because there is no alert access via MCC yet; you will have to log in to each account for Alert control.

See AdWords Alert blog post more details. This functionality is only available in the USA and a few other locations for now.

Happy Optimization! :)

Technorati Tags: ,

Oct 13
2009

I’m at the Googleplex this week participating in a summit. One of the keynotes is Dan Siroker, Former Director of Analytics for the Obama Presidential Campaign and is currently co-founder of CarrotSticks, a website aiming to improve math skills in kids.

Yes the election is over and this might sound like an out of the date post, but actually the message here is that Dan went on to found a start-up with the knowledge and expertise he gained from the Obama campaign. What he accomplished and learned in the political campaign is very applicable to the private sector and hopefully we can all learn a thing or two.

Some interesting facts about Obama is he out-performed McCain in the “new media” category significantly, in terms of Facebook friends, YouTube views, and website unique visitors, as well as the very important aspect of fund raising. The money raised for Obama was $656 million versus $201 millionfor McCain (not counting the Federal funds). Out of the $656 million, a staggering $500 million was raised online.

Analytics Lessons Learned

  1. Define success and also define quantifiable success measures.Metrics, like cost per click, email sign up rate, and revenue per email recipient. In Dan’s startup, he is now measuring: cost per click, cost per playing user (free account), revenue per paying user (paid account). So when the revenue per paying user exceeds the cost per playing user, they make money! :)
  2. Question assumptions.Testing is king, A/B and multivariate testing both play a key role in deciding what call to action, what creative, and other aspects work best!
  3. Divide and conquer.Segment users, for example, those that never signed up, those signed up but never donated, and those that previously donated.
  4. Don’t reinvent the wheel.Use available and free tools like Google Apps, Google Websize Optimizer, and Google Analytics.
  5. Take advanatage of circumstances.Whether it is internal to your business or something external (economy, competitiion, etc), give your visitors current and relevant content.

Technorati Tags: , , ,

Jun 08
2009

Urchin 6.6 has just been rolled out and you will want to get your hands on it right away! Although this is a point release (from 6.5 to 6.6), the Urchin 6.6 feature list is quite impressive. The folks at Google must have been burning the midnight oil to get these many features packed up in this one release. :) Here are the highlights:

  • Deep, deep, deep integration with Google AdWords
  • Data Export API
  • External Authentication (LDAP)
  • Auto CPC cost data import from Yahoo
  • A number of Admin, Log Processing, Security and Utilities bug fixes and enhancements

If the above has piqued your interest, then read more below. :)

Urchin Integration with AdWords

  • Budget Alerts: Notification when AdWords campaign budget is about to expire.
  • Keyword Generation Tool: Addition of the Keyword Generation tool in Urchin, add & delete keywords in your AdWords campaigns.
  • Direct Access to AdWords: Skip the AdWords login process, directly link from Urchin to AdWords after proper set up, save time.
  • Dynamic Keyword Insertion: Import cost data simply from AdWords with this new feature which inserts a dynamic keyword insertion tag {keyword} in ad destination URLs.
  • AdWords Optimizer: Optimize AdWords campaigns in Urchin & those changes are automatically applied in AdWords.
  • Copy Campaign Tool: Copy campaigns from other ad networks into AdWords.

New Urchin Metrics & Reports

  • Performance Comparison: Compare & Analyze campaign performance from all sources & mediums.
  • Time on Site: Dig into customer engagement with visitor time on site information.
  • Campaign & Keyword Views: Reports display paid campaign & keyword data.

Urchin API

  • Export your data from Urchin and run your own application. Protocols supported: SOAP 1.x & REST

Other Enhancements & Bug Fixes

  • Demo license change. Profiles & log sources now have a limit of 5 each. No other limits have been implemented.

Go to our Urchin sofware page to download the new Urchin files. For additional information about Urchin, contact one of our Urchin experts.

Related Posts

Technorati Tags: , ,

Feb 25
2009

Integrating lead information from one system such as Google Adwords into a CRM like Salesforce is definitely not a new topic, especially since the Salesforce-Google Adwords integration has been announced for a while now.

I want to highlight the steps required for a seamless integration, as well as a few additional pro-active steps you want to take to keep your Google Analytics data clean. The same concept would apply to other analytics tools you might be running. As Avinash always reminds us, data accuracy is always one of the biggest challenges in web analytics.

Here are my steps:

  1. Create Adwords and Salesforce accounts.
  2. Link Google AdWords with Salesforce.
  3. Exclude SalesForce parameters from Google Analytics.
  4. Set up AdWords lead tracking.
  5. View report.

1) Create Adwords and Salesforce accounts

You need to have a Google AdWords account and a Salesforce account before you can integrate them.

2) Link Google AdWords with Salesforce

  • In Salesforce, click the Google AdWords Setup tab.

  • Enter your AdWords customer ID and login e-mail.

3) Exclude SalesForce Parameters from Google Analytics

When Salesforce performs its integration with AdWords, it appends parameters (_kk and _kt) to all destination URLs in your AdWords account. We suggest that you strip these query parameters out of URL to insure no duplicate entries in your Top Content report.

To strip the query parameters, please follow these steps:

*A note for AdWords managers. Keep in mind that when Salesforce appends the destination URLs with its _kk parameters, this is actually “editing” your AdWords ads and the stats associated with these ads will now reset, according to how Google AdWords works.

4) Set up AdWords Lead Tracking

  1. Back in SalesForce, click on the Google AdWords Setup tab.
  2. Click on the “Set up Lead Tracking” button.

i – Create a Web-to-Lead Form

  • Click on the “Create Web-to-Lead Form” button

  • Add the form to your page
<META HTTP-EQUIV="Content-type" CONTENT="text/html;
charset=UTF-8">
.
.
.
<form action="https://www.salesforce.com/servlet/servlet.WebToLead?
encoding=UTF-8" method="POST">

<input type=hidden name="oid" value="xxxxxxxxxxxxxxx">

<input type=hidden name="retURL"
value="http://www.mysite.com/thankyou.html">

<label for="first_name">First Name</label><input id="first_name"
maxlength="40" name="first_name" size="20" type="text" /><br>

<label for="last_name">Last Name</label><input id="last_name"
maxlength="80" name="last_name" size="20" type="text" /><br>

<label for="email">Email</label><input id="email" maxlength="80"
name="email" size="20" type="text" /><br>

<input type="submit" name="submit">
</form>

ii – Add the Salesforce Tracking Code to the Website

Typescript,Computer Graphic,Text,Single Word,Article,Newspaper Headline,Information Medium,Newspaper,Printed Media,Print Media,The Media,Folded,Report,Business,Finance,Banking,Document,Paper,Printing Out,Printout,Print

Add the following tracking code to every page of your site right before the </BODY> tag

<!-- Begin Salesforce Tracking Code -->
<SCRIPT type="text/javascript" src="https://lct.salesforce.com/sfga.js">
</SCRIPT>
<SCRIPT type="text/javascript">__sfga();</SCRIPT>
<!-- End Salesforce Tracking Code -->

iii – Test Your SalesForce installation

By clicking the “Test your Setup” you will be able to test the installation of the codes in step i and ii

5) View report

This report gives an overview of the leads submitted to SalesForce from your website

For more detailed information, click on each lead and learn more about the lead source

Technorati Tags: , , , , , ,

Dec 19
2008

Urchin 6.5 was just released and we recommend you upgrade to take advantage of these new features:

  • The best new feature: a Pay-per-Click (PPC) data manager lets you create PPC sources that automatically import cost data from Google Adwords.
    • These PPC sources can then be applied to profiles as easily as you would apply log sources and filters!
    • Currently, this feature does not work with the autotagging feature of Google Adwords.
  • Urchin has been updated to show Chrome as a browser and Android as an operating system.
  • The installer has been improved to make for a more seamless installation or upgrade.
  • The Urchin configuration management utility has had its functionality extended.
  • The geo database has been updated to December 2008 data.
  • Some localization issues have been fixed.
  • Urchin help topics (both internal to the application and in the online Urchin Help Center) have been updated.

Feel free to contact us for all your Urchin consulting needs.
You can also download Urchin from our Urchin software page.

Technorati Tags: , , , ,

« Older Entries