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, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1cf4bfd6-c77f-4bd6-895b-3817f9c51914%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.