Google determines Quality Score slightly differently for each of the different advertising networks that it runs. Here we’ll learn how Quality Score is calculated for Google Search, which is the largest source of traffic for most advertisers.

  [谷歌针对它所运营的广告网络有不同的质量分定义。本文我们将学习对于谷歌搜索来说,质量分是如何计算的]

  

  According to Google:

  Quality Score is calculated in real-time, every time your keyword matches a search query—that is, every time your keyword has the potential to trigger an ad. Quality Score is used in several different ways, including influencing your keywords’ actual cost-per-clicks (CPCs) and estimating the first page bids that you see in your account. It also partly determines if a keyword is eligible to enter the ad auction that occurs when a user enters a search query and, if it is, how high the ad will be ranked.

  [根据谷歌的定义:每次你的关键词匹配搜索词的时候,质量分被实时计算,也就是说,每次你的关键词都有可能触发广告。质量分应用于不同的方式,包括:影响关键词实际的点击率、估算你账户中可见的第一页的竞价等。它在某种程度也决定了当一个用户进行关键词搜索的时候,你的关键词进入广告竞价的资格,如果你有资格参加竞价,它会影响广告排名的高低。]

  What is Quality Score?

  A Google Quality Score is a score assigned to your Google AdWords ad groups, based on a calculation of a keyword’s relevance to its associated ad text, landing page and the user’s search terms. A higher Google Quality Score leads to better ad placement (or ad ranking) at lower costs.

  Your ad groups Quality Score is a combination of the Quality Score of each keyword you target.

  The following are factors that Google says go into computing the Google Quality Score.

  (1)The historical clickthrough rate (CTR) of the keyword and the matched ad on Google. 

  Clickthrough rate (CTR) is the number of clicks your ad receives divided by the number of times your ad is shown (impressions) via Google search only. Your ads and keywords each have their own CTRs, unique to your own campaign performance.

  Clickthrough rate is the most significant component of Quality Score because it directly indicates which ads are most relevant to our users. For example, a well targeted keyword that shows a similarly targeted ad is more likely to have a higher CTR than a general keyword with non-specific ad text. The more your keywords and ads relate to each other and to your business, the more likely a user is to click on your ad after searching on your keyword phrase.

  (2)The relevance of the keyword to the ads in its ad group.

  This simply means that the keywords in your ad group must be relevant to your ads. Keywords in the ad group should be repeated in the ad text.

  (3)The relevance of the keyword and the matched ad to the search query.

  The keyword that a customer searches for (the search query) needs to be relevant to the keywords in your ad group and the ad itself. The match type is not taken into account when Google computes Quality Score.

  (4)Your account history, measured by the CTR of all the ads and keywords in your account.

  Google takes your entire history into account when determining CTR. Some advertisers have mistakenly interpreted this to mean that they should make as few adjustments to their existing keywords and ad text as possible. In fact, Google favors the recent history and give advertisers plenty of room for improvement through constant refinement. According to a posting on the Google AdWords Agency Blog’s Fact of the Day, “A few bad days of test performance will not ruin your Quality Scores. In order to optimize your clients’ accounts, we encourage you to run targeted tests on your bids, creatives, and keywords.

  (5)The historical CTR of the display URLs in the ad group.

  This point refers to the URL that is displayed in the ad, not the URL that the customer is directed to after clicking the ad. This should be relevant to the keywords in your ad group.

  (6)The quality of your landing page.

  Google says that the three main components of a quality website are relevant and original content, transparency, and navigability.

  • Relevance –Users should be able to easily find what your ad promises and the link to the page on your site should provide the most useful information about the product or service in your ad.
  • Originality – Feature unique content that can't be found on another site. In other words, don’t mirror pages found elsewhere, and provide useful content that is relevant to your ad.
  • Transparency – In order to build trust with users, your site should be explicit in three primary areas: the nature of your business; how your site interacts with a visitor's computer; and how you intend to use a visitor's personal information, if you request it.
  • Navigability – Provide a short and easy path for users to purchase or receive the product or offer in your ad, avoid excessive use of pop-ups, pop-unders, and other obtrusive elements throughout your site, and make sure that your landing page loads quickly.

  A Google crawler periodically visits your landing pages to calculate these and other usability factors.

  Now that we’ve covered the basics on how Quality Score is calculated, let’s turn our attention back to why it’s so important.

  From:http://www.wordstream.com/blog/ws/2010/06/09/how-quality-score-is-calculated#comments

  Time:2014/8/29

How is Quality Score Calculated?的更多相关文章

  1. 去除外显子低质量reads时弹出错误“Invalid quality score value (char '#' ord 35 quality value -29) on line 4”和“Invalid quality score value (char '.' ord 46 quality value -18) on line 12”的解决方法

    楼主跑以下程序时分别弹出了“fastq_quality_filter: Invalid quality score value (char '.' ord 46 quality value -18) ...

  2. Question: Should I use reads with good quality but failed-vendor flag?--biostart for vendor quality

    https://www.biostars.org/p/198405/ Quick question is: I have some mapped reads in bam file which hav ...

  3. Quality assessment and quality control of NGS data

    http://www.molecularevolution.org/resources/activities/QC_of_NGS_data_activity_new table of contents ...

  4. Phred-scale quality scores的相关内容

    phred-scale quality score起源于人类基因组计划,最初是用来评估碱基质量分数,后来,被广泛的推广到基因领域的其他内容. phred-scalequality score表示这件事 ...

  5. The Best KPIs to Use in Your Company

    Here is a list of key performance indicators (KPIs) that should be used in contact centres, alongsid ...

  6. bam文件测序深度统计-bamdst

    最近接触的数据都是靶向测序,或者全外测序的数据.对数据的覆盖深度及靶向捕获效率的评估成为了数据质量监控中必不可少的一环. 以前都是用samtools depth 算出单碱基的深度后,用perl来进行深 ...

  7. FASTX-Toolkit组件用法

    FASTX-Toolkit组件用法 Command Line Arguments FASTQ-to-FASTA FASTQ/A Quality Statistics FASTQ Quality cha ...

  8. How exactly does Google AdWords work?

    The key to how Google AdWords works is the Quality Score. Quality Score is generally how well an ad ...

  9. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

随机推荐

  1. redis 的主从模式哨兵模式

    原理理解 1,哨兵的作用就是检测redis主服务的状态,如果主服务器挂了,从服务就自动切换为主服务器,变为master.哨兵是一个独立的进程,作为进程,它会独立运行.其原理是哨兵通过发送命令,等待Re ...

  2. vue 插槽slot总结 slot看这篇就够了

    一直模糊所以梳理一下,看了好多篇园友的文章和官网文档在这整理一下 默认插槽 //slot组件<template> <div class="slots"> s ...

  3. Charles抓包 mock数据和rewrite功能

    一.mock数据 mock:在后端返回异常或需要=改前端展示的数据时可以模拟返回的response 1.1 抓到接口后 右击保存response到本地,后缀改成.json打开可以看到是把json保存下 ...

  4. 偷天换日,用JavaAgent欺骗你的JVM

    原创:微信公众号 码农参上(ID:CODER_SANJYOU),欢迎分享,转载请保留出处. 熟悉Spring的小伙伴们应该都对aop比较了解,面向切面编程允许我们在目标方法的前后织入想要执行的逻辑,而 ...

  5. eclipse下的python环境安装

    添加python开发环境到eclipse:   点击help--install New Software 点击add,弹出新窗口: Name:填PyDev Location:填 http://pyde ...

  6. WPF嵌入Unity3D之后,unity3D程序的键盘和鼠标事件无法触发(3D程序的焦点无法激活)的解决方案

    目前最通用的客户端调用3D的方式,就是WPF程序通过Process启动Unity3D的exe进程,直接上代码: //开启3D进程 internal void Create3DProcess(strin ...

  7. [loj3301]魔法商店

    令$A=\{a_{1},a_{2},...,a_{s}\}$,若$k\not\in A$,那么恰存在一个$A'\subseteq A$使得$c_{k}=\bigoplus_{x\in A'}c_{x} ...

  8. [luogu5294]序列

    也是一道保序回归的题,但思路不同于论文中模板题 考虑两个开口向上的二次函数$f(x)$和$g(x)$,求任意实数$x,y$满足$x\le y$且最小化$f(x)+g(y)$,这个最小值可以分类讨论求出 ...

  9. 五、Zookeeper的Shell操作

    前文 一.CentOS7 hadoop3.3.1安装(单机分布式.伪分布式.分布式 二.JAVA API实现HDFS 三.MapReduce编程实例 四.Zookeeper3.7安装 Zookeepe ...

  10. JAVA基础----面向对象复习和IDEA的安装和使用

    1.使用集成开发工具eclipse 1.1.java的集成开发工具很多,包括:eclipse.Intellij IDEA.netbeans..... eclipse: IBM开发的.eclipse翻译 ...