If you enabled Custom Conversion Columns in your request, the response object will include 2 new properties. Both properties share the same name: dynamic_fields
:
- A
dynamic_fields
property is present in each row (object) within theresults
array. This collection stores the actual values for the custom conversion columns. - Another
dynamic_fields
property appears within themetadata
section (object) of the response object. This collection defines the metadata (Unique ID, Caption, Data Type, etc) for each custom conversion column.