Hi!,
By using the report-definition-service endpoint, when I request information about the CREATIVE_CONVERSION_REPORT table, I got that the XMLAttribute for "ConversionTrackerId" does not match with the API's response for the report-download endpoint.
Report Definition Service informs (extract):
- <rval>
- <fieldName>ConversionTrackerId</fieldName>
- <displayFieldName>Free click type</displayFieldName>
- <xmlAttributeName>freeClickType</xmlAttributeName>
- <fieldType>Long</fieldType>
- <fieldBehavior>SEGMENT</fieldBehavior>
- <canSelect>true</canSelect>
- <canFilter>true</canFilter>
- <isEnumType>false</isEnumType>
- <isBeta>false</isBeta>
- <isZeroRowCompatible>false</isZeroRowCompatible>
- </rval>
But Report download endpoint returns (extract):
<row conversionTrackerId="10133" freeClicks="1" freeClickRate="0.00%" impressions="0"/>- <row conversionTrackerId="47" freeClicks="42917" freeClickRate="0.00%" impressions="0"/>
- <row conversionTrackerId="10" freeClicks="41886663" freeClickRate="0.00%" impressions="0"/
The xml attribute for conversionTrackerId is "conversionTrackerId" and not "freeClickType".
Since I am using the report definition service for dynamically retrieve information this issue causes inconsistent information.