Reference documentation and code samples for the Google Analytics Admin V1beta Client class AccessDateRange.
A contiguous range of days: startDate, startDate + 1, ..., endDate.
Generated from protobuf message google.analytics.admin.v1beta.AccessDateRange
Namespace
Google \ Analytics \ Admin \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ start_date
string
The inclusive start date for the query in the format YYYY-MM-DD. Cannot be after endDate. The format NdaysAgo, yesterday, or today is also accepted, and in that case, the date is inferred based on the current time in the request's time zone.
↳ end_date
string
The inclusive end date for the query in the format YYYY-MM-DD. Cannot be before startDate. The format NdaysAgo, yesterday, or today is also accepted, and in that case, the date is inferred based on the current time in the request's time zone.
getStartDate
The inclusive start date for the query in the format YYYY-MM-DD. Cannot
be after endDate. The format NdaysAgo, yesterday, or today is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
Returns
Type
Description
string
setStartDate
The inclusive start date for the query in the format YYYY-MM-DD. Cannot
be after endDate. The format NdaysAgo, yesterday, or today is also
accepted, and in that case, the date is inferred based on the current time
in the request's time zone.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getEndDate
The inclusive end date for the query in the format YYYY-MM-DD. Cannot
be before startDate. The format NdaysAgo, yesterday, or today is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
Returns
Type
Description
string
setEndDate
The inclusive end date for the query in the format YYYY-MM-DD. Cannot
be before startDate. The format NdaysAgo, yesterday, or today is
also accepted, and in that case, the date is inferred based on the current
time in the request's time zone.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Analytics Admin V1beta Client - Class AccessDateRange (0.29.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.29.1 (latest)](/php/docs/reference/analytics-admin/latest/V1beta.AccessDateRange)\n- [0.29.0](/php/docs/reference/analytics-admin/0.29.0/V1beta.AccessDateRange)\n- [0.28.1](/php/docs/reference/analytics-admin/0.28.1/V1beta.AccessDateRange)\n- [0.27.0](/php/docs/reference/analytics-admin/0.27.0/V1beta.AccessDateRange)\n- [0.26.0](/php/docs/reference/analytics-admin/0.26.0/V1beta.AccessDateRange)\n- [0.25.2](/php/docs/reference/analytics-admin/0.25.2/V1beta.AccessDateRange)\n- [0.24.2](/php/docs/reference/analytics-admin/0.24.2/V1beta.AccessDateRange)\n- [0.23.0](/php/docs/reference/analytics-admin/0.23.0/V1beta.AccessDateRange)\n- [0.22.5](/php/docs/reference/analytics-admin/0.22.5/V1beta.AccessDateRange)\n- [0.20.0](/php/docs/reference/analytics-admin/0.20.0/V1beta.AccessDateRange)\n- [0.19.0](/php/docs/reference/analytics-admin/0.19.0/V1beta.AccessDateRange)\n- [0.18.1](/php/docs/reference/analytics-admin/0.18.1/V1beta.AccessDateRange)\n- [0.17.0](/php/docs/reference/analytics-admin/0.17.0/V1beta.AccessDateRange)\n- [0.16.0](/php/docs/reference/analytics-admin/0.16.0/V1beta.AccessDateRange)\n- [0.15.1](/php/docs/reference/analytics-admin/0.15.1/V1beta.AccessDateRange)\n- [0.14.0](/php/docs/reference/analytics-admin/0.14.0/V1beta.AccessDateRange)\n- [0.13.0](/php/docs/reference/analytics-admin/0.13.0/V1beta.AccessDateRange)\n- [0.12.0](/php/docs/reference/analytics-admin/0.12.0/V1beta.AccessDateRange)\n- [0.11.1](/php/docs/reference/analytics-admin/0.11.1/V1beta.AccessDateRange)\n- [0.10.0](/php/docs/reference/analytics-admin/0.10.0/V1beta.AccessDateRange)\n- [0.9.0](/php/docs/reference/analytics-admin/0.9.0/V1beta.AccessDateRange)\n- [0.8.2](/php/docs/reference/analytics-admin/0.8.2/V1beta.AccessDateRange) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Admin V1beta Client class AccessDateRange.\n\nA contiguous range of days: startDate, startDate + 1, ..., endDate.\n\nGenerated from protobuf message `google.analytics.admin.v1beta.AccessDateRange`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Admin \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getStartDate\n\nThe inclusive start date for the query in the format `YYYY-MM-DD`. Cannot\nbe after `endDate`. The format `NdaysAgo`, `yesterday`, or `today` is also\naccepted, and in that case, the date is inferred based on the current time\nin the request's time zone.\n\n### setStartDate\n\nThe inclusive start date for the query in the format `YYYY-MM-DD`. Cannot\nbe after `endDate`. The format `NdaysAgo`, `yesterday`, or `today` is also\naccepted, and in that case, the date is inferred based on the current time\nin the request's time zone.\n\n### getEndDate\n\nThe inclusive end date for the query in the format `YYYY-MM-DD`. Cannot\nbe before `startDate`. The format `NdaysAgo`, `yesterday`, or `today` is\nalso accepted, and in that case, the date is inferred based on the current\ntime in the request's time zone.\n\n### setEndDate\n\nThe inclusive end date for the query in the format `YYYY-MM-DD`. Cannot\nbe before `startDate`. The format `NdaysAgo`, `yesterday`, or `today` is\nalso accepted, and in that case, the date is inferred based on the current\ntime in the request's time zone."]]