So far, I have been assuming the object QualityInfo:
https://developers.google.com/adwords/api/docs/reference/v201206/AdGroupCriterionService.QualityInfogives the same info as displayed on the web interface (when we hover the mouse over the keyword's 'bubble' under the 'Status' column).
However, the values displayed on the web interface (for each parameter) can be one of 3:
- Above average
- Average
- Below average
whereas the fields in the QualityInfo are just
booleans.
Have I wrongly assumed the above? And if so, where else can we get the keyword's "bubble" data?
Oliver