How to correctly use CriterionBidLandscape - 'No bid landscapes found' error

61 views
Skip to first unread message

Paul Lo

unread,
Oct 21, 2015, 9:08:18 AM10/21/15
to AdWords API Forum

Hello All,

I always get 'No bid landscapes found' message with CriterionBidLandscape service, my code is based on  https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201509/optimization/get_keyword_bid_simulations.py 

the code reads:


selector = { 'fields': ['AdGroupId', 'CriterionId', 'StartDate', 'EndDate', 'Bid',
'LocalClicks', 'LocalCost', 'LocalImpressions'],
'predicates': [
{
'field': 'AdGroupId',
'operator': 'EQUALS',
'values': [ad_group_id]
},
{
'field': 'CriterionId',
'operator': 'EQUALS',
'values': [criterion_id]
}
]
}
bid_landscapes = data_service.getCriterionBidLandscape(selector)


I'm sure I have correct ADGROUP_ID and CRITERION_ID (keyword id), I want to confirm that:
1. Why it's 'EQUALS' [criterion_id] rather than 'IN' [criterion_id] or 'EQUALS' criterion_id?
2. Do we need to input CompaignId as well?

{
'field': 'CampaignId',
'operator': 'EQUALS',
'values': [my_campaign_id]
}
3. Is there any other reason for getting 'No bid landscapes found' message?

Thanks,

Anthony Madrigal

unread,
Oct 21, 2015, 3:03:31 PM10/21/15
to AdWords API Forum
Hello,

The code you are using seems to be ok. You will not need to include the Campaign Id. Please make sure you meet all of these requirements since this may be the reason you are not getting any bid landscapes returned.

Regards,
Anthony
AdWords API Team

Paul Lo

unread,
Oct 22, 2015, 11:23:04 AM10/22/15
to AdWords API Forum
I think I only need to check Conversion Tracking item, let me double check.

  • You need to have an established criterion or ad group so the estimation process can have some baseline information from which to generate its predictions.
  • Conversion Tracking must be enabled.
  • The account is not a test account. Bid landscapes are based on past performance, but test accounts do not serve ads.

Anthony Madrigal於 2015年10月22日星期四 UTC+8上午3時03分31秒寫道:
Reply all
Reply to author
Forward
0 new messages