Hello,
After the migration from v201506 to v201601 we switched to use the
Conversions column in the Criteria Performance Report. In the API description the type of this column is called
Double. But when I tried to retrieve report using new API, the result was a String with decimal separator. I retrieve the report in CSV format.
Here is an example:
List of fields in Selector:
...,AccountCurrencyCode,ConvertedClicks,Conversions,ImpressionSignificance,...
Result in CSV line:
...,EUR,1283,"1,465.0", --,...
Is this string correct for Double format, mentioned in API?