erebusnz / gapi-google-analytics-php-interface

GA:PI() - Google Analytics PHP Interface
167 stars 86 forks source link

Date range #162

Closed anantjain6 closed 7 years ago

anantjain6 commented 7 years ago

Whatis the filter to get data for range of date I had tried the following, but none of them is working startDate == 2017-07-10 && endDate == 2017-07-15 date <= 20170710 && date>= 20170715 date == 20170710 && nthDay == 5

Kindly help