I also read the advice on
this forum.I get total cost for customer account using query 'SELECT metrics.cost_micros FROM customer'.
I am trying to get the total budget for the customer using query^
'SELECT
account_budget.adjusted_spending_limit_micros,
account_budget.amount_served_micros,
account_budget.approved_spending_limit_micros,
account_budget.pending_proposal.spending_limit_micros,
account_budget.proposed_spending_limit_micros,
account_budget.total_adjustments_micros,
account_budget.billing_setup
FROM account_budget'
There are several fields that are similar to the total amount of the budget. But when subtracting the total cost, the amount I get is not equal to the
available funds that is displayed in the web UI.
Can you specify which fields i need to use to calculate in order to get available funds?
вторник, 24 мая 2022 г. в 10:21:37 UTC+3, adsapi: