Hello,


When I request the campaign bid landscape, by the API DataService, I get 
numbers (a) very different from the bid simulation in the Adwords website 
and (b) that looks utterly wrong.


Here is an example :

for campaign_id: "827830943"

I use the "DataService".getCampaignCriterionBidLandscape

I get, for a bid modifier of 1.0 (+0%) totalLocalClick of 16 900

whereas, in the past week, I received 15 700 clicks (and, in the website 
simulation, I get  15 700 for a bid modifier of 1.0)

Can you explain to me how do I get the same numbers as the website 
simulation ?

P.S. : Here is the "selector" that I use in the 
DataService.getCampaignCriterionBidLandscape
"""
selector = {
     'fields': ['CampaignId', 'StartDate', 'EndDate',
                'BidModifier', 'LocalClicks', 'LocalCost', 
'LocalImpressions',
                'TotalLocalClicks', 'TotalLocalCost', 
'TotalLocalImpressions',
                'RequiredBudget'],
      'predicates': [{
         'field': 'CampaignId', 'operator': 'EQUALS', 'values': "827830943"
     }]
}
"""

Hello,


When I request the campaign bid landscape, by the campaign service, I get 
numbers (a) very different from the bid simulation in the Adwords website 
and (b) that looks utterly wrong.


Here is an example :
For customer_id: "3883450080"
and campaign_id: "827830943"

I use the "DataService".getCampaignCriterionBidLandscape

I get, for a bid modifier of 1.0 (+0%) totalLocalClick of 16 900

whereas, in the past week, I received 15 700 clicks (and, in the website 
simulation, I get  15 700 for a bid modifier of 1.0)

Can you explain to me how do I get the same numbers as the website 
simulation ?

P.S. : Here is the "selector" that I use in the 
DataService.getCampaignCriterionBidLandscape
"""
selector = {
     'fields': ['CampaignId', 'StartDate', 'EndDate',
                'BidModifier', 'LocalClicks', 'LocalCost', 
'LocalImpressions',
                'TotalLocalClicks', 'TotalLocalCost', 
'TotalLocalImpressions',
                'RequiredBudget'],
      'predicates': [{
         'field': 'CampaignId', 'operator': 'EQUALS', 'values': "827830943"
     }]
}
"""

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/42c41580-d87a-4990-a812-7876b4863482%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to