<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

AdWords and AdSense statistics temporarily delayed

Monday, March 5, 2012

As some of you may have noticed, since approximately 2pm PST this Monday, March 5th, there's been a delay for statistics reported in AdWords and AdSense. While the reports are delayed, whether you are an AdWords advertiser or an AdSense publisher, your ads are serving as usual, with no disruptions.

This is a result of a temporary technical issue with our "statistics pipeline" (this is the system that translates the raw data into meaningful and actionable metrics for you). Our engineers are working hard to resolve the issue, and should have all your stats updated, current and complete by early Tuesday morning (PST).

We appreciate your patience. We'll update this post with any additional information and status reports.

Update, March 6, 2012: As of approximately 2 am PST this morning, most AdWords and AdSense stats are back to normal in your accounts. A few daily reports, including the search query report, geo reports, and domain and url reports will not be fully restored until approximately midnight PST today. Thank you for your continuing patience!

Update, March 7, 2012: We’re happy to report all stats and reports in your AdWords and AdSense accounts are completely restored, and back to normal. Thanks!

Continue Reading | comments

Coming Soon: Ad Group Impression Share Metrics

Tuesday, January 17, 2012

Based on advertiser requests, we will soon offer ad group level impression share metrics for the Search and Display Networks. Once released, you can use ad group impression share data to, for example, better identify high performing ad groups that aren't capturing the majority of available impressions.

In the next few weeks, you will see three new columns that can be added to your ad groups tab:
  1. Impr. Share: the percentage of impressions you received divided by the estimated number of impressions you were eligible to receive.
  2. Lost IS (Rank): the share of impressions lost due to your Ad Rank. Note that Lost IS (rank) will not be shown if you were at or near your budget for part or all of a given day (a.k.a. were “budget constrained”) during the date range being examined.
  3. Exact Match IS: (Search Network only) the percentage of impressions you received for searches that exactly matched your keyword divided by the estimated number of exact match impressions you were eligible to receive.
In addition to providing more detailed metrics, we are also planning to update our algorithms to provide more accurate campaign impression share metrics. As a result, there are some important changes you should be aware of:
  1. Refined campaign-level statistics: Since we are improving our algorithms, we will update all campaign-level impression share metrics back to May 2011. As a result, you will no longer be able to see campaign-level historical impression share metrics before May 2011. If you wish to preserve a record of the pre-May 2011 campaign impression share data, you will need to download a report before January 30, 2012.
  2. Once-a-day updates: In order to calculate your impression share metrics with a greater degree of accuracy, we will update all impression share metrics once per day (approximately noon Pacific Time [GTM-8]). As a result, the impression share data that you see will not reflect impression share for the current day, and may not include the previous day's impression share as well (depending on what time of the day you run your report).
These changes will begin to roll out to all advertisers globally on January 30, 2012, so look out for them in your account soon. Once these changes are live, you’ll be able to find more detailed information in the AdWords Help Center.
Continue Reading | comments

Now all US and Canada advertisers can get more phone calls and detailed call reporting

Tuesday, July 19, 2011

Call Metrics, a simple way to get more phone calls and detailed call reports with AdWords, is now available to all advertisers in the US and Canada. Availability was limited since the introduction in November 2010, so thanks for holding.

Call Metrics works by assigning and placing a toll-free forwarding number next to your ad text on Google search pages. When a user sees your ad and calls the number, AdWords registers the call and forwards it to your business. So far, we’ve connected over 5 million calls for thousands of businesses. And calls generated from ads using Call Metrics last six minutes, on average.



Vijay Malavia, Associate Search Director at interactive agency Razorfish, manages search campaign strategy and results on behalf of his client ADT, the largest US electronic security service provider. With its broad mix of services and customer profiles, ADT considers both the web and phone to be important customer acquisition channels. Vijay describes the benefits of Call Metrics he’s seen for ADT:

"Since we’ve started using Call Metrics, we've seen average daily call volume in the ADT call center increase. Quality of inbound calls has been solid -- duration and conversion metrics are consistent with other sources. In addition to providing convenience and getting more calls, having integrated reporting has made it much easier to project the total value ADT is getting from both calls and clicks from AdWords. And that's helped us make better optimization and budget decisions."

We’re also announcing a few other changes with this launch:

1. More detailed reporting. In March we enhanced Call Metrics reporting to show the time, duration, and caller area code for each call. Based on advertiser feedback, we’re now making reporting available at the ad group and campaign level for manually-dialed calls (subject to minimum volume). And you’ll still be able to segment reports to compare how many calls were received from mobile clicks-to-call and how many were manually dialed after the ad was shown on a desktop, notebook, or tablet computer.


2. New pricing for certain calls. A $1 USD (or equivalent in CAD) charge applies to manually dialed calls completed to your Google forwarding numbers. These calls occur when a potential customer on a desktop, notebook or tablet computer sees your ad and dials the number shown.


Pricing for mobile clicks-to-call remains unchanged, whether you use Call Metrics or not. They continue to be charged as regular mobile search ad clicks.


3. Call Extensions replace Phone Extensions. To reduce possible ambiguity, we’ve renamed Phone Extensions to Call Extensions.


In a future release, we plan to incorporate calls into Ad Rank calculations, which determine an ad’s position and cost per click. At that time, you’ll be able to influence your ad position by specifying a bid per call greater than $1.00 USD. This will parallel the way that clickthrough rate (CTR) and max CPC bids can influence Ad Rank today.

To get started with Call Metrics, sign into AdWords and click on the Ad Extensions tab. Select Call Extensions in the shaded View drop down box. Select your country, then enter the business phone number where you’d like to receive calls for this campaign. Finally, select the check box for Call metrics.




You’ll find many more details and answers to frequently asked questions in the AdWords Help Center.

Posted by Surojit Chatterjee, AdWords Product Manager
Continue Reading | comments

An Obsession with Advertising, Accountability, and Awesomeness

Friday, May 13, 2011

Continue Reading | comments

Free online webinar on ‘Making more profit with Google Analytics’

Friday, March 25, 2011

Continue Reading | comments

Learn how to set up Ecommerce reporting in Analytics in a live online course

Monday, January 24, 2011

This Wednesday, January 26th, we’ll be hosting a live online course about Ecommerce in Google Analytics as part of the AdWords Online Classroom (UK).

During the course, we’ll discuss how to set up Ecommerce tracking in your Analytics account and enable it for your reports. We’ll also discuss implementation techniques such as tracking third-party shopping carts and detail the best reports to use for in-depth analysis of your AdWords activity. This should help you assess your AdWords return on investment and give you more insight into how your advertising is performing in terms of online transactions and revenue generated on your site.

The course will be presented by Analytics specialists and is most suited to advertisers with websites that include the functionality to purchase goods or services. It will take place on Wednesday, January 26th from 3 pm to 4 pm GMT (7 am to 8 am PST) and will include time for Q&A.

If you're interested, be sure to sign up now!

Continue Reading | comments

Measure how customers interact with your ads

Tuesday, November 30, 2010

New AdWords features such as Product ads, Sitelinks and Click-to-call allow you to create more interactive ads. Product ads and Sitelinks help customers find the most relevant pages on your website and Click-to-call allows customers to call your business directly from the search results.

As ads become more interactive, you might want to know how they'll impact your business's key metrics like clicks, click-through-rates and, most importantly, conversions.

To help answer this question, we’ve added a new report to your AdWords account that allows you to measure the performance of each click type you’re using. You can think of a click type as how your customers interact with your ads. Did they click on the headline, a sitelink, or some other aspect of your ad?

You can access the new click type report in the Campaign, Ad groups or Keywords tabs. Select “Segment” then “Click type.”




With this added data, you’ll now have the ability to compare performance of each click type side by side. If certain click types perform well for your business, you may want to consider expanding them to other campaigns. Comparing click types by campaign, ad group or keyword will also highlight areas that need work.

Given the success we’ve seen searchers and businesses have with more interactive features in ads, you can expect to see more of these types of features in the future. With the new click type report in AdWords you can measure the impact of these new features and continue to get the most out of your ads.

Continue Reading | comments

Introducing the Japan and Asia-Pacific Conversion Room

Wednesday, November 10, 2010

Google Analytics, Google Website Optimizer, Search Funnels, and AdWords Conversion Tracking - these are some of our favorite tools for measuring and optimizing conversions on websites. These tools help you maximize your return on investment whether your site exists to share information, generate leads, or make sales.

We recently started the Japan and Asia-Pacific (JAPAC) Conversion Room and Blog. Over the last two years we've seen a tremendous uptake of Google’s conversion products in this region, celebrated many success stories with users, and witnessed the development of local expertise. The JAPAC Conversion Room aims to inspire JAPAC (and global) online marketers to maximize conversions through sharing success stories and expert tips from this region.

If you're drawn to digital marketing, optimizing for conversions, and have an interest in the Japan and Asia-Pacific region, then head on over to the site and subscribe to get all of the latest articles.


Post
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