Skip to content

Commit 47d61a2

Browse files
committedFeb 28, 2023
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were added: - resources.accounts.methods.runAccessReport (Total Keys: 12) - resources.properties.resources.expandedDataSets.methods.create (Total Keys: 12) - resources.properties.resources.expandedDataSets.methods.delete (Total Keys: 11) - resources.properties.resources.expandedDataSets.methods.get (Total Keys: 11) - resources.properties.resources.expandedDataSets.methods.list (Total Keys: 16) - resources.properties.resources.expandedDataSets.methods.patch (Total Keys: 15) - schemas.GoogleAnalyticsAdminV1alphaListExpandedDataSetsResponse (Total Keys: 5)
1 parent 59c268c commit 47d61a2

9 files changed

+1045
-46
lines changed
 

‎docs/dyn/analyticsadmin_v1alpha.accounts.html

+199-5
Large diffs are not rendered by default.

‎docs/dyn/analyticsadmin_v1alpha.properties.conversionEvents.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110110
{ # A conversion event in a Google Analytics property.
111111
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
112112
&quot;custom&quot;: True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion 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 conversion events that may be created per property.
113-
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
113+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted with DeleteConversionEvent.
114114
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
115115
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
116116
}
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
{ # A conversion event in a Google Analytics property.
127127
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
128128
&quot;custom&quot;: True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion 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 conversion events that may be created per property.
129-
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
129+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted with DeleteConversionEvent.
130130
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
131131
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
132132
}</pre>
@@ -167,7 +167,7 @@ <h3>Method Details</h3>
167167
{ # A conversion event in a Google Analytics property.
168168
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
169169
&quot;custom&quot;: True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion 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 conversion events that may be created per property.
170-
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
170+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted with DeleteConversionEvent.
171171
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
172172
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
173173
}</pre>
@@ -194,7 +194,7 @@ <h3>Method Details</h3>
194194
{ # A conversion event in a Google Analytics property.
195195
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
196196
&quot;custom&quot;: True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion 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 conversion events that may be created per property.
197-
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted via DeleteConversionEvent.
197+
&quot;deletable&quot;: True or False, # Output only. If set, this event can currently be deleted with DeleteConversionEvent.
198198
&quot;eventName&quot;: &quot;A String&quot;, # Immutable. The event name for this conversion event. Examples: &#x27;click&#x27;, &#x27;purchase&#x27;
199199
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
200200
},

0 commit comments

Comments
 (0)