Campaign Bidding Strategies Nil

68 views
Skip to first unread message

Kyle Charlebois

unread,
Dec 12, 2023, 4:29:07 PM12/12/23
to Google Ads API and AdWords API Forum
Hi there, 

I have a similar issue to other users in this group regarding retrieving bidding strategy data from the campaign's endpoint.

I also tried accessible_bidding_strategy with no success either as per https://groups.google.com/g/adwords-api/c/3S9j251IU-U

The query being used is 

```SELECT
        campaign.id,
        campaign.name,
        campaign.advertising_channel_type,
        campaign.experiment_type,
        campaign.bidding_strategy_type,
        campaign.bidding_strategy_system_status,
        campaign_budget.amount_micros,
        campaign_budget.period,
        bidding_strategy.target_cpa.target_cpa_micros,
        bidding_strategy.target_roas.target_roas,
        bidding_strategy.maximize_conversion_value.target_roas,
        bidding_strategy.maximize_conversions.target_cpa_micros,
        metrics.cost_micros,
        metrics.clicks,
        metrics.impressions,
        metrics.all_conversions_value
      FROM campaign
      WHERE
        metrics.cost_micros > 0
        AND
        segments.date = '#{date.to_date}'
```

I can provide the specific request information required if needed but any insight as to why this data is missing would be great.

Cheers!

Kyle Charlebois

unread,
Dec 18, 2023, 11:38:52 AM12/18/23
to Google Ads API and AdWords API Forum
Any info here would be greatly appreciated.

Google Ads API Forum Advisor

unread,
Dec 18, 2023, 6:11:18 PM12/18/23
to adwor...@googlegroups.com
Hi,

Thank you for contacting the Google Ads API support team.

By reviewing your concern, I understand that you are trying to retrieve bidding strategy data from the campaign's endpoint. Please note that API is just a reflection of UI, which means we can retrieve only the data from API that can be retrieved via UI. Could you please provide us with an uncropped screenshot of UI report(with a visible customer Id) which you want to retrieve via API so that we can analyse further.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02r2QRE:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages