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. 如何选择普通索引和唯一索引《死磕MySQL系列 五》

    系列文章 一.原来一条select语句在MySQL是这样执行的<死磕MySQL系列 一> 二.一生挚友redo log.binlog<死磕MySQL系列 二> 三.MySQL强 ...

  2. Unmount and run xfs_repair

    参考连接:https://blog.csdn.net/qq_35022803/article/details/109287086 如故障图所示,sda3出现问题, 下面的解决办法: 解决办法: 原因: ...

  3. SpringCloud微服务实战——搭建企业级开发框架(十四):集成Sentinel高可用流量管理框架【限流】

      Sentinel 是面向分布式服务架构的高可用流量防护组件,主要以流量为切入点,从限流.流量整形.熔断降级.系统负载保护.热点防护等多个维度来帮助开发者保障微服务的稳定性. Sentinel 具有 ...

  4. 字符串可以这样加索引,你知吗?《死磕MySQL系列 七》

    系列文章 三.MySQL强人"锁"难<死磕MySQL系列 三> 四.S 锁与 X 锁的爱恨情仇<死磕MySQL系列 四> 五.如何选择普通索引和唯一索引&l ...

  5. 有关于ONVIF

    1.什么是ONVIF2008年5月,由安讯士(AXIS)联合博世(BOSCH)及索尼(SONY)公司三方宣布携手共同成立一个国际开放型网络视频产品标准网络接口开发论坛,取名为ONVIF(Open Ne ...

  6. 【java+selenium3】多窗口window切换及句柄handle获取(四)

    一 .页面准备 1.html <html> <head> <title>主页面 1</title> </head> <body> ...

  7. Linux Kdump 机制详解

    文章目录 1. 简介 1.1 安装 1.2 触发 kdump 1.3 调试 kdump 1.3.1 安装 debuginfo vmlinux 1.3.2 编译 kernel 1.4 kdump-too ...

  8. Mybatis:插入数据返回自增主键

    使用Mybatis作为工具连接MySQL,要求在插入数据之后返回自增主键 一开始也很迷惑,Mybatis使用insert之后,成功返回的是1,失败会报错或返回0,主键去哪找来 后来知道Mybatis可 ...

  9. Java学习(十四)

    玩云顶连跪一晚上,搞得心态有点崩了... 源计划5-4还是一星vn,吐了. 今天学习了伪元素: 语法是 :first-letter//元素的第一个字母的位置,如果:前不加元素,默认是#(即所有元素) ...

  10. [loj6051]PATH

    (不妨将下标改为从1开始) 参考loj2265中关于杨表的相关知识 构造一个$n$行且第$i$行有$a_{i}$个格子的杨表,依次记录其每一次增加的时间(范围为$[1,\sum_{i=1}^{n}a_ ...