Output only. Resource name of this attribution settings resource.
Format: properties/{property_id}/attributionSettings
Example: "properties/1000/attributionSettings"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. Resource name of this attribution settings resource.
Format: properties/{property_id}/attributionSettings
Example: "properties/1000/attributionSettings"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Required. The reporting attribution model used to calculate conversion credit in this
property's reports.
Changing the attribution model will apply to both historical and future
data. These changes will be reflected in reports with conversion and
revenue data. User and session data will be unaffected.
Required. The reporting attribution model used to calculate conversion credit in this
property's reports.
Changing the attribution model will apply to both historical and future
data. These changes will be reflected in reports with conversion and
revenue data. User and session data will be unaffected.
[[["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-03-21 UTC."],[[["This page provides documentation for `AttributionSettings` within the Google Analytics Admin API, specifically for version 0.20.0 and numerous other versions, up to the latest version which is 0.70.0."],["`AttributionSettings` is a class that extends `GeneratedMessageV3` and is used to configure the attribution settings for a Google Analytics property."],["The `AttributionSettings` class implements the `AttributionSettingsOrBuilder` interface and includes methods for managing lookback windows for both acquisition and other conversion events."],["The class defines static fields that determine the field numbers of the attribution settings, like `ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_FIELD_NUMBER`, `NAME_FIELD_NUMBER`, `OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_FIELD_NUMBER` and `REPORTING_ATTRIBUTION_MODEL_FIELD_NUMBER` that all determine how a property's data is handled."],["This resource provides methods for parsing `AttributionSettings` from various sources like byte arrays, ByteStrings, InputStreams, and CodedInputStreams, and also includes methods for creating new builders and retrieving default instances."]]],[]]