Google Analytics API sends ga:transactionid as a string although parses it as an integer
Hello All!I faced an issue, while doing the report via BI: Failed to parse data 'B10109393939' for column Transaction id.I tried to fix it by applying a filter { "dimensionFilterClauses": [ { "filters" : [ { "dimensionName" : "ga:transactionid", "operator":"NUMERIC_GREATER_THAN", "expressions": [ "0" ] } ] } ] But it…