Hi Sebastian, I'll work on updating the docs, meanwhile here's the behaviour for your reference.
1) QS is (still) a number in the range 1-10. 2) Starting v201605, you get -- if there's no quality score information for a keyword. HasQualityScore will be set to false in this case. 3) You may get 0 for quality information in some cases, but it is equivalent to (2). The keyword has no quality score information, and HasQualityScore will be set to false. You can use the HasQualityScore to interpret this correctly. If HasQualityScore = TRUE, then you can interpret the quality score information. If the column is false, then no quality score information is available. This is covered in our advanced reporting guide <https://developers.google.com/adwords/api/docs/guides/reporting-concepts#quality_score_in_reports> . Cheers, Anash On Tuesday, July 19, 2016 at 8:55:21 AM UTC-4, [email protected] wrote: > > Looking at your predicates I bet one of the following is the case: >> - The keyword status is removed, or possibly the group it belongs to is >> removed, or the campaign it belongs to is removed. >> - The keyword id is 3000006, and the keyword itself is "AutomaticContent". >> - The keyword id is 3000004, and the keyword itself is "AutomaticKeyword" >> > > The documentation is still incorrect. > Looking deeper into this issue I found all the cases that Zweitze > mentioned. The QS is zero in at least all those cases. > I find it very misleading that the documentations says the value is always > either "--" or a number in range [1 ; 10] > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/29c23b09-975d-4184-9a96-a08ad2c65fc1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
