How is Quality Score Calculated?

  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

时间: 2024-10-27 07:31:08

How is Quality Score Calculated?的相关文章

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 have good read quality, but they have sam flag 0x200 which means they didn't pass the vendor check. Should I include them or not in downstream analysis?

Quality assessment and quality control of NGS data

http://www.molecularevolution.org/resources/activities/QC_of_NGS_data_activity_new table of contents expected learning outcomes getting started exercise 1: checking Illumina data with the FASTX-Toolkit exercise 2: checking 454 data with the FASTX-Too

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 group, keywords, ad and landing page relate to what a person is searching for, and how likely someone is to click on the ad. Here is Google's page for

Trimmomatic安装与使用

用途:trim, crop, remove adapters 支持gz, bz2的fastq http://www.usadellab.org/cms/?page=trimmomatic http://www.usadellab.org/cms/uploads/supplementary/Trimmomatic/TrimmomaticManual_V0.32.pdf 先下载二进制包 http://www.usadellab.org/cms/uploads/supplementary/Trimmo

SAP事务码 一

SE80 -- edit source code. SE24 -- class create or display. SFP -- created and maintained independently of Web Dynpro applications using the Form Builder. SFW1 SFW2 SFW3 -- 与增强有关 SY-SUBRC 返 回代码值( 0,如果操 作成功)   SY-UNAME 用 户的登录名   SY-DATUM 当 前日期   SY-UZE

Vulkan Tutorial 05 物理设备与队列簇

操作系统:Windows8.1 显卡:Nivida GTX965M 开发工具:Visual Studio 2017 Selecting a physical device 通过VkInstance初始化Vulkan后,我们需要在系统中查找并选择一个支持我们所需功能的显卡.实际上,我们可以选择任意数量的显卡并同时使用他们,但在本小节中,我们简单的设定选择规则,即将查找到的第一个图形卡作为我们适合的物理设备. 我们添加函数pickPhysicalDevice并在initVulkan函数中调用. vo

测序数据质量控制

基于边合成边测序(Sequencing By Synthesis,SBS)技术,Illumina HiSeq2500高通量测序平台对cDNA文库进行测序,能够产出大量的高质量Reads,测序平台产出的这些Reads或碱基称为原始数据(Raw Data),其大部分碱基质量打分能达到或超过Q30.Raw Data通常以FASTQ格式提供,每个测序样品的Raw Data包括两个FASTQ文件,分别包含所有cDNA片段两端测定的Reads. FASTQ格式文件示意图如下: FASTQ格式文件示意图 注:

广告点击率预测 [离线部分]

原文:http://quweiprotoss.blog.163.com/blog/static/4088288320144810567471/ 广告点击率预测 屈伟 / Koala++ 先声明一下,本文所提到的所有的点击率预测的技术不是我在的团队使用的,因为我们团队使用的技术是保密的,所以我也不知道他们是怎么做的.事实上我不知道广告点击率怎么预测的,认识我的人都知道,我就是最喜欢舞那开始三板斧的人,然后我就想扔了板斧投降了.也希望各位能指正我所写的内容中的错误之处,给我一下学习第四斧的机会. 强

opencv---JPEG图像质量检测代码

参考:http://blog.csdn.net/trent1985/article/details/50904173 根据国外一篇大牛的文章:No-Reference Perceptual Quality Assessment of JPEG Compressed Images 在无参考图像的质量评价中,图像的清晰度是衡量图像质量优劣的重要指标,它能够较好的与人的主观感受相对应,图像的清晰度不高表现出图像的模糊.本文针对无参考图像质量评价应用,对目前几种较为常用的.具有代表性清晰度算法进行讨论分