Hi,


Please be informed that I have removed your response from the forums as it 
contained the PII information.


Based on the provided screenshots, I understand that you are trying to 
retrieve the product groups and Bid simulation data. To retrieve the 
product groups data, I would suggest you use the *product_group_view* 
<https://developers.google.com/google-ads/api/fields/v20/product_group_view> 
resource in the Google Ads API. You can refer to the below sample query to 
retrieve the data.


SELECT metrics.clicks, metrics.impressions, metrics.cost_micros, 
metrics.average_cpc, metrics.benchmark_average_max_cpc, 
metrics.search_click_share, metrics.search_impression_share FROM 
product_group_view WHERE campaign.id = campaign_id AND ad_group.id = 
ad_group_id AND segments.date = '2025-05-18'"


If you want to retrieve the bid simulation data, I suggest you can use the 
*ad_group_criterion_simulation* 
<https://developers.google.com/google-ads/api/fields/v20/ad_group_criterion_simulation>
 
resource.


Thanks & Regards,
Google Ads API support team.



On Tuesday, July 8, 2025 at 6:49:10 PM UTC+5:30 Mariam Youssef wrote:

Hi, 
Thank you for your reply, but I'm still quite confused...

What do you mean by "If you are referring to the word ‘Bid Scaling (%)’, 
please note that this filter is not related to the 
‘ad_group_criterion_simulation.modification_method’ field."
Because this is actually the data I'm interested in 
<https://screenshot.googleplex.com/7DFzJNGygM3VRWM> - *so where can I pull 
this data from?*

I'm also asking because I was pulling the same data *"Bid Scaling (%)"* for 
search campaigns with a somewhat similar query - and it gave me the exact 
same data as in the UI <https://screenshot.googleplex.com/8pPcmtkUPnFUGoV> 
and the modification method is *'SCALING'*:

SELECT campaign.name, campaign.id,
campaign_simulation.cpc_bid_point_list.points
FROM campaign_simulation
WHERE campaign_simulation.modification_method = 'SCALING'
AND campaign_simulation.type = 'CPC_BID'

Would really appreciate your input here.
Thanks,
Mariam

On Tuesday, July 8, 2025 at 3:50:44 PM UTC+3 Google Ads API and AdWords API 
Forum wrote:

Hi,


Please be informed that I have removed your response from the forums as it 
contained the PII information.


Based on the provided screenshots, I cannot see anywhere the word ‘SCALING’ 
or ‘UNIFORM’ in the UI. If you are referring to the word ‘Bid Scaling (%)’, 
please note that this filter is not related to the 
‘ad_group_criterion_simulation.modification_method’ field. I executed the 
following GAQL query in order to check if any simulations are present with 
the ‘ad_group_criterion_simulation.modification_method’ as ‘SCALING’. But, 
I received an empty response:


SELECT ad_group.id, ad_group_criterion_simulation.criterion_id, 
ad_group_criterion_simulation.end_date, 
ad_group_criterion_simulation.start_date, 
ad_group_criterion_simulation.cpc_bid_point_list.points, 
ad_group_criterion_simulation.modification_method FROM 
ad_group_criterion_simulation WHERE 
ad_group_criterion_simulation.modification_method = 'SCALING’ AND 
ad_group_criterion_simulation.type = 'CPC_BID'


Therefore, please share the uncropped UI screenshot where you are able to 
see the values SCALING or UNIFORM in the UI. Meanwhile, you can refer to 
the SimulationModificationMethod 
<https://developers.google.com/google-ads/api/reference/rpc/v20/SimulationModificationMethodEnum.SimulationModificationMethod>
 
in order to get the complete description of these values.


You can send the requested details via Reply privately to the author 
option, or direct private reply to this email.


Thanks & Regards,

Google Ads API support team.

On Friday, July 4, 2025 at 2:52:37 PM UTC+5:30 Mariam Youssef wrote:


Hi,
Thank you for your reply.
Here is a screenshot of the data I'm trying to pull with the API

   - Campaign and Product Group 
   <https://screenshot.googleplex.com/6zUT5HwZmw9AoTS>
   - Bid Simulation Data <https://screenshot.googleplex.com/AKHechPV4NEoSyi>

Thanks,
Mariam

*  •  **Mariam Youssef*

*  • * Customer Solutions Engineer

*  •  *[email protected]

  •  Google LLC - Dubai




On Fri, Jul 4, 2025 at 12:00 PM Google Ads API and AdWords API Forum <
[email protected]> wrote:

Hi,

Thank you for reaching out to the Google Ads API support team.

In order to assist you further, could you please share the uncropped UI 
screenshot by highlighting the scaling bid simulation data that you would 
like to retrieve via the Google Ads API.

You can send the details via *Reply privately to the author option*, or *direct 
private reply* to this email.

Thanks & Regards,
Google Ads API support team.



On Thursday, July 3, 2025 at 3:44:19 PM UTC+5:30 Mariam Youssef wrote:

Hi,

I'm trying to extract *SCALING* bid simulation data for *shopping campaigns*. 
In the Google Ads UI, I can see the scaling bid simulation and it is on the 
*"Product 
group"* level But when I try to pull the same data with GAQL, it only 
return UNIFORM simulation modification methods. This is the query that I 
used:
SELECT 
ad_group_criterion_simulation.ad_group_id, 
ad_group_criterion_simulation.criterion_id, 
ad_group_criterion_simulation.start_date, 
ad_group_criterion_simulation.end_date, 
ad_group_criterion_simulation.cpc_bid_point_list.points, 
ad_group_criterion_simulation.modification_method
FROM
ad_group_criterion_simulation
WHERE
ad_group_criterion_simulation.type = CPC_BIDI also tried to query 
ad_group_simulation, campaign_simulation but they didn't return anything at 
all. Would really appreciate ​y​our help.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a topic in the 
Google Groups "Google Ads API and AdWords API Forum" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/adwords-api/CZ1ZLoe5GVY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
[email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/adwords-api/10d07ee4-d9cc-40c1-b14c-ce96bd292e65n%40googlegroups.com
 
<https://groups.google.com/d/msgid/adwords-api/10d07ee4-d9cc-40c1-b14c-ce96bd292e65n%40googlegroups.com?utm_medium=email&utm_source=footer>
.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 visit 
https://groups.google.com/d/msgid/adwords-api/b5080f70-c749-41b8-b550-2dde3c9a2d20n%40googlegroups.com.
  • Re: Google Ads A... Google Ads API and AdWords API Forum
    • Re: Google ... 'Mariam Youssef' via Google Ads API and AdWords API Forum
      • Re: Pri... Google Ads API and AdWords API Forum

Reply via email to