I am using `ACCOUNT_PERFORMANCE` Report Type to fetch
Spend amount of few CustomerIDs. I'm using Adwords' ReportQueryBuilder to
Select ('ExternalCustomerId ', 'Cost' )
From ('ACCOUNT_PERFORMANCE_REPORT')
During(start_date=start_dt, end_date=end_dt)
However the `cost` value of report output is different from that of platform (Google Ads UI).
For eg.
I have a customer Id XXX-XXX-XXXX that has 3 Account Budgets (Status: 1 Active and 2 Ended) :
BudgetOrderId: 0005-8146-XXXX
Start Date: Nov 1,
End Date: 2019Jul 31, 2020
BudgetAmount: CA$1,227,971.38
Status: Ended
However, the report output is:
Cost: 1228818.07
I'm trying to understand the discrepancy. Thanks in advance.