Skip to content

Commit e64e91b

Browse files
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were added: - schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.keyEvent.$ref (Total Keys: 1)
1 parent d0a58ab commit e64e91b

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,18 @@ <h3>Method Details</h3>
930930
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: &quot;properties/1000/googleSignalsSettings&quot;
931931
&quot;state&quot;: &quot;A String&quot;, # Status of this setting.
932932
},
933+
&quot;keyEvent&quot;: { # A key event in a Google Analytics property. # A snapshot of a KeyEvent resource in change history.
934+
&quot;countingMethod&quot;: &quot;A String&quot;, # Required. The method by which Key Events will be counted across multiple events within a session.
935+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this key event was created in the property.
936+
&quot;custom&quot;: 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+
&quot;defaultValue&quot;: { # Defines a default value/currency for a key event. # Optional. Defines a default value/currency for a key event.
938+
&quot;currencyCode&quot;: &quot;A String&quot;, # 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+
&quot;numericValue&quot;: 3.14, # Required. This will be used to populate the &quot;value&quot; parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.
940+
},
941+
&quot;deletable&quot;: True or False, # Output only. If set to true, this event can be deleted.
942+
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this key event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
943+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this key event. Format: properties/{property}/keyEvents/{key_event}
944+
},
933945
&quot;measurementProtocolSecret&quot;: { # A secret value used for sending hits to Measurement Protocol. # A snapshot of a MeasurementProtocolSecret resource in change history.
934946
&quot;displayName&quot;: &quot;A String&quot;, # Required. Human-readable display name for this secret.
935947
&quot;name&quot;: &quot;A String&quot;, # 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>
14141426
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this setting. Format: properties/{property_id}/googleSignalsSettings Example: &quot;properties/1000/googleSignalsSettings&quot;
14151427
&quot;state&quot;: &quot;A String&quot;, # Status of this setting.
14161428
},
1429+
&quot;keyEvent&quot;: { # A key event in a Google Analytics property. # A snapshot of a KeyEvent resource in change history.
1430+
&quot;countingMethod&quot;: &quot;A String&quot;, # Required. The method by which Key Events will be counted across multiple events within a session.
1431+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this key event was created in the property.
1432+
&quot;custom&quot;: 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+
&quot;defaultValue&quot;: { # Defines a default value/currency for a key event. # Optional. Defines a default value/currency for a key event.
1434+
&quot;currencyCode&quot;: &quot;A String&quot;, # 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+
&quot;numericValue&quot;: 3.14, # Required. This will be used to populate the &quot;value&quot; parameter for all occurrences of this Key Event (specified by event_name) where that parameter is unset.
1436+
},
1437+
&quot;deletable&quot;: True or False, # Output only. If set to true, this event can be deleted.
1438+
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this key event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
1439+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this key event. Format: properties/{property}/keyEvents/{key_event}
1440+
},
14171441
&quot;measurementProtocolSecret&quot;: { # A secret value used for sending hits to Measurement Protocol. # A snapshot of a MeasurementProtocolSecret resource in change history.
14181442
&quot;displayName&quot;: &quot;A String&quot;, # Required. Human-readable display name for this secret.
14191443
&quot;name&quot;: &quot;A String&quot;, # 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}

googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4886,7 +4886,7 @@
48864886
}
48874887
}
48884888
},
4889-
"revision": "20250114",
4889+
"revision": "20250304",
48904890
"rootUrl": "https://analyticsadmin.googleapis.com/",
48914891
"schemas": {
48924892
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6258,6 +6258,10 @@
62586258
"$ref": "GoogleAnalyticsAdminV1alphaGoogleSignalsSettings",
62596259
"description": "A snapshot of a GoogleSignalsSettings resource in change history."
62606260
},
6261+
"keyEvent": {
6262+
"$ref": "GoogleAnalyticsAdminV1alphaKeyEvent",
6263+
"description": "A snapshot of a KeyEvent resource in change history."
6264+
},
62616265
"measurementProtocolSecret": {
62626266
"$ref": "GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret",
62636267
"description": "A snapshot of a MeasurementProtocolSecret resource in change history."
@@ -8835,6 +8839,7 @@
88358839
"ADSENSE_LINK",
88368840
"AUDIENCE",
88378841
"EVENT_CREATE_RULE",
8842+
"KEY_EVENT",
88388843
"CALCULATED_METRIC"
88398844
],
88408845
"enumDescriptions": [
@@ -8863,6 +8868,7 @@
88638868
"AdSenseLink resource",
88648869
"Audience resource",
88658870
"EventCreateRule resource",
8871+
"KeyEvent resource",
88668872
"CalculatedMetric resource"
88678873
],
88688874
"type": "string"

0 commit comments

Comments
 (0)