Re: Quality score on Adwords Api

2012-04-20 Thread Kevin Winter
Hi, No, no, this field will have values once the backend systems have had a chance to evaluate the criteria's quality. The values aren't set by developers but by backend systems calculating values. Same thing happens for the Stats object. - Kevin Winter AdWords API Team On Thursday, April

Re: Quality score on Adwords Api

2012-04-19 Thread newbie_boxers
I see. So there is no way that it could have any values in it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Re: Quality score on Adwords Api

2012-04-19 Thread Kevin Winter
Hi js, No, these fields cannot be written. The qualityInfo and stats fields are marked ReadOnly (in the BiddableAdGroupCriterion object: https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion#qualityInfo ) and the API should ignore va

Re: Quality score on Adwords Api

2012-04-18 Thread newbie_boxers
Hi KW, Thank you for that! Big help. This maybe a dumb question but I'll ask it anyway, can you set values to a clicks, cost, impressions, conversions and averagePosition in the Stats Object? how about the firstPageCpc in the BiddableAdGroupCriterion Object? -js -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Quality score on Adwords Api

2012-04-18 Thread Kevin Winter
Hi js, Have you included the feed names in your selector? http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.QualityInfo.html Make sure that "QualityScore" appears as a field in your selector or else this object won't be populated. I believe that the sandbox sho

Re: Quality score on Adwords Api

2012-04-18 Thread newbie_boxers
I can't seem to find the QualityInfo objects. hmm is it because I am using the sandbox? -js -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Quality score on Adwords Api

2011-10-12 Thread Kevin Winter
Hi Uttam, You cannot obtain this information using v13. We recommend migrating to v201109 where you can get the QualityScore from the QualityInfo objects in the AdGroupCriterionService: http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion.

Quality score on Adwords Api

2011-10-10 Thread position2 company
Hi, I am using google adwords api v13. I am ubale to fetch the quality score and impression share for client. How do i get the competition benchmark quality score and impression share based on the industry? Thanks in Advance. Uttam -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find