Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
| 75 | <h1><a href="analytics_v3.html">Google Analytics API</a> . <a href="analytics_v3.management.html">management</a> . <a href="analytics_v3.management.customMetrics.html">customMetrics</a></h1> |
| 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 78 | <code><a href="#close">close()</a></code></p> |
| 79 | <p class="firstline">Close httplib2 connections.</p> |
| 80 | <p class="toc_element"> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 81 | <code><a href="#get">get(accountId, webPropertyId, customMetricId)</a></code></p> |
| 82 | <p class="firstline">Get a custom metric to which the user has access.</p> |
| 83 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 84 | <code><a href="#insert">insert(accountId, webPropertyId, body=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 85 | <p class="firstline">Create a new custom metric.</p> |
| 86 | <p class="toc_element"> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 87 | <code><a href="#list">list(accountId, webPropertyId, start_index=None, max_results=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 88 | <p class="firstline">Lists custom metrics to which the user has access.</p> |
| 89 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 90 | <code><a href="#patch">patch(accountId, webPropertyId, customMetricId, body=None, ignoreCustomDataSourceLinks=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 91 | <p class="firstline">Updates an existing custom metric. This method supports patch semantics.</p> |
| 92 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 93 | <code><a href="#update">update(accountId, webPropertyId, customMetricId, body=None, ignoreCustomDataSourceLinks=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 94 | <p class="firstline">Updates an existing custom metric.</p> |
| 95 | <h3>Method Details</h3> |
| 96 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 97 | <code class="details" id="close">close()</code> |
| 98 | <pre>Close httplib2 connections.</pre> |
| 99 | </div> |
| 100 | |
| 101 | <div class="method"> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 102 | <code class="details" id="get">get(accountId, webPropertyId, customMetricId)</code> |
| 103 | <pre>Get a custom metric to which the user has access. |
| 104 | |
| 105 | Args: |
| 106 | accountId: string, Account ID for the custom metric to retrieve. (required) |
| 107 | webPropertyId: string, Web property ID for the custom metric to retrieve. (required) |
| 108 | customMetricId: string, The ID of the custom metric to retrieve. (required) |
| 109 | |
| 110 | Returns: |
| 111 | An object of the form: |
| 112 | |
| 113 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 114 | "webPropertyId": "A String", # Property ID. |
| 115 | "selfLink": "A String", # Link for the custom metric |
| 116 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 117 | "index": 42, # Index of the custom metric. |
| 118 | "id": "A String", # Custom metric ID. |
| 119 | "created": "A String", # Time the custom metric was created. |
| 120 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 121 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 122 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 123 | }, |
| 124 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 125 | "name": "A String", # Name of the custom metric. |
| 126 | "updated": "A String", # Time the custom metric was last modified. |
| 127 | "max_value": "A String", # Max value of custom metric. |
| 128 | "min_value": "A String", # Min value of custom metric. |
| 129 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 130 | "accountId": "A String", # Account ID. |
| 131 | "type": "A String", # Data type of custom metric. |
| 132 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 133 | </div> |
| 134 | |
| 135 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 136 | <code class="details" id="insert">insert(accountId, webPropertyId, body=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 137 | <pre>Create a new custom metric. |
| 138 | |
| 139 | Args: |
| 140 | accountId: string, Account ID for the custom metric to create. (required) |
| 141 | webPropertyId: string, Web property ID for the custom dimension to create. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 142 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 143 | The object takes the form of: |
| 144 | |
| 145 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 146 | "webPropertyId": "A String", # Property ID. |
| 147 | "selfLink": "A String", # Link for the custom metric |
| 148 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 149 | "index": 42, # Index of the custom metric. |
| 150 | "id": "A String", # Custom metric ID. |
| 151 | "created": "A String", # Time the custom metric was created. |
| 152 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 153 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 154 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 155 | }, |
| 156 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 157 | "name": "A String", # Name of the custom metric. |
| 158 | "updated": "A String", # Time the custom metric was last modified. |
| 159 | "max_value": "A String", # Max value of custom metric. |
| 160 | "min_value": "A String", # Min value of custom metric. |
| 161 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 162 | "accountId": "A String", # Account ID. |
| 163 | "type": "A String", # Data type of custom metric. |
| 164 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 165 | |
| 166 | |
| 167 | Returns: |
| 168 | An object of the form: |
| 169 | |
| 170 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 171 | "webPropertyId": "A String", # Property ID. |
| 172 | "selfLink": "A String", # Link for the custom metric |
| 173 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 174 | "index": 42, # Index of the custom metric. |
| 175 | "id": "A String", # Custom metric ID. |
| 176 | "created": "A String", # Time the custom metric was created. |
| 177 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 178 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 179 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 180 | }, |
| 181 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 182 | "name": "A String", # Name of the custom metric. |
| 183 | "updated": "A String", # Time the custom metric was last modified. |
| 184 | "max_value": "A String", # Max value of custom metric. |
| 185 | "min_value": "A String", # Min value of custom metric. |
| 186 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 187 | "accountId": "A String", # Account ID. |
| 188 | "type": "A String", # Data type of custom metric. |
| 189 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 190 | </div> |
| 191 | |
| 192 | <div class="method"> |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 193 | <code class="details" id="list">list(accountId, webPropertyId, start_index=None, max_results=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 194 | <pre>Lists custom metrics to which the user has access. |
| 195 | |
| 196 | Args: |
| 197 | accountId: string, Account ID for the custom metrics to retrieve. (required) |
| 198 | webPropertyId: string, Web property ID for the custom metrics to retrieve. (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 199 | start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 200 | max_results: integer, The maximum number of custom metrics to include in this response. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 201 | |
| 202 | Returns: |
| 203 | An object of the form: |
| 204 | |
| 205 | { # A custom metric collection lists Analytics custom metrics to which the user has access. Each resource in the collection corresponds to a single Analytics custom metric. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 206 | "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 207 | "previousLink": "A String", # Link to previous page for this custom metric collection. |
| 208 | "kind": "analytics#customMetrics", # Collection type. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 209 | "items": [ # Collection of custom metrics. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 210 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 211 | "webPropertyId": "A String", # Property ID. |
| 212 | "selfLink": "A String", # Link for the custom metric |
| 213 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 214 | "index": 42, # Index of the custom metric. |
| 215 | "id": "A String", # Custom metric ID. |
| 216 | "created": "A String", # Time the custom metric was created. |
| 217 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 218 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 219 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 220 | }, |
| 221 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 222 | "name": "A String", # Name of the custom metric. |
| 223 | "updated": "A String", # Time the custom metric was last modified. |
| 224 | "max_value": "A String", # Max value of custom metric. |
| 225 | "min_value": "A String", # Min value of custom metric. |
| 226 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 227 | "accountId": "A String", # Account ID. |
| 228 | "type": "A String", # Data type of custom metric. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 229 | }, |
| 230 | ], |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 231 | "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter. |
| 232 | "username": "A String", # Email ID of the authenticated user |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 233 | "nextLink": "A String", # Link to next page for this custom metric collection. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 234 | "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 235 | }</pre> |
| 236 | </div> |
| 237 | |
| 238 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 239 | <code class="details" id="patch">patch(accountId, webPropertyId, customMetricId, body=None, ignoreCustomDataSourceLinks=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 240 | <pre>Updates an existing custom metric. This method supports patch semantics. |
| 241 | |
| 242 | Args: |
| 243 | accountId: string, Account ID for the custom metric to update. (required) |
| 244 | webPropertyId: string, Web property ID for the custom metric to update. (required) |
| 245 | customMetricId: string, Custom metric ID for the custom metric to update. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 246 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 247 | The object takes the form of: |
| 248 | |
| 249 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 250 | "webPropertyId": "A String", # Property ID. |
| 251 | "selfLink": "A String", # Link for the custom metric |
| 252 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 253 | "index": 42, # Index of the custom metric. |
| 254 | "id": "A String", # Custom metric ID. |
| 255 | "created": "A String", # Time the custom metric was created. |
| 256 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 257 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 258 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 259 | }, |
| 260 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 261 | "name": "A String", # Name of the custom metric. |
| 262 | "updated": "A String", # Time the custom metric was last modified. |
| 263 | "max_value": "A String", # Max value of custom metric. |
| 264 | "min_value": "A String", # Min value of custom metric. |
| 265 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 266 | "accountId": "A String", # Account ID. |
| 267 | "type": "A String", # Data type of custom metric. |
| 268 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 269 | |
| 270 | ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set. |
| 271 | |
| 272 | Returns: |
| 273 | An object of the form: |
| 274 | |
| 275 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 276 | "webPropertyId": "A String", # Property ID. |
| 277 | "selfLink": "A String", # Link for the custom metric |
| 278 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 279 | "index": 42, # Index of the custom metric. |
| 280 | "id": "A String", # Custom metric ID. |
| 281 | "created": "A String", # Time the custom metric was created. |
| 282 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 283 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 284 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 285 | }, |
| 286 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 287 | "name": "A String", # Name of the custom metric. |
| 288 | "updated": "A String", # Time the custom metric was last modified. |
| 289 | "max_value": "A String", # Max value of custom metric. |
| 290 | "min_value": "A String", # Min value of custom metric. |
| 291 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 292 | "accountId": "A String", # Account ID. |
| 293 | "type": "A String", # Data type of custom metric. |
| 294 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 295 | </div> |
| 296 | |
| 297 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 298 | <code class="details" id="update">update(accountId, webPropertyId, customMetricId, body=None, ignoreCustomDataSourceLinks=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 299 | <pre>Updates an existing custom metric. |
| 300 | |
| 301 | Args: |
| 302 | accountId: string, Account ID for the custom metric to update. (required) |
| 303 | webPropertyId: string, Web property ID for the custom metric to update. (required) |
| 304 | customMetricId: string, Custom metric ID for the custom metric to update. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 305 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 306 | The object takes the form of: |
| 307 | |
| 308 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 309 | "webPropertyId": "A String", # Property ID. |
| 310 | "selfLink": "A String", # Link for the custom metric |
| 311 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 312 | "index": 42, # Index of the custom metric. |
| 313 | "id": "A String", # Custom metric ID. |
| 314 | "created": "A String", # Time the custom metric was created. |
| 315 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 316 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 317 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 318 | }, |
| 319 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 320 | "name": "A String", # Name of the custom metric. |
| 321 | "updated": "A String", # Time the custom metric was last modified. |
| 322 | "max_value": "A String", # Max value of custom metric. |
| 323 | "min_value": "A String", # Min value of custom metric. |
| 324 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 325 | "accountId": "A String", # Account ID. |
| 326 | "type": "A String", # Data type of custom metric. |
| 327 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 328 | |
| 329 | ignoreCustomDataSourceLinks: boolean, Force the update and ignore any warnings related to the custom metric being linked to a custom data source / data set. |
| 330 | |
| 331 | Returns: |
| 332 | An object of the form: |
| 333 | |
| 334 | { # JSON template for Analytics Custom Metric. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 335 | "webPropertyId": "A String", # Property ID. |
| 336 | "selfLink": "A String", # Link for the custom metric |
| 337 | "scope": "A String", # Scope of the custom metric: HIT or PRODUCT. |
| 338 | "index": 42, # Index of the custom metric. |
| 339 | "id": "A String", # Custom metric ID. |
| 340 | "created": "A String", # Time the custom metric was created. |
| 341 | "parentLink": { # Parent link for the custom metric. Points to the property to which the custom metric belongs. |
| 342 | "type": "analytics#webproperty", # Type of the parent link. Set to "analytics#webproperty". |
| 343 | "href": "A String", # Link to the property to which the custom metric belongs. |
| 344 | }, |
| 345 | "active": True or False, # Boolean indicating whether the custom metric is active. |
| 346 | "name": "A String", # Name of the custom metric. |
| 347 | "updated": "A String", # Time the custom metric was last modified. |
| 348 | "max_value": "A String", # Max value of custom metric. |
| 349 | "min_value": "A String", # Min value of custom metric. |
| 350 | "kind": "analytics#customMetric", # Kind value for a custom metric. Set to "analytics#customMetric". It is a read-only field. |
| 351 | "accountId": "A String", # Account ID. |
| 352 | "type": "A String", # Data type of custom metric. |
| 353 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 354 | </div> |
| 355 | |
| 356 | </body></html> |