SDITools / adobeanalyticsr

R Client for Adobe Analytics API v2.0
Other
18 stars 9 forks source link

Develop the functions to create a calculated metric #162

Closed benrwoodard closed 12 months ago

benrwoodard commented 1 year ago

Using this documentation Creating a Calculated Metric

Note: Calculated metric names are allowed to include utf-8 character combinations that are not empty strings or null. However, if the name is too long, it does not display properly in the UI, so provide only useful and understandable names to improve readability.

To create a calculated metric with the Analytics APIs:

Define/Specify/Configure/Build a definition. POST the definition against the validate endpoint as in the above example with the id of the report suite the calculated metric is most likely to be used with. Specify a name. The name should be descriptive of what the calculated metric does. The description field can provide additional context about the calculated metric. POST to the /calculatedmetrics endpoint.