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 webpage provides documentation for the `AttributionSettings` class within the Google Analytics Admin Java library, version 0.28.0, which is a singleton resource that manages attribution settings for a given property."],["The `AttributionSettings` class is a `GeneratedMessageV3` that implements `AttributionSettingsOrBuilder`, and it inherits various methods from classes like `AbstractMessageLite`, `AbstractMessage`, and `GeneratedMessageV3`."],["The documentation covers the class's fields, which include `ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_FIELD_NUMBER`, `NAME_FIELD_NUMBER`, `OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_FIELD_NUMBER`, and `REPORTING_ATTRIBUTION_MODEL_FIELD_NUMBER`, along with static methods for creating instances and parsing data."],["Key methods are detailed, such as `getAcquisitionConversionEventLookbackWindow`, `getName`, `getOtherConversionEventLookbackWindow`, and `getReportingAttributionModel`, which are used to retrieve specific attribution settings."],["The page offers a breakdown of all released versions of the `AttributionSettings`, dating from version 0.70.0 down to 0.14.0, all of which are accessible via links."]]],[]]