<div style='background-color: none transparent;'></div>

backlinks check Google

Bài đăng phổ biến

Blogger tricks

Hacking BLog

Showing posts with label Reporting and Analytics. Show all posts
Showing posts with label Reporting and Analytics. Show all posts

Dashboards, Advanced Segments, And Custom Reports For Your Business Needs

Tuesday, February 5, 2013

A version of this post originally appeared on the Google Analytics Blog.

We’ve heard you loud and clear that getting started on Google Analytics can be challenging. It’s such a robust tool with a variety of reports, filters, and customizations that for a new user it can be overwhelming to figure out where to look first for the data and insights that will enable you to make better decisions. For more advanced users it can be time consuming to build out different variations of reports and dashboards to get the clearest snapshot of your performance. That is why we’ve created the Google Analytics Solution Gallery.

The Google Analytics Solution Gallery hosts the top Dashboards, Advanced Segments and Custom Reports which you can quickly and easily import into your own account to see how your website is performing on key metrics. It helps you to filter through the noise to see the metrics that matter for your type of business: Ecommerce, Brand, Content Publishers. If you're not familiar with Dashboards, Advanced Segments and Custom Reports, check out these links to our help center for detailed descriptions on how they work and the insights they can help provide.

Examples

Here are a few examples of the solutions that can be downloaded into your Google Analytics account to see how the analysis works with your data.

Note: You should already have an Analytics account with data to have these solutions be effective for you.
  • AdWords (Google CPC) Performance - Use this segment to analyze the performance of AdWords traffic. You can also create segments to compare your CPC traffic from other sources and compare performance between them.
  • 6+ Keywords - Learn which long-tail keywords with more than six words your visitors are using to find your site. Then refine your pay-per-click ads and SEO to drive more qualified visitors to your site.
  • Paid vs. Organic Search Performance - Do you know the behavioral differences between users who click on your paid ads and those who click on your organic search results? Use this report to understand the different ways they interact with your site and how to improve performance based on these findings.

How do I add these to my account?

We’ve designed it so it’s easy to get started. Simply go to the Google Analytics Solution Gallery, pick from the drop drown menu the solutions that will be most helpful for your business. Select from Publisher, Ecommerce, Social, Mobile, Brand, etc.. . Hit “Download” for the solution you want to see in your account. If you are not already logged into Google Analytics we’ll ask you to sign in. Then you’ll be asked if you want to accept this solution into your account and what Web Profile do you want to apply it to. After you select that it will be in your account and your own data will populate the report.

We’re planning on expanding on this list of top solutions throughout the year so be sure to check back and see what we’ve added. A big thank you to Justin Cutroni & Avinash Kaushik for supplying many of the solutions currently available.

Ian Myszenski, Product Marketing Manager, Google Analytics Team 
Continue Reading | comments

Google Tag Manager: Video and Q&A

Tuesday, November 27, 2012

Have you ever struggled with implementing new marketing and measurement tools on your website? For many people, deploying data collection “tags” (like conversion tracking, remarketing, audience reporting and analytics) can take weeks or months. Worse, the tag implementation is often incorrect, meaning you’re missing out on valuable information about your site and its users.

It doesn’t need to be difficult. We recently held a webinar to introduce users to Google Tag Manager, a free tool that helps marketers and IT departments manage their marketing and measurement tags quickly and easily. Watch the video here to learn more about:
  • Overall benefits and features of using Google Tag Manager
  • A quick demonstration of how to deploy a new tracking tag
  • Tips for getting your company started with Google Tag Manager



In addition to this webinar, we’ll be hosting a technical webinar in January to help new users through the nuts and bolts of installing Google Tag Manager (with lots of concrete examples). Stay tuned -- we’ll share registration information in a future blog post, or you can check back on the Learn with Google webinar site.

Read on for responses to some of the top questions we received during the webinar.

Questions and Answers

Where can I find out more about the core concepts described in the webinar?
To learn more about the Google Tag Manager management interface, please visit our Help Center -- you may want to start with our Before you Begin article. There you can find more information about key concepts like Tags, Rules, and Macros. For developers interested in how to implement Google Tag Manager, please visit our developer documentation. Or if you’d like help with implementation, you can contact one of our Partners. You can also ask questions (and find responses to questions from others) on the Google Tag Manager product forum.

What happens to historical data if we move to Google Tag Manager?
All of your historical data should be preserved when you move to Google Tag Manager. Google Tag Manager only changes the way that tags are deployed and managed on your site, it does not change the way data is collected.

How would you migrate a tag?
Follow these steps to migrate tags -- whether it’s a single tag or all the tags on your site. If you’re just getting started, take a look at our Before you Begin article.
  • Create a Google Tag Manager Account and a Container associated with that account.
  • Install that Container code snippet on every page of your website (so that it appears immediately after the opening <body> tag). The container should be empty.
  • Map your site - thinking about what data you want to collect, what events you want to track, and which tags you want to use to track that data. You should think about where your current tags are implemented, but now is a great time to rethink your overall data collection goals and start fresh.
  • (Optional) If you would like to make use of the Data Layer functionality, create a data layer on the pages where you wish to pass information or fire tags
  • Create Tags, Rules and Macros within the Google Tag Manager interface according to the map you just created. Make sure to apply the correct Rules to your Tags to make sure they fire in the right place.
  • Test the changes you’ve made in Google Tag Manager using debug and preview mode.
  • Then push a version of your site live that has removed the hard-coded tags from within the page. At this time, also Publish your changes using the Publishing feature of Google Tag Manager, which pushes the changes live to the site.
For more precise details on these steps, read our developer documents about migration.

Can you add tags to events or buttons?
Definitely! In order to use Google Tag Manager to fire tags on events and buttons, follow these steps (for more detail, read our developer document on event handlers):
  • On your page, proactively add the dataLayer.push({ ‘event’: ‘myEventName’}) to the event handlers for all events and buttons you might want to track.
  • Create a new rule where “event equals myEventName”.
  • Associate this rule with any tag you’d like to fire when the specified event happens.
Can hard-coded tags and tag manager co-exist? Do I have to remove my other tracking tags?
We strongly recommend that you completely migrate all your tags, so you can take advantage of the benefits of managing and updating those tags within Google Tag Manager. However, if a full migration seems too hard, you can use Google Tag Manager in parallel with hard-coded tags. Some of our users use Google Tag Manager to only manage adding new tags.

If you choose to do a partial migration to Google Tag Manager, you need to be very careful to make sure you don’t accidentally start double-counting your tags. If you decided to deploy a tag via Google Tag Manager, make sure that you don’t have a version of the same tag firing on the same page.

Can you build your own custom tag templates? And how do I become a recognized Tag Vendor within Google Tag Manager?
Custom Tag templates within Google Tag Manager allow you to copy/paste any HTML or Image tags directly into Google Tag Manager and fire it based on your predefined rules and macros. To turn it into a template, use the {{macro_name}} syntax to populate the tag code with dynamic values. We will also do a syntax check to ensure that when you copy your 3rd party tag, it will fire as intended.

If you’re interested in having your tag added to the list of predefined templates, apply to become a Tag Vendor within Google Tag Manager by completing this interest form.

How does this work with Google Analytics? How do you do things like track pageview and track event within Google Analytics?
Google Tag Manager is a convenient way to correctly deploy Google Analytics across your site. To use Google Analytics within Google Tag Manager, simply create a Tag with the Google Analytics tag template. You can select the “Track Type” as either a pageview, an event, or a transaction.

Make sure you have some version of the Google Analytics tag firing across all pages on your site. A good way to do this would be to have a basic tag firing on all pages, but blocking on pages where your more customized tags are firing (like the thank you page where you’d be firing a specialized transaction tag type).

Can the Google Tag Manager snippet be placed in <head>? How about in my footer?
The recommended best practice is to have the Google Tag Manager snippet at the top of the <body> to maximize data collection, but some clients may find it easier to implement the Container snippet elsewhere in the in the page, like the footer.

Do not place the Google Tag Manager snippet in <head> (for the IT folks: this is because there is an iframe in the <noscript> case, which can have unpredictable results in some browsers).

No matter where you install the container snippet, you will need to make sure that this snippet of code is on every page of their site. Google Tag Manager will still work if you only deploy it on part of your site, but Google Tag Manager’s rule based system will only work on pages where the snippet is deployed. For more details, read our developer documents.

Does Google Tag Manager replace Doubleclick Floodlight?
No, Google Tag Manager does not replace Floodlight -- they are complementary. Floodlight is a conversion pixel for DoubleClick products (Floodlight tags can now be deployed within Google Tag Manager), and Google Tag Manager is a tag management system or “container tag” for multiple tagging technologies. Floodlight has previously been used by some users as a container tag as well, but moving forward, Google Tag Manager is a way to deploy all tracking technology.

You also have the ability to pass custom floodlight variables through Google Tag Manager into Floodlight, through the Data Layer. For more information, please review the material in the Developers Guide.

We hope this webinar and this blog post will help you as you get started with Google Tag Manager, and we look forward to seeing you at our technical webinar in January. (Registration details coming soon).

Continue Reading | comments

Google Tag Manager: Webinar, GoPro case study, and product updates

Thursday, November 8, 2012

Just over a month ago, we launched Google Tag Manager, a free tool that makes it easy for marketers to add and update website tagsincluding conversion tracking, site analytics, remarketing and morewith just a few clicks. Since then, we’ve released the product in 35 languages, we’ve added new tagging capabilities for Google Analytics, and we’ve been hard at work building more enhancements.

To help you get the most out of Google Tag Manager, we’ve scheduled a webinar next week with Product Manager Laura Holmes to walk through the tool and go over implementation basics:

Webinar: Getting Started with Google Tag Manager
Date: Tuesday, November 13, 2012
Time: 10am PST / 1pm EST / 6pm GMT
Register: goo.gl/YTulu

We’ve also been hearing great feedback from our users, including GoPro, the world’s leader in wearable and gear-mountable cameras and digital devices. With the growing popularity of GoPro products and accompanying complexity of their digital marketing activities, GoPro found itself with dozens of tags measuring countless engagement activities across its web properties. It was critical to find a way to implement and maintain marketing tags that would scale with the marketing organization. Analytics Pros, a Google Analytics Certified Partner and Google Tag Manager specialist, led a comprehensive migration to Google Tag Manager -- and GoPro stakeholders were delighted with the results:


“Google Tag Manager centralizes our tags into a single location that gives our marketing and analytics teams the flexibility to make tagging updates within minutes without burdening IT.”
- Lee Topar, Director of Online Marketing, GoPro
Download the full case study.

We hope you’ll join us at the webinar next Tuesday the 13th. If you’re not able to attend, we’ll be posting a recording of the webinar about a week afterwards here on the blog and on YouTube, and you can also read more about Google Tag Manager on the website or the help center.

Continue Reading | comments

Make better decisions in AdWords with your Google Analytics data

Tuesday, October 2, 2012

If you’re already using Google Analytics, you know how useful it can be to help you make better decisions and improve your online marketing. Now, we’re making it possible to use your Google Analytics data right in AdWords. After setting up AdWords to import your Google Analytics data, you’ll have access to Bounce Rate, Pages Per Visit, and Average Visit Duration columns directly in the AdWords interface. With more performance data available right where you’re managing your campaigns, you can make better informed decisions and improve your AdWords ROI.

Using your Google Analytics data
With Google Analytics you can find insights that matter, including how visitors arrive at your website, how they use it, and how you can keep them coming back. Here are some ways you can take advantage of the new Google Analytics data available in AdWords to improve your results.
  • Attract more engaged users. If highly engaged users are an important goal, sort your ad groups to find the ones that deliver visitors who stay on your site the longest (“Average Visit Duration” or “Pages Per Visit”), and bid more for these.
  • Discover opportunities to convert more engaged visitors. You might find certain keywords or ads that have relatively low conversion rates, but great engagement metrics. You could lower your bids by a little and move on. Or you could see this as a great opportunity to convert clearly engaged visitors into buyers. By adjusting your offer, adding an incentive (like a coupon or discount code), or making your call to action more obvious and accessible, you might be able to improve your ROI and your conversion volume. To look for these types of opportunities, create a filter based on conversion rate and sort by Average Visit Duration, Pages per visit, or Bounce Rate.
  • Identify ads with badly matched landing pages or inaccurate targeting. Pages with both low conversion rates and low engagement metrics (low Average Visit Duration or High Bounce Rate) could indicate a poor landing page for a particular ad or keyword. It might also suggest inaccurate targeting. To identify and troubleshoot these problems, set up a filter for low conversion rate and low engagement rate and regularly monitor it. Since you’re using Google Analytics, you can easily set up A/B testing on the landing page using a Content Experiment.
Success in action
Casamundo, the biggest vacation rental listing service in Europe, has been an early tester of this new feature. They've used Google Analytics since 2008 and over the past 5 years they've grown and refined their AdWords campaigns to over 50 million active keywords across 10 languages. Their analysis shows that converting visitors research vacation rentals over an average of 7.4 visits, so understanding whether their ads and keywords can create strong engagement is vital to their business and how they optimize their AdWords campaigns. Seeing high bounce rates and low average time on site for a keyword means that the offer or destination page might not be a good match for that keyword.

Having easier access to Google Analytics data right in AdWords has helped Torge Kahl, Online Marketing Manager, at Casamundo make better decisions and make optimizations more quickly. According to Torge:
“The combination of using both Google AdWords and Google Analytics has proved to be the perfect set of tools for us to achieve our goals, and we're very happy to see this combination get more integrated and powerful. Using Analytics data right within AdWords has let me better optimize our account and significantly improve the return on our AdWords investment."
More details
Please visit the AdWords Help Center for step-by-step directions on how to connect your Google Analytics profile data to your AdWords account and for more details.

To exchange tips and ask questions of others, please visit the AdWords community. You can always contact AdWords support for help if you need it.

Continue Reading | comments

Slice and dice your data using AdWords labels

Tuesday, April 24, 2012

We are excited to announce the launch of account labels. Starting this week, you can organize your account’s keywords, ads, ad groups and campaigns into custom groupings so you can quickly and easily filter and report on the data that is of most interest to you. To see the opportunities that labels enable, let’s meet Bob.

Bob is an online retailer who sells apparel and accessories for men and women. He has campaigns for shoes, clothes and bags for each of his three major markets (New York, Massachusetts and Pennsylvania) and within the campaigns has separate ad groups for generic and brand keywords. This structure (ex: New York - Shoes - Generic and Massachusetts - Shoes - Generic) means that he has the same ads and keywords spread across different parts of his account. Before today, Bob could not easily sort his account or run a report to see how well sneakers are selling across geographies.

Enter labels.


Now Bob can create the label “sneakers” and apply it to all sneaker-related keywords across his account. He can then filter by this label on the Keywords tab to only see sneaker keywords, or he can run a keyword labels report to aggregate performance by label. These reports allow him to then compare --for example-- how sneakers perform against all other shoes, or other labeled groups.


Labels can be used to organize your campaign elements in any way you choose. Report on brand keyword performance versus all other non-branded keyword performance. Measure how ads that mention “free trial” perform versus ads that mention “free demo”. Or simply label your favorite keywords so you can quickly review them every morning.

Labels will begin rolling out this week to all AdWords accounts. For more information, please visit the AdWords Help Center.

Continue Reading | comments
 
Copyright © 2011. adwords keyword tool . All Rights Reserved
Company Info | Contact Us | Privacy policy | Term of use | Widget | Advertise with Us | Site map
Template Modify by Creating Website. Inpire by Darkmatter Rockettheme Proudly powered by Blogger