Hi Alexey, Information corresponding to "Different ads with same display URL" is currently not exposed in the API. The field isKeywordAdRelevanceAcceptable corresponds to "Keyword relevance: No problems". I'll bring up this issue with the core engineering team, but at this time I don't have any information about if or when that information will be exposed.
Best, - Eric Koleda, AdWords API Team On May 31, 11:52 am, Alexey Dementyev <[email protected]> wrote: > Hello, > inhttps://adwords.google.com/cm/CampaignMgmt > system told me, that some of my keywords don't show cause of: > "Different ads with same display URL - What can I do?Share Comment > Print > Only one ad per display URL may be shown for a single search query. If > two or more ads with the same display URL are eligible to show, we'll > display the ad with the higher ad rank. Ad rank is determined by a > combination of your bid (price) and Quality Score (performance). The > higher your ad's rank is, the more relevant your ad is likely to be to > users." > > how can i find such criterions with API ? AdGroupCriterionService > providing me this information: > > BiddableAdGroupCriterion::__set_state(array( > 'userStatus' => 'ACTIVE', > 'systemServingStatus' => 'ELIGIBLE', > 'approvalStatus' => 'APPROVED', > 'destinationUrl' => NULL, > 'bids' => > ManualCPCAdGroupCriterionBids::__set_state(array( > 'maxCpc' => > Bid::__set_state(array( > 'amount' => > Money::__set_state(array( > 'microAmount' => 1360000, > 'ComparableValueType' => 'Money', > '_parameterMap' => > array ( > 'ComparableValue.Type' => 'ComparableValueType', > ), > )), > )), > 'bidSource' => 'ADGROUP', > 'positionPreferenceBids' => NULL, > 'AdGroupCriterionBidsType' => > 'ManualCPCAdGroupCriterionBids', > '_parameterMap' => > array ( > 'AdGroupCriterionBids.Type' => 'AdGroupCriterionBidsType', > ), > )), > 'firstPageCpc' => > Bid::__set_state(array( > 'amount' => > Money::__set_state(array( > 'microAmount' => 11000000, > 'ComparableValueType' => 'Money', > '_parameterMap' => > array ( > 'ComparableValue.Type' => 'ComparableValueType', > ), > )), > )), > 'qualityInfo' => > QualityInfo::__set_state(array( > 'isKeywordAdRelevanceAcceptable' => false, > 'isLandingPageQualityAcceptable' => true, > 'isLandingPageLatencyAcceptable' => true, > 'qualityScore' => 3, > )), > 'stats' => > Stats::__set_state(array( > 'startDate' => NULL, > 'endDate' => NULL, > 'network' => 'SEARCH', > 'clicks' => NULL, > 'impressions' => NULL, > 'cost' => NULL, > 'averagePosition' => NULL, > 'averageCpc' => NULL, > 'averageCpm' => NULL, > 'ctr' => NULL, > 'conversions' => NULL, > 'conversionRate' => NULL, > 'costPerConversion' => NULL, > 'conversionsManyPerClick' => NULL, > 'conversionRateManyPerClick' => NULL, > 'costPerConversionManyPerClick' => NULL, > 'StatsType' => 'Stats', > '_parameterMap' => > array ( > 'Stats.Type' => 'StatsType', > ), > )), > 'adGroupId' => 111111111111, > 'criterion' => > Keyword::__set_state(array( > 'text' => 'euroexpo', > 'matchType' => 'BROAD', > 'id' => 2222222222, > 'CriterionType' => 'Keyword', > '_parameterMap' => > array ( > 'Criterion.Type' => 'CriterionType', > ), > )), > 'AdGroupCriterionType' => 'BiddableAdGroupCriterion', > '_parameterMap' => > array ( > 'AdGroupCriterion.Type' => 'AdGroupCriterionType', > ), > )) > > should i look at isKeywordAdRelevanceAcceptable flag ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
