Reference documentation and code samples for the Google Analytics Data V1alpha Client class SessionSegmentExclusion.
Specifies which sessions are excluded in this segment.
Generated from protobuf messagegoogle.analytics.data.v1alpha.SessionSegmentExclusion
Namespace
Google \ Analytics \ Data \ V1alpha
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ session_exclusion_duration
int
Specifies how long an exclusion will last if a session matches thesessionExclusionCriteria. Optional. If unspecified, asessionExclusionDurationofSESSION_EXCLUSION_TEMPORARYis used.
[[["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-09 UTC."],[],[],null,["Version latestkeyboard_arrow_down\n\n- [0.22.3 (latest)](/php/docs/reference/analytics-data/latest/V1alpha.SessionSegmentExclusion)\n- [0.22.2](/php/docs/reference/analytics-data/0.22.2/V1alpha.SessionSegmentExclusion)\n- [0.21.1](/php/docs/reference/analytics-data/0.21.1/V1alpha.SessionSegmentExclusion)\n- [0.20.1](/php/docs/reference/analytics-data/0.20.1/V1alpha.SessionSegmentExclusion)\n- [0.19.0](/php/docs/reference/analytics-data/0.19.0/V1alpha.SessionSegmentExclusion)\n- [0.18.0](/php/docs/reference/analytics-data/0.18.0/V1alpha.SessionSegmentExclusion)\n- [0.17.1](/php/docs/reference/analytics-data/0.17.1/V1alpha.SessionSegmentExclusion)\n- [0.16.4](/php/docs/reference/analytics-data/0.16.4/V1alpha.SessionSegmentExclusion)\n- [0.14.0](/php/docs/reference/analytics-data/0.14.0/V1alpha.SessionSegmentExclusion)\n- [0.13.0](/php/docs/reference/analytics-data/0.13.0/V1alpha.SessionSegmentExclusion)\n- [0.12.0](/php/docs/reference/analytics-data/0.12.0/V1alpha.SessionSegmentExclusion)\n- [0.11.2](/php/docs/reference/analytics-data/0.11.2/V1alpha.SessionSegmentExclusion)\n- [0.10.1](/php/docs/reference/analytics-data/0.10.1/V1alpha.SessionSegmentExclusion)\n- [0.9.5](/php/docs/reference/analytics-data/0.9.5/V1alpha.SessionSegmentExclusion) \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 V1alpha Client class SessionSegmentExclusion.\n\nSpecifies which sessions are excluded in this segment.\n\nGenerated from protobuf message `google.analytics.data.v1alpha.SessionSegmentExclusion`\n\nNamespace Google \\\\ Analytics \\\\ Data \\\\ V1alpha\n\nMethods\n\n__construct \nConstructor.\n\n| **Parameters** ||\n|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **Name** | **Description** |\n| `data` | `array` Optional. Data for populating the Message object. |\n| `↳ session_exclusion_duration` | `int` Specifies how long an exclusion will last if a session matches the `sessionExclusionCriteria`. Optional. If unspecified, a `sessionExclusionDuration` of `SESSION_EXCLUSION_TEMPORARY` is used. |\n| `↳ session_exclusion_criteria` | [SessionSegmentCriteria](/php/docs/reference/analytics-data/latest/V1alpha.SessionSegmentCriteria) If a session meets this condition, the session is excluded from membership in the segment for the `sessionExclusionDuration`. |\n\ngetSessionExclusionDuration \nSpecifies how long an exclusion will last if a session matches the\n`sessionExclusionCriteria`.\n\nOptional. If unspecified, a `sessionExclusionDuration` of\n`SESSION_EXCLUSION_TEMPORARY` is used.\n\n| **Returns** ||\n|----------|----------------------------------------|\n| **Type** | **Description** |\n| `int` | Enum of type SessionExclusionDuration. |\n\nsetSessionExclusionDuration \nSpecifies how long an exclusion will last if a session matches the\n`sessionExclusionCriteria`.\n\nOptional. If unspecified, a `sessionExclusionDuration` of\n`SESSION_EXCLUSION_TEMPORARY` is used.\n\n| **Parameter** ||\n|----------|----------------------------------------------|\n| **Name** | **Description** |\n| `var` | `int` Enum of type SessionExclusionDuration. |\n\n| **Returns** ||\n|----------|-----------------|\n| **Type** | **Description** |\n| `$this` | |\n\ngetSessionExclusionCriteria \nIf a session meets this condition, the session is excluded from\nmembership in the segment for the `sessionExclusionDuration`.\n\n| **Returns** ||\n|-----------------------------------------------------------------------------------------------------------|-----------------|\n| **Type** | **Description** |\n| [SessionSegmentCriteria](/php/docs/reference/analytics-data/latest/V1alpha.SessionSegmentCriteria)`|null` | |\n\nhasSessionExclusionCriteria\n\nclearSessionExclusionCriteria\n\nsetSessionExclusionCriteria \nIf a session meets this condition, the session is excluded from\nmembership in the segment for the `sessionExclusionDuration`.\n\n| **Parameter** ||\n|----------|----------------------------------------------------------------------------------------------------|\n| **Name** | **Description** |\n| `var` | [SessionSegmentCriteria](/php/docs/reference/analytics-data/latest/V1alpha.SessionSegmentCriteria) |\n\n| **Returns** ||\n|----------|-----------------|\n| **Type** | **Description** |\n| `$this` | |"]]