Hello!

We are using the Java SDK (*com.google.api-ads:google-ads:28.0.0*)  to 
query the current daily budget (*campaign_budget.amount_micros*) for a 
given campaign:


SearchGoogleAdsRequest.newBuilder()
  .setCustomerId(campaignId)
  .setQuery(
     """SELECT
       campaign_budget.amount_micros,
       campaign.status
       FROM campaign_budget
       WHERE
       campaign.id = $campaignId"""
)
.build()

But, for some campaigns we are getting a previous/old budget value., it is 
not the current value shown in the UI.  Can you help us to understand the 
cause?

Thanks!

-- 
*This information may be confidential or privileged. Any unauthorized 
disclosure is strictly prohibited. Your data has been incorporated into our 
privacy system to manage your request. You can exercise your personal data 
rights and check our Privacy Policy here 
<https://glovoapp.com/es/legal/privacy>. *

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c88015c1-e184-4cee-84dc-7ef73dccc0b2n%40googlegroups.com.
  • Go... 'Cesar Augusto Espinosa' via Google Ads API and AdWords API Forum
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to