Class: Google::Analytics::Admin::V1alpha::AttributionSettings
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::AttributionSettings
- 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, AdsWebConversionDataExportScope, OtherConversionEventLookbackWindow, ReportingAttributionModel
Instance Attribute Summary collapse
-
#acquisition_conversion_event_lookback_window ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::AcquisitionConversionEventLookbackWindow
Required.
-
#ads_web_conversion_data_export_scope ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::AdsWebConversionDataExportScope
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#other_conversion_event_lookback_window ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::OtherConversionEventLookbackWindow
Required.
-
#reporting_attribution_model ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::ReportingAttributionModel
Required.
Instance Attribute Details
#acquisition_conversion_event_lookback_window ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::AcquisitionConversionEventLookbackWindow
1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1380 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. # Previously CROSS_CHANNEL_DATA_DRIVEN PAID_AND_ORGANIC_CHANNELS_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. # Previously CROSS_CHANNEL_LAST_CLICK PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2 # Attributes 100% of the conversion value to the last Google Paid channel # that the customer clicked through before converting. # Previously ADS_PREFERRED_LAST_CLICK GOOGLE_PAID_CHANNELS_LAST_CLICK = 7 end # The Conversion Export Scope for data exported to linked Ads Accounts. module AdsWebConversionDataExportScope # Default value. This value is unused. ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0 # No data export scope selected yet. # Export scope can never be changed back to this value. NOT_SELECTED_YET = 1 # Paid and organic channels are eligible to receive conversion credit, but # only credit assigned to Google Ads channels will appear in your Ads # accounts. To learn more, see [Paid and Organic # channels](https://support.google.com/analytics/answer/10632359). PAID_AND_ORGANIC_CHANNELS = 2 # Only Google Ads paid channels are eligible to receive conversion credit. # To learn more, see [Google Paid # channels](https://support.google.com/analytics/answer/10632359). GOOGLE_PAID_CHANNELS = 3 end end |
#ads_web_conversion_data_export_scope ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::AdsWebConversionDataExportScope
1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1380 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. # Previously CROSS_CHANNEL_DATA_DRIVEN PAID_AND_ORGANIC_CHANNELS_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. # Previously CROSS_CHANNEL_LAST_CLICK PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2 # Attributes 100% of the conversion value to the last Google Paid channel # that the customer clicked through before converting. # Previously ADS_PREFERRED_LAST_CLICK GOOGLE_PAID_CHANNELS_LAST_CLICK = 7 end # The Conversion Export Scope for data exported to linked Ads Accounts. module AdsWebConversionDataExportScope # Default value. This value is unused. ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0 # No data export scope selected yet. # Export scope can never be changed back to this value. NOT_SELECTED_YET = 1 # Paid and organic channels are eligible to receive conversion credit, but # only credit assigned to Google Ads channels will appear in your Ads # accounts. To learn more, see [Paid and Organic # channels](https://support.google.com/analytics/answer/10632359). PAID_AND_ORGANIC_CHANNELS = 2 # Only Google Ads paid channels are eligible to receive conversion credit. # To learn more, see [Google Paid # channels](https://support.google.com/analytics/answer/10632359). GOOGLE_PAID_CHANNELS = 3 end end |
#name ⇒ ::String (readonly)
1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1380 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. # Previously CROSS_CHANNEL_DATA_DRIVEN PAID_AND_ORGANIC_CHANNELS_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. # Previously CROSS_CHANNEL_LAST_CLICK PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2 # Attributes 100% of the conversion value to the last Google Paid channel # that the customer clicked through before converting. # Previously ADS_PREFERRED_LAST_CLICK GOOGLE_PAID_CHANNELS_LAST_CLICK = 7 end # The Conversion Export Scope for data exported to linked Ads Accounts. module AdsWebConversionDataExportScope # Default value. This value is unused. ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0 # No data export scope selected yet. # Export scope can never be changed back to this value. NOT_SELECTED_YET = 1 # Paid and organic channels are eligible to receive conversion credit, but # only credit assigned to Google Ads channels will appear in your Ads # accounts. To learn more, see [Paid and Organic # channels](https://support.google.com/analytics/answer/10632359). PAID_AND_ORGANIC_CHANNELS = 2 # Only Google Ads paid channels are eligible to receive conversion credit. # To learn more, see [Google Paid # channels](https://support.google.com/analytics/answer/10632359). GOOGLE_PAID_CHANNELS = 3 end end |
#other_conversion_event_lookback_window ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::OtherConversionEventLookbackWindow
1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1380 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. # Previously CROSS_CHANNEL_DATA_DRIVEN PAID_AND_ORGANIC_CHANNELS_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. # Previously CROSS_CHANNEL_LAST_CLICK PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2 # Attributes 100% of the conversion value to the last Google Paid channel # that the customer clicked through before converting. # Previously ADS_PREFERRED_LAST_CLICK GOOGLE_PAID_CHANNELS_LAST_CLICK = 7 end # The Conversion Export Scope for data exported to linked Ads Accounts. module AdsWebConversionDataExportScope # Default value. This value is unused. ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0 # No data export scope selected yet. # Export scope can never be changed back to this value. NOT_SELECTED_YET = 1 # Paid and organic channels are eligible to receive conversion credit, but # only credit assigned to Google Ads channels will appear in your Ads # accounts. To learn more, see [Paid and Organic # channels](https://support.google.com/analytics/answer/10632359). PAID_AND_ORGANIC_CHANNELS = 2 # Only Google Ads paid channels are eligible to receive conversion credit. # To learn more, see [Google Paid # channels](https://support.google.com/analytics/answer/10632359). GOOGLE_PAID_CHANNELS = 3 end end |
#reporting_attribution_model ⇒ ::Google::Analytics::Admin::V1alpha::AttributionSettings::ReportingAttributionModel
1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 1380 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. # Previously CROSS_CHANNEL_DATA_DRIVEN PAID_AND_ORGANIC_CHANNELS_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. # Previously CROSS_CHANNEL_LAST_CLICK PAID_AND_ORGANIC_CHANNELS_LAST_CLICK = 2 # Attributes 100% of the conversion value to the last Google Paid channel # that the customer clicked through before converting. # Previously ADS_PREFERRED_LAST_CLICK GOOGLE_PAID_CHANNELS_LAST_CLICK = 7 end # The Conversion Export Scope for data exported to linked Ads Accounts. module AdsWebConversionDataExportScope # Default value. This value is unused. ADS_WEB_CONVERSION_DATA_EXPORT_SCOPE_UNSPECIFIED = 0 # No data export scope selected yet. # Export scope can never be changed back to this value. NOT_SELECTED_YET = 1 # Paid and organic channels are eligible to receive conversion credit, but # only credit assigned to Google Ads channels will appear in your Ads # accounts. To learn more, see [Paid and Organic # channels](https://support.google.com/analytics/answer/10632359). PAID_AND_ORGANIC_CHANNELS = 2 # Only Google Ads paid channels are eligible to receive conversion credit. # To learn more, see [Google Paid # channels](https://support.google.com/analytics/answer/10632359). GOOGLE_PAID_CHANNELS = 3 end end |