Hey there, I was happy to see support for Local Services campaigns <https://developers.google.com/google-ads/api/docs/campaigns/local-service-campaigns> come through in the latest Google Ads API update. However, I am seeing some discrepancies in cost between the Google Ads API and the Local Services UI. Below is my GAQL call. Happy to send logs / exact discrepancy in a private message!
SELECT customer.id, customer.descriptive_name, campaign.advertising_channel_type, campaign.name, campaign.start_date, campaign.end_date, metrics.impressions, metrics.clicks, metrics.cost_micros, segments.date FROM campaign WHERE segments.date BETWEEN '"""+str(start_date)+"""' AND '"""+str(end_date)+"""' AND campaign.advertising_channel_type = 'LOCAL_SERVICES' ORDER BY campaign.name Thanks, Jeff -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/238d27d3-ff96-4407-8aef-a0b4e814375fn%40googlegroups.com.