Hi,
Thank you for reaching out to the Google Ads API support team.
Kindly note that this support channel specializes in Google Ads API related concerns and technical implementations only. However, as it appears that your concern is more related to Google Ads product rather than with the Google Ads API.
Could you please share the Google Ads customer ID so that we can route you to the product support team?
If you have any questions about usage of the Google Ads API, please feel free to reach out.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-07-14 13:56:05Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01svXsV:ref" (ADR-00318832)
https://googleads.googleapis.com/v20/customers/1234567890/campaignBudgets:mutate
Setting thelogin-customer-id
is equivalent to choosing an account in the Google Ads UI after signing in or clicking on your profile image at the top right. If you don't include this header, it defaults to the operating customerProduct metrics, filtered by date (Account level)
Specifying the report with a date or date range in the WHERE clause will return metrics for all products at the account level which are (regardless of whether the metrics are non-zero) for the specified time period.
You cannot select
segments.date
, doing so would result in anUNSUPPORTED_DATE_SEGMENTATION
error.This query lets you see the performance of the current product for a given day or other compatible date value. This can be used to build a summary for each returned product aggregated across all campaigns:
SELECT shopping_product.resource_name, shopping_product.merchant_center_id, shopping_product.channel, shopping_product.language_code, shopping_product.feed_label, shopping_product.item_id, metrics.clicks, metrics.impressions, metrics.cost_micros FROM shopping_product WHERE segments.date = '2024-01-01'
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 "Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/adwords-api/8CCE9C24-6E98-4DDF-B2B0-02EF71FAA342%40icloud.com.
Hi,
Thank you for reaching out to the Google Ads API support team.
Based on the provided information, I understand that your concern is related to account access. To assist you further, could you please elaborate and provide more details about which account access you are looking for and specify the exact support you need from the Google Ads API support team regarding your issue? If possible, kindly share the related uncropped UI screenshots or error screenshots along with the Google Ads customer ID for further investigation.
You can send the details via Reply privately to the author option, or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-07-14 16:00:44Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01svYWf:ref" (ADR-00318842)