Hi Google Ads API Team, Thanks for sharing
The results are different from the dashboard though Ex my dashboard shows the campaign bidding strategy is "Maximum conversions" or "Maximise clicks" While bidding_strategy_type returns TARGET_SPEND How can we get the same results as the overview dashboard? Thank you On Wednesday, September 20, 2023 at 7:31:13 PM UTC+8 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > After reviewing your concern, I understand that you are using Google Ads > PHP client library and want to fetch Budget, Campaign type, Bid strategy > type, Status, Target CPA details with the campaign query. Also, you need > documentation for these fields. > > You can use the below query: > > - SELECT campaign.campaign_budget, campaign.status, > campaign.advertising_channel_type, campaign.bidding_strategy_type, > campaign.target_cpa.target_cpa_micros FROM campaign; > > Also, please find the documentation details for the requested resource > fields: > > - campaign.campaign_budget > > <https://developers.google.com/google-ads/api/fields/v13/campaign#campaign.campaign_budget> > > - campaign.advertising_channel_type > > <https://developers.google.com/google-ads/api/fields/v13/campaign#campaign.advertising_channel_type> > > - campaign.bidding_strategy_type > > <https://developers.google.com/google-ads/api/fields/v13/campaign#campaign.bidding_strategy_type> > > - campaign.target_cpa.target_cpa_micros > > <https://developers.google.com/google-ads/api/fields/v13/campaign#campaign.target_cpa.target_cpa_micros> > > - campaign.status > > <https://developers.google.com/google-ads/api/fields/v13/campaign#campaign.status> > > > You can get back to us if you still have any issues/concerns related to > the Google Ads API. > > This message is in relation to case "ref:_00D1U1174p._5004Q2omPh5:ref" > > Thanks, > > [image: Google Logo] Google Ads API Team > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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 --- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cc736702-3a49-4279-abdc-2aaa026f6284n%40googlegroups.com.
