Hello,
I am following the documentation at:
But my query for Customer ID REDACTED isn't returning any results, nor any errors. Can you please advise if I am incorrectly constructing this query?
SELECT campaign_simulation.budget_point_list.points, campaign_simulation.campaign_id, campaign_simulation.end_date, campaign_simulation.start_date
FROM campaign_simulation
WHERE campaign_simulation.campaign_id = REDACTED AND campaign_simulation.type = BUDGET
The online query validator isn't indicating any errors.
I am trying to retrieve through the API the data returned from the Budget Report in the Ads Manager UI. Is the campaign_simulation resource the correct way to do this?
Thank you.
Dear Google Ads API Support Team, please email me privately to get the Customer ID and Campaign ID that I am running this query against