Source position: googleanalytics.pp line 3424
type TDataGaGetOptions = record |
dimensions: string; |
enddate: string; |
filters: string; |
ids: string; |
includeemptyrows: Boolean; |
maxresults: Integer; |
metrics: string; |
output: string; |
samplingLevel: string; |
segment: string; |
sort: string; |
startdate: string; |
startindex: Integer; |
end; |