Source position: googleanalytics.pp line 3456
type TDataMcfGetOptions = record |
dimensions: string; |
enddate: string; |
filters: string; |
ids: string; |
maxresults: Integer; |
metrics: string; |
samplingLevel: string; |
sort: string; |
startdate: string; |
startindex: Integer; |
end; |