

{
"account_id":xxxxxxxx,
"account_budget_id":xxxxxxxxxx,
"account_budget_name":"BlueFocus International Limited - 2018年12月27日",
"account_budget_status":"APPROVED",
"approved_start_date_time":20181227,
"approved_end_date_time":null,
"approved_end_time_type":"FOREVER",
"approved_spending_limit_type":"UNSPECIFIED",
"approved_spending_limit_micros":1000,
"adjusted_spending_limit_micros":1200,
"amount_served_micros":12230
}
query = """
SELECT
customer.id,
account_budget.id,
account_budget.name,
account_budget.status,
account_budget.approved_end_date_time,
account_budget.approved_start_date_time,
account_budget.approved_spending_limit_micros,
account_budget.adjusted_spending_limit_micros,
account_budget.approved_spending_limit_type,
account_budget.approved_end_time_type,
account_budget.amount_served_micros,
account_budget.pending_proposal.creation_date_time,
account_budget.pending_proposal.proposal_type,
account_budget.resource_name,
account_budget.total_adjustments_micros,
billing_setup.payments_account_info.payments_account_id
FROM
account_budget
WHERE account_budget.approved_end_time_type = 'FOREVER'
AND account_budget.status = 'APPROVED'
ORDER BY
account_budget.approved_start_date_time DESC
LIMIT
100
"""
[
{
"account_id":xxxxxx ,
"account_budget_id":xxxxxx ,
"account_budget_name":"BlueFocus International Limited - 2018年12月27日",
"account_budget_status":"APPROVED",
"approved_start_date_time":20181227,
"approved_end_date_time":null,
"approved_end_time_type":"FOREVER",
"approved_spending_limit_type":"UNSPECIFIED",
"approved_spending_limit_micros":1000,
"adjusted_spending_limit_micros":1200,
"amount_served_micros":12230
},
{
"account_id":xxxxxx ,
"account_budget_id":mmmmm ,
"account_budget_name":"",
"account_budget_status":"APPROVED",
"approved_start_date_time":20170814,
"approved_end_date_time":null,
"approved_end_time_type":"FOREVER",
"approved_spending_limit_type":"INFINITE",
"approved_spending_limit_micros":0,
"adjusted_spending_limit_micros":-1,
"amount_served_micros":123456
}
]
WHERE account_budget.approved_end_date_time >= "2019-10-28"
AND account_budget.status = 'APPROVED'
WHERE account_budget.approved_end_time_type = 'FOREVER'
AND account_budget.status = 'APPROVED'
[{'account_id': account_id, 'account_budget_id': xxxxx, 'account_budget_name': 'xxxxxxxxxx - 2018年12月27日', 'account_budget_status': 'APPROVED', 'approved_start_date_time': 20181227, 'approved_end_date_time': None, 'approved_end_time_type': 'FOREVER', 'approved_spending_limit_type': 'UNSPECIFIED', 'approved_spending_limit_micros': 27806080000, 'adjusted_spending_limit_micros': 18030640000, 'amount_served_micros': 36159540000},
{'account_id': account_id, 'account_budget_id': xxxxx, 'account_budget_name': '', 'account_budget_status': 'APPROVED', 'approved_start_date_time': 20170814, 'approved_end_date_time': None, 'approved_end_time_type': 'FOREVER', 'approved_spending_limit_type': 'INFINITE', 'approved_spending_limit_micros': 0, 'adjusted_spending_limit_micros': 0, 'amount_served_micros': 46848340000}]


Hello,
Thank you for reaching out. Could you please share the client customer id for me to investigate this further? Please use Reply privately to author option while sharing the details.
Regards,
Nikisha Patel, Google Ads API Team