function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Thibault WeberThibault Weber 

Get API field names from Analytics API

Hi,

Does anyone know how to convert the field names returned by the analytics API (on the left of the image) to Salesforce field names (on the right of the image):

Example:
LAST_UPDATE_BY => LastModifiedBy
ADDRESS1_STREET => BillingStreet
...
User-added image

I would like to dynamically generate a SOQL query based on Analytics API results.

Thanks,