You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### analyticsadmin:v1alpha
The following keys were added:
- schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.keyEvent.$ref (Total Keys: 1)
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -930,6 +930,18 @@ <h3>Method Details</h3>
930
930
"name": "A String", # Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings"
931
931
"state": "A String", # Status of this setting.
932
932
},
933
+
"keyEvent": { # A key event in a Google Analytics property. # A snapshot of a KeyEvent resource in change history.
934
+
"countingMethod": "A String", # Required. The method by which Key Events will be counted across multiple events within a session.
935
+
"createTime": "A String", # Output only. Time when this key event was created in the property.
936
+
"custom": True or False, # Output only. If set to true, this key event refers to a custom event. If set to false, this key event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom key events that may be created per property.
937
+
"defaultValue": { # Defines a default value/currency for a key event. # Optional. Defines a default value/currency for a key event.
938
+
"currencyCode": "A String", # Required. When an occurrence of this Key Event (specified by event_name) has no set currency this currency will be applied as the default. Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more information.
939
+
"numericValue": 3.14, # Required. This will be used to populate the "value" parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.
940
+
},
941
+
"deletable": True or False, # Output only. If set to true, this event can be deleted.
942
+
"eventName": "A String", # Immutable. The event name for this key event. Examples: 'click', 'purchase'
943
+
"name": "A String", # Output only. Resource name of this key event. Format: properties/{property}/keyEvents/{key_event}
944
+
},
933
945
"measurementProtocolSecret": { # A secret value used for sending hits to Measurement Protocol. # A snapshot of a MeasurementProtocolSecret resource in change history.
934
946
"displayName": "A String", # Required. Human-readable display name for this secret.
935
947
"name": "A String", # Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
@@ -1414,6 +1426,18 @@ <h3>Method Details</h3>
1414
1426
"name": "A String", # Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: "properties/1000/googleSignalsSettings"
1415
1427
"state": "A String", # Status of this setting.
1416
1428
},
1429
+
"keyEvent": { # A key event in a Google Analytics property. # A snapshot of a KeyEvent resource in change history.
1430
+
"countingMethod": "A String", # Required. The method by which Key Events will be counted across multiple events within a session.
1431
+
"createTime": "A String", # Output only. Time when this key event was created in the property.
1432
+
"custom": True or False, # Output only. If set to true, this key event refers to a custom event. If set to false, this key event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom key events that may be created per property.
1433
+
"defaultValue": { # Defines a default value/currency for a key event. # Optional. Defines a default value/currency for a key event.
1434
+
"currencyCode": "A String", # Required. When an occurrence of this Key Event (specified by event_name) has no set currency this currency will be applied as the default. Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more information.
1435
+
"numericValue": 3.14, # Required. This will be used to populate the "value" parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.
1436
+
},
1437
+
"deletable": True or False, # Output only. If set to true, this event can be deleted.
1438
+
"eventName": "A String", # Immutable. The event name for this key event. Examples: 'click', 'purchase'
1439
+
"name": "A String", # Output only. Resource name of this key event. Format: properties/{property}/keyEvents/{key_event}
1440
+
},
1417
1441
"measurementProtocolSecret": { # A secret value used for sending hits to Measurement Protocol. # A snapshot of a MeasurementProtocolSecret resource in change history.
1418
1442
"displayName": "A String", # Required. Human-readable display name for this secret.
1419
1443
"name": "A String", # Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}
0 commit comments