Hello Team,
I have a few questions related to Google Ads API Reporting.
- Our Company Spotter is very much interested in fetching budget simulations for VIDEO campaigns. We have tried the below query and didn't get any results. We looked at the documentation and understood this feature is not available for VIDEO campaigns. Correct me if our understanding is wrong in this regard. https://developers.google.com/google-ads/api/fields/v13/campaign_simulation#campaign_simulation.budget_point_list.points
- If the feature is not available could the team please request Nadine and Anash to take it forward as a feature request?
- We are very much eager to know the ETA if this feature is already raised by someone and is in implementation.
query = f"""SELECT
campaign_simulation.campaign_id,
campaign_simulation.budget_point_list.points,
campaign_simulation.cpc_bid_point_list.points,
campaign_simulation.end_date,
campaign_simulation.modification_method,
campaign_simulation.resource_name,
campaign_simulation.start_date,
campaign_simulation.target_cpa_point_list.points,
campaign_simulation.target_impression_share_point_list.points,
campaign_simulation.target_roas_point_list.points,
campaign_simulation.type
FROM campaign_simulation
WHERE
campaign_simulation.type = 'BUDGET'"""
Regards,
Sai Teja Makani