Class: Google::Analytics::Admin::V1alpha::AttributionSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/resources.rb

Overview

The attribution settings used for a given property. This is a singleton resource.

Defined Under Namespace

Modules: AcquisitionConversionEventLookbackWindow, OtherConversionEventLookbackWindow, ReportingAttributionModel

Instance Attribute Summary collapse

Instance Attribute Details

#acquisition_conversion_event_lookback_window::Google::Analytics::Admin::V1alpha::AttributionSettings::AcquisitionConversionEventLookbackWindow



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 988

class AttributionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # How far back in time events should be considered for inclusion in a
  # converting path which leads to the first install of an app or the first
  # visit to a site.
  module AcquisitionConversionEventLookbackWindow
    # Lookback window size unspecified.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 7-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS = 1

    # 30-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 2
  end

  # How far back in time events should be considered for inclusion in a
  # converting path for all conversions other than first app install/first site
  # visit.
  module OtherConversionEventLookbackWindow
    # Lookback window size unspecified.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 30-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 1

    # 60-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS = 2

    # 90-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS = 3
  end

  # The reporting attribution model used to calculate conversion credit in this
  # property's reports.
  module ReportingAttributionModel
    # Reporting attribution model unspecified.
    REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED = 0

    # Data-driven attribution distributes credit for the conversion based on
    # data for each conversion event. Each Data-driven model is specific to
    # each advertiser and each conversion event.
    CROSS_CHANNEL_DATA_DRIVEN = 1

    # Ignores direct traffic and attributes 100% of the conversion value to the
    # last channel that the customer clicked through (or engaged view through
    # for YouTube) before converting.
    CROSS_CHANNEL_LAST_CLICK = 2

    # Gives all credit for the conversion to the first channel that a customer
    # clicked (or engaged view through for YouTube) before converting.
    CROSS_CHANNEL_FIRST_CLICK = 3

    # Distributes the credit for the conversion equally across all the channels
    # a customer clicked (or engaged view through for YouTube) before
    # converting.
    CROSS_CHANNEL_LINEAR = 4

    # Attributes 40% credit to the first and last interaction, and the
    # remaining 20% credit is distributed evenly to the middle interactions.
    CROSS_CHANNEL_POSITION_BASED = 5

    # Gives more credit to the touchpoints that happened closer in time to
    # the conversion.
    CROSS_CHANNEL_TIME_DECAY = 6

    # Attributes 100% of the conversion value to the last Google Ads channel
    # that the customer clicked through before converting.
    ADS_PREFERRED_LAST_CLICK = 7
  end
end

#name::String (readonly)



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 988

class AttributionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # How far back in time events should be considered for inclusion in a
  # converting path which leads to the first install of an app or the first
  # visit to a site.
  module AcquisitionConversionEventLookbackWindow
    # Lookback window size unspecified.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 7-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS = 1

    # 30-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 2
  end

  # How far back in time events should be considered for inclusion in a
  # converting path for all conversions other than first app install/first site
  # visit.
  module OtherConversionEventLookbackWindow
    # Lookback window size unspecified.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 30-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 1

    # 60-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS = 2

    # 90-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS = 3
  end

  # The reporting attribution model used to calculate conversion credit in this
  # property's reports.
  module ReportingAttributionModel
    # Reporting attribution model unspecified.
    REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED = 0

    # Data-driven attribution distributes credit for the conversion based on
    # data for each conversion event. Each Data-driven model is specific to
    # each advertiser and each conversion event.
    CROSS_CHANNEL_DATA_DRIVEN = 1

    # Ignores direct traffic and attributes 100% of the conversion value to the
    # last channel that the customer clicked through (or engaged view through
    # for YouTube) before converting.
    CROSS_CHANNEL_LAST_CLICK = 2

    # Gives all credit for the conversion to the first channel that a customer
    # clicked (or engaged view through for YouTube) before converting.
    CROSS_CHANNEL_FIRST_CLICK = 3

    # Distributes the credit for the conversion equally across all the channels
    # a customer clicked (or engaged view through for YouTube) before
    # converting.
    CROSS_CHANNEL_LINEAR = 4

    # Attributes 40% credit to the first and last interaction, and the
    # remaining 20% credit is distributed evenly to the middle interactions.
    CROSS_CHANNEL_POSITION_BASED = 5

    # Gives more credit to the touchpoints that happened closer in time to
    # the conversion.
    CROSS_CHANNEL_TIME_DECAY = 6

    # Attributes 100% of the conversion value to the last Google Ads channel
    # that the customer clicked through before converting.
    ADS_PREFERRED_LAST_CLICK = 7
  end
end

#other_conversion_event_lookback_window::Google::Analytics::Admin::V1alpha::AttributionSettings::OtherConversionEventLookbackWindow



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 988

class AttributionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # How far back in time events should be considered for inclusion in a
  # converting path which leads to the first install of an app or the first
  # visit to a site.
  module AcquisitionConversionEventLookbackWindow
    # Lookback window size unspecified.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 7-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS = 1

    # 30-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 2
  end

  # How far back in time events should be considered for inclusion in a
  # converting path for all conversions other than first app install/first site
  # visit.
  module OtherConversionEventLookbackWindow
    # Lookback window size unspecified.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 30-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 1

    # 60-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS = 2

    # 90-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS = 3
  end

  # The reporting attribution model used to calculate conversion credit in this
  # property's reports.
  module ReportingAttributionModel
    # Reporting attribution model unspecified.
    REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED = 0

    # Data-driven attribution distributes credit for the conversion based on
    # data for each conversion event. Each Data-driven model is specific to
    # each advertiser and each conversion event.
    CROSS_CHANNEL_DATA_DRIVEN = 1

    # Ignores direct traffic and attributes 100% of the conversion value to the
    # last channel that the customer clicked through (or engaged view through
    # for YouTube) before converting.
    CROSS_CHANNEL_LAST_CLICK = 2

    # Gives all credit for the conversion to the first channel that a customer
    # clicked (or engaged view through for YouTube) before converting.
    CROSS_CHANNEL_FIRST_CLICK = 3

    # Distributes the credit for the conversion equally across all the channels
    # a customer clicked (or engaged view through for YouTube) before
    # converting.
    CROSS_CHANNEL_LINEAR = 4

    # Attributes 40% credit to the first and last interaction, and the
    # remaining 20% credit is distributed evenly to the middle interactions.
    CROSS_CHANNEL_POSITION_BASED = 5

    # Gives more credit to the touchpoints that happened closer in time to
    # the conversion.
    CROSS_CHANNEL_TIME_DECAY = 6

    # Attributes 100% of the conversion value to the last Google Ads channel
    # that the customer clicked through before converting.
    ADS_PREFERRED_LAST_CLICK = 7
  end
end

#reporting_attribution_model::Google::Analytics::Admin::V1alpha::AttributionSettings::ReportingAttributionModel



988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 988

class AttributionSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # How far back in time events should be considered for inclusion in a
  # converting path which leads to the first install of an app or the first
  # visit to a site.
  module AcquisitionConversionEventLookbackWindow
    # Lookback window size unspecified.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 7-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_7_DAYS = 1

    # 30-day lookback window.
    ACQUISITION_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 2
  end

  # How far back in time events should be considered for inclusion in a
  # converting path for all conversions other than first app install/first site
  # visit.
  module OtherConversionEventLookbackWindow
    # Lookback window size unspecified.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_UNSPECIFIED = 0

    # 30-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_30_DAYS = 1

    # 60-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_60_DAYS = 2

    # 90-day lookback window.
    OTHER_CONVERSION_EVENT_LOOKBACK_WINDOW_90_DAYS = 3
  end

  # The reporting attribution model used to calculate conversion credit in this
  # property's reports.
  module ReportingAttributionModel
    # Reporting attribution model unspecified.
    REPORTING_ATTRIBUTION_MODEL_UNSPECIFIED = 0

    # Data-driven attribution distributes credit for the conversion based on
    # data for each conversion event. Each Data-driven model is specific to
    # each advertiser and each conversion event.
    CROSS_CHANNEL_DATA_DRIVEN = 1

    # Ignores direct traffic and attributes 100% of the conversion value to the
    # last channel that the customer clicked through (or engaged view through
    # for YouTube) before converting.
    CROSS_CHANNEL_LAST_CLICK = 2

    # Gives all credit for the conversion to the first channel that a customer
    # clicked (or engaged view through for YouTube) before converting.
    CROSS_CHANNEL_FIRST_CLICK = 3

    # Distributes the credit for the conversion equally across all the channels
    # a customer clicked (or engaged view through for YouTube) before
    # converting.
    CROSS_CHANNEL_LINEAR = 4

    # Attributes 40% credit to the first and last interaction, and the
    # remaining 20% credit is distributed evenly to the middle interactions.
    CROSS_CHANNEL_POSITION_BASED = 5

    # Gives more credit to the touchpoints that happened closer in time to
    # the conversion.
    CROSS_CHANNEL_TIME_DECAY = 6

    # Attributes 100% of the conversion value to the last Google Ads channel
    # that the customer clicked through before converting.
    ADS_PREFERRED_LAST_CLICK = 7
  end
end