TTMSFNCCloudGoogleAnalytics.RetrieveData Method
Retrieves analytics data for the configured metrics and dimensions.
API unit family: TMSFNCCloudGoogleAnalytics
Declaring type: TTMSFNCCloudGoogleAnalytics
Inherited from: TTMSFNCCustomCloudGoogleAnalytics
Syntax
procedure RetrieveData(AStartDate: string = 'today'; AEndDate: string = 'today'; AMaxResults: Integer = 1000);
Parameters
| Name | Description |
|---|---|
AStartDate |
Start date expression or value accepted by the analytics API. |
AEndDate |
End date expression or value accepted by the analytics API. |
AMaxResults |
Maximum number of rows to request. |