Generated from protobuf enumGRANULARITY_UNSPECIFIED = 0;
DAILY
Value: 1
Daily granularity. Commonly used if the cohort'sdateRangeis a single
day and the request containscohortNthDay.
Generated from protobuf enumDAILY = 1;
WEEKLY
Value: 2
Weekly granularity. Commonly used if the cohort'sdateRangeis a week
in duration (starting on Sunday and ending on Saturday) and the request
containscohortNthWeek.
Generated from protobuf enumWEEKLY = 2;
MONTHLY
Value: 3
Monthly granularity. Commonly used if the cohort'sdateRangeis a month
in duration and the request containscohortNthMonth.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Analytics Data V1beta Client - Class Granularity (0.22.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.22.3 (latest)](/php/docs/reference/analytics-data/latest/V1beta.CohortsRange.Granularity)\n- [0.22.2](/php/docs/reference/analytics-data/0.22.2/V1beta.CohortsRange.Granularity)\n- [0.21.1](/php/docs/reference/analytics-data/0.21.1/V1beta.CohortsRange.Granularity)\n- [0.20.1](/php/docs/reference/analytics-data/0.20.1/V1beta.CohortsRange.Granularity)\n- [0.19.0](/php/docs/reference/analytics-data/0.19.0/V1beta.CohortsRange.Granularity)\n- [0.18.0](/php/docs/reference/analytics-data/0.18.0/V1beta.CohortsRange.Granularity)\n- [0.17.1](/php/docs/reference/analytics-data/0.17.1/V1beta.CohortsRange.Granularity)\n- [0.16.4](/php/docs/reference/analytics-data/0.16.4/V1beta.CohortsRange.Granularity)\n- [0.14.0](/php/docs/reference/analytics-data/0.14.0/V1beta.CohortsRange.Granularity)\n- [0.13.0](/php/docs/reference/analytics-data/0.13.0/V1beta.CohortsRange.Granularity)\n- [0.12.0](/php/docs/reference/analytics-data/0.12.0/V1beta.CohortsRange.Granularity)\n- [0.11.2](/php/docs/reference/analytics-data/0.11.2/V1beta.CohortsRange.Granularity)\n- [0.10.1](/php/docs/reference/analytics-data/0.10.1/V1beta.CohortsRange.Granularity)\n- [0.9.5](/php/docs/reference/analytics-data/0.9.5/V1beta.CohortsRange.Granularity) \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 Data V1beta Client class Granularity.\n\nThe granularity used to interpret the `startOffset` and `endOffset` for the\nextended reporting date range for a cohort report.\n\nProtobuf type `google.analytics.data.v1beta.CohortsRange.Granularity`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Data \\\\ V1beta \\\\ CohortsRange\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### GRANULARITY_UNSPECIFIED\n\n Value: 0\n\nShould never be specified.\n\nGenerated from protobuf enum `GRANULARITY_UNSPECIFIED = 0;`\n\n### DAILY\n\n Value: 1\n\nDaily granularity. Commonly used if the cohort's `dateRange` is a single\nday and the request contains `cohortNthDay`.\n\nGenerated from protobuf enum `DAILY = 1;`\n\n### WEEKLY\n\n Value: 2\n\nWeekly granularity. Commonly used if the cohort's `dateRange` is a week\nin duration (starting on Sunday and ending on Saturday) and the request\ncontains `cohortNthWeek`.\n\nGenerated from protobuf enum `WEEKLY = 2;`\n\n### MONTHLY\n\n Value: 3\n\nMonthly granularity. Commonly used if the cohort's `dateRange` is a month\nin duration and the request contains `cohortNthMonth`.\n\nGenerated from protobuf enum `MONTHLY = 3;`"]]