I'm working on making a API request to our bidding simulation using the 
ad_group_simulation report. Within the Google Ads portal I can see our ad 
groups with the simulator icon not greyed out, so there should be some data 
in the return back.

This is my GAQL query and I have validated that it is correct.

                SELECT
                    ad_group_simulation.start_date,
                    ad_group_simulation.end_date,
                    ad_group_simulation.ad_group_id,
                    ad_group.name,
                    ad_group.campaign,
                    ad_group_simulation.modification_method,
                    ad_group_simulation.resource_name,
                    ad_group_simulation.target_cpa_point_list.points
                FROM ad_group_simulation
                WHERE
                    ad_group_simulation.start_date = '2021-11-14' AND
                    ad_group_simulation.end_date = '2021-11-16' AND
                    ad_group_simulation.type = TARGET_CPA

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/19263e98-1c82-4350-a95d-6d69959a0889n%40googlegroups.com.
  • ad... Gabe Garrido
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to