| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/analytics": { | 5 "https://www.googleapis.com/auth/analytics": { |
| 6 "description": "View and manage your Google Analytics data" | 6 "description": "View and manage your Google Analytics data" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/analytics.edit": { | 8 "https://www.googleapis.com/auth/analytics.edit": { |
| 9 "description": "Edit Google Analytics management entities" | 9 "description": "Edit Google Analytics management entities" |
| 10 }, | 10 }, |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 } | 22 } |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 }, | 25 }, |
| 26 "basePath": "/analytics/v3/", | 26 "basePath": "/analytics/v3/", |
| 27 "baseUrl": "https://www.googleapis.com/analytics/v3/", | 27 "baseUrl": "https://www.googleapis.com/analytics/v3/", |
| 28 "batchPath": "batch", | 28 "batchPath": "batch", |
| 29 "description": "Views and manages your Google Analytics data.", | 29 "description": "Views and manages your Google Analytics data.", |
| 30 "discoveryVersion": "v1", | 30 "discoveryVersion": "v1", |
| 31 "documentationLink": "https://developers.google.com/analytics/", | 31 "documentationLink": "https://developers.google.com/analytics/", |
| 32 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/RVrwVyPQJLlTFI7LM0WsqSWaDpE\"", | 32 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/CEwIV9fdNgUw9Oy31M8HLJeTPyQ\"", |
| 33 "icons": { | 33 "icons": { |
| 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", | 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", |
| 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" | 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" |
| 36 }, | 36 }, |
| 37 "id": "analytics:v3", | 37 "id": "analytics:v3", |
| 38 "kind": "discovery#restDescription", | 38 "kind": "discovery#restDescription", |
| 39 "name": "analytics", | 39 "name": "analytics", |
| 40 "ownerDomain": "google.com", | 40 "ownerDomain": "google.com", |
| 41 "ownerName": "Google", | 41 "ownerName": "Google", |
| 42 "parameters": { | 42 "parameters": { |
| (...skipping 2422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2465 }, | 2465 }, |
| 2466 "scopes": [ | 2466 "scopes": [ |
| 2467 "https://www.googleapis.com/auth/analytics.edit" | 2467 "https://www.googleapis.com/auth/analytics.edit" |
| 2468 ] | 2468 ] |
| 2469 } | 2469 } |
| 2470 } | 2470 } |
| 2471 }, | 2471 }, |
| 2472 "remarketingAudience": { | 2472 "remarketingAudience": { |
| 2473 "methods": { | 2473 "methods": { |
| 2474 "get": { | 2474 "get": { |
| 2475 "description": "Gets remarketing audiences to which
the user has access.", | 2475 "description": "Gets a remarketing audience to which
the user has access.", |
| 2476 "httpMethod": "GET", | 2476 "httpMethod": "GET", |
| 2477 "id": "analytics.management.remarketingAudience.get"
, | 2477 "id": "analytics.management.remarketingAudience.get"
, |
| 2478 "parameterOrder": [ | 2478 "parameterOrder": [ |
| 2479 "accountId", | 2479 "accountId", |
| 2480 "webPropertyId", | 2480 "webPropertyId", |
| 2481 "remarketingAudienceId" | 2481 "remarketingAudienceId" |
| 2482 ], | 2482 ], |
| 2483 "parameters": { | 2483 "parameters": { |
| 2484 "accountId": { | 2484 "accountId": { |
| 2485 "description": "Account ID for the remarketi
ng audience to retrieve.", | 2485 "description": "The account ID of the remark
eting audience to retrieve.", |
| 2486 "location": "path", | 2486 "location": "path", |
| 2487 "required": true, | 2487 "required": true, |
| 2488 "type": "string" | 2488 "type": "string" |
| 2489 }, | 2489 }, |
| 2490 "remarketingAudienceId": { | 2490 "remarketingAudienceId": { |
| 2491 "description": "The ID to retrieve the Remar
keting Audience for.", | 2491 "description": "The ID of the remarketing au
dience to retrieve.", |
| 2492 "location": "path", | 2492 "location": "path", |
| 2493 "required": true, | 2493 "required": true, |
| 2494 "type": "string" | 2494 "type": "string" |
| 2495 }, | 2495 }, |
| 2496 "webPropertyId": { | 2496 "webPropertyId": { |
| 2497 "description": "Web property ID for the rema
rketing audience to retrieve.", | 2497 "description": "The web property ID of the r
emarketing audience to retrieve.", |
| 2498 "location": "path", | 2498 "location": "path", |
| 2499 "required": true, | 2499 "required": true, |
| 2500 "type": "string" | 2500 "type": "string" |
| 2501 } | 2501 } |
| 2502 }, | 2502 }, |
| 2503 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", | 2503 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2504 "response": { | 2504 "response": { |
| 2505 "$ref": "RemarketingAudience" | 2505 "$ref": "RemarketingAudience" |
| 2506 }, | 2506 }, |
| 2507 "scopes": [ | 2507 "scopes": [ |
| 2508 "https://www.googleapis.com/auth/analytics.edit"
, | 2508 "https://www.googleapis.com/auth/analytics.edit"
, |
| 2509 "https://www.googleapis.com/auth/analytics.reado
nly" | 2509 "https://www.googleapis.com/auth/analytics.reado
nly" |
| 2510 ] | 2510 ] |
| 2511 }, | 2511 }, |
| 2512 "insert": { | 2512 "insert": { |
| 2513 "description": "Creates a new remarketing audiences.
", | 2513 "description": "Creates a new remarketing audience."
, |
| 2514 "httpMethod": "POST", | 2514 "httpMethod": "POST", |
| 2515 "id": "analytics.management.remarketingAudience.inse
rt", | 2515 "id": "analytics.management.remarketingAudience.inse
rt", |
| 2516 "parameterOrder": [ | 2516 "parameterOrder": [ |
| 2517 "accountId", | 2517 "accountId", |
| 2518 "webPropertyId" | 2518 "webPropertyId" |
| 2519 ], | 2519 ], |
| 2520 "parameters": { | 2520 "parameters": { |
| 2521 "accountId": { | 2521 "accountId": { |
| 2522 "description": "Account ID to create the rem
arketing audience for.", | 2522 "description": "The account ID for which to
create the remarketing audience.", |
| 2523 "location": "path", | 2523 "location": "path", |
| 2524 "required": true, | 2524 "required": true, |
| 2525 "type": "string" | 2525 "type": "string" |
| 2526 }, | 2526 }, |
| 2527 "webPropertyId": { | 2527 "webPropertyId": { |
| 2528 "description": "Web property ID to create th
e remarketing audience for.", | 2528 "description": "Web property ID for which to
create the remarketing audience.", |
| 2529 "location": "path", | 2529 "location": "path", |
| 2530 "required": true, | 2530 "required": true, |
| 2531 "type": "string" | 2531 "type": "string" |
| 2532 } | 2532 } |
| 2533 }, | 2533 }, |
| 2534 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences", | 2534 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences", |
| 2535 "request": { | 2535 "request": { |
| 2536 "$ref": "RemarketingAudience" | 2536 "$ref": "RemarketingAudience" |
| 2537 }, | 2537 }, |
| 2538 "response": { | 2538 "response": { |
| 2539 "$ref": "RemarketingAudience" | 2539 "$ref": "RemarketingAudience" |
| 2540 }, | 2540 }, |
| 2541 "scopes": [ | 2541 "scopes": [ |
| 2542 "https://www.googleapis.com/auth/analytics.edit" | 2542 "https://www.googleapis.com/auth/analytics.edit" |
| 2543 ] | 2543 ] |
| 2544 }, | 2544 }, |
| 2545 "list": { | 2545 "list": { |
| 2546 "description": "Lists remarketing audiences to which
the user has access.", | 2546 "description": "Lists remarketing audiences to which
the user has access.", |
| 2547 "httpMethod": "GET", | 2547 "httpMethod": "GET", |
| 2548 "id": "analytics.management.remarketingAudience.list
", | 2548 "id": "analytics.management.remarketingAudience.list
", |
| 2549 "parameterOrder": [ | 2549 "parameterOrder": [ |
| 2550 "accountId", | 2550 "accountId", |
| 2551 "webPropertyId" | 2551 "webPropertyId" |
| 2552 ], | 2552 ], |
| 2553 "parameters": { | 2553 "parameters": { |
| 2554 "accountId": { | 2554 "accountId": { |
| 2555 "description": "Account ID for the remarketi
ng audience to retrieve.", | 2555 "description": "The account ID of the remark
eting audiences to retrieve.", |
| 2556 "location": "path", | 2556 "location": "path", |
| 2557 "required": true, | 2557 "required": true, |
| 2558 "type": "string" | 2558 "type": "string" |
| 2559 }, | 2559 }, |
| 2560 "max-results": { | 2560 "max-results": { |
| 2561 "description": "The maximum number of remark
eting audiences to include in this response.", | 2561 "description": "The maximum number of remark
eting audiences to include in this response.", |
| 2562 "format": "int32", | 2562 "format": "int32", |
| 2563 "location": "query", | 2563 "location": "query", |
| 2564 "type": "integer" | 2564 "type": "integer" |
| 2565 }, | 2565 }, |
| 2566 "start-index": { | 2566 "start-index": { |
| 2567 "description": "An index of the first entity
to retrieve. Use this parameter as a pagination mechanism along with the max-re
sults parameter.", | 2567 "description": "An index of the first entity
to retrieve. Use this parameter as a pagination mechanism along with the max-re
sults parameter.", |
| 2568 "format": "int32", | 2568 "format": "int32", |
| 2569 "location": "query", | 2569 "location": "query", |
| 2570 "minimum": "1", | 2570 "minimum": "1", |
| 2571 "type": "integer" | 2571 "type": "integer" |
| 2572 }, | 2572 }, |
| 2573 "type": { | 2573 "type": { |
| 2574 "default": "all", | 2574 "default": "all", |
| 2575 "location": "query", | 2575 "location": "query", |
| 2576 "type": "string" | 2576 "type": "string" |
| 2577 }, | 2577 }, |
| 2578 "webPropertyId": { | 2578 "webPropertyId": { |
| 2579 "description": "Web property ID for the rema
rketing audience to retrieve.", | 2579 "description": "The web property ID of the r
emarketing audiences to retrieve.", |
| 2580 "location": "path", | 2580 "location": "path", |
| 2581 "required": true, | 2581 "required": true, |
| 2582 "type": "string" | 2582 "type": "string" |
| 2583 } | 2583 } |
| 2584 }, | 2584 }, |
| 2585 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences", | 2585 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences", |
| 2586 "response": { | 2586 "response": { |
| 2587 "$ref": "RemarketingAudiences" | 2587 "$ref": "RemarketingAudiences" |
| 2588 }, | 2588 }, |
| 2589 "scopes": [ | 2589 "scopes": [ |
| 2590 "https://www.googleapis.com/auth/analytics.edit"
, | 2590 "https://www.googleapis.com/auth/analytics.edit"
, |
| 2591 "https://www.googleapis.com/auth/analytics.reado
nly" | 2591 "https://www.googleapis.com/auth/analytics.reado
nly" |
| 2592 ] | 2592 ] |
| 2593 }, | 2593 }, |
| 2594 "patch": { | 2594 "patch": { |
| 2595 "description": "Updates an existing remarketing audi
ences. This method supports patch semantics.", | 2595 "description": "Updates an existing remarketing audi
ence. This method supports patch semantics.", |
| 2596 "httpMethod": "PATCH", | 2596 "httpMethod": "PATCH", |
| 2597 "id": "analytics.management.remarketingAudience.patc
h", | 2597 "id": "analytics.management.remarketingAudience.patc
h", |
| 2598 "parameterOrder": [ | 2598 "parameterOrder": [ |
| 2599 "accountId", | 2599 "accountId", |
| 2600 "webPropertyId", | 2600 "webPropertyId", |
| 2601 "remarketingAudienceId" | 2601 "remarketingAudienceId" |
| 2602 ], | 2602 ], |
| 2603 "parameters": { | 2603 "parameters": { |
| 2604 "accountId": { | 2604 "accountId": { |
| 2605 "description": "Account ID for the remarketi
ng audience to update.", | 2605 "description": "The account ID of the remark
eting audience to update.", |
| 2606 "location": "path", | 2606 "location": "path", |
| 2607 "required": true, | 2607 "required": true, |
| 2608 "type": "string" | 2608 "type": "string" |
| 2609 }, | 2609 }, |
| 2610 "remarketingAudienceId": { | 2610 "remarketingAudienceId": { |
| 2611 "description": "Remarketing audience ID of t
he remarketing audience to update.", | 2611 "description": "The ID of the remarketing au
dience to update.", |
| 2612 "location": "path", | 2612 "location": "path", |
| 2613 "required": true, | 2613 "required": true, |
| 2614 "type": "string" | 2614 "type": "string" |
| 2615 }, | 2615 }, |
| 2616 "webPropertyId": { | 2616 "webPropertyId": { |
| 2617 "description": "Web property ID for the rema
rketing audience to update.", | 2617 "description": "The web property ID of the r
emarketing audience to update.", |
| 2618 "location": "path", | 2618 "location": "path", |
| 2619 "required": true, | 2619 "required": true, |
| 2620 "type": "string" | 2620 "type": "string" |
| 2621 } | 2621 } |
| 2622 }, | 2622 }, |
| 2623 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", | 2623 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2624 "request": { | 2624 "request": { |
| 2625 "$ref": "RemarketingAudience" | 2625 "$ref": "RemarketingAudience" |
| 2626 }, | 2626 }, |
| 2627 "response": { | 2627 "response": { |
| 2628 "$ref": "RemarketingAudience" | 2628 "$ref": "RemarketingAudience" |
| 2629 }, | 2629 }, |
| 2630 "scopes": [ | 2630 "scopes": [ |
| 2631 "https://www.googleapis.com/auth/analytics.edit" | 2631 "https://www.googleapis.com/auth/analytics.edit" |
| 2632 ] | 2632 ] |
| 2633 }, | 2633 }, |
| 2634 "update": { | 2634 "update": { |
| 2635 "description": "Updates an existing remarketing audi
ences.", | 2635 "description": "Updates an existing remarketing audi
ence.", |
| 2636 "httpMethod": "PUT", | 2636 "httpMethod": "PUT", |
| 2637 "id": "analytics.management.remarketingAudience.upda
te", | 2637 "id": "analytics.management.remarketingAudience.upda
te", |
| 2638 "parameterOrder": [ | 2638 "parameterOrder": [ |
| 2639 "accountId", | 2639 "accountId", |
| 2640 "webPropertyId", | 2640 "webPropertyId", |
| 2641 "remarketingAudienceId" | 2641 "remarketingAudienceId" |
| 2642 ], | 2642 ], |
| 2643 "parameters": { | 2643 "parameters": { |
| 2644 "accountId": { | 2644 "accountId": { |
| 2645 "description": "Account ID for the remarketi
ng audience to update.", | 2645 "description": "The account ID of the remark
eting audience to update.", |
| 2646 "location": "path", | 2646 "location": "path", |
| 2647 "required": true, | 2647 "required": true, |
| 2648 "type": "string" | 2648 "type": "string" |
| 2649 }, | 2649 }, |
| 2650 "remarketingAudienceId": { | 2650 "remarketingAudienceId": { |
| 2651 "description": "Remarketing audience ID of t
he remarketing audience to update.", | 2651 "description": "The ID of the remarketing au
dience to update.", |
| 2652 "location": "path", | 2652 "location": "path", |
| 2653 "required": true, | 2653 "required": true, |
| 2654 "type": "string" | 2654 "type": "string" |
| 2655 }, | 2655 }, |
| 2656 "webPropertyId": { | 2656 "webPropertyId": { |
| 2657 "description": "Web property ID for the rema
rketing audience to update.", | 2657 "description": "The web property ID of the r
emarketing audience to update.", |
| 2658 "location": "path", | 2658 "location": "path", |
| 2659 "required": true, | 2659 "required": true, |
| 2660 "type": "string" | 2660 "type": "string" |
| 2661 } | 2661 } |
| 2662 }, | 2662 }, |
| 2663 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", | 2663 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2664 "request": { | 2664 "request": { |
| 2665 "$ref": "RemarketingAudience" | 2665 "$ref": "RemarketingAudience" |
| 2666 }, | 2666 }, |
| 2667 "response": { | 2667 "response": { |
| (...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3703 "response": { | 3703 "response": { |
| 3704 "$ref": "AccountTicket" | 3704 "$ref": "AccountTicket" |
| 3705 }, | 3705 }, |
| 3706 "scopes": [ | 3706 "scopes": [ |
| 3707 "https://www.googleapis.com/auth/analytics.provision" | 3707 "https://www.googleapis.com/auth/analytics.provision" |
| 3708 ] | 3708 ] |
| 3709 } | 3709 } |
| 3710 } | 3710 } |
| 3711 } | 3711 } |
| 3712 }, | 3712 }, |
| 3713 "revision": "20160805", | 3713 "revision": "20161004", |
| 3714 "rootUrl": "https://www.googleapis.com/", | 3714 "rootUrl": "https://www.googleapis.com/", |
| 3715 "schemas": { | 3715 "schemas": { |
| 3716 "Account": { | 3716 "Account": { |
| 3717 "description": "JSON template for Analytics account entry.", | 3717 "description": "JSON template for Analytics account entry.", |
| 3718 "id": "Account", | 3718 "id": "Account", |
| 3719 "properties": { | 3719 "properties": { |
| 3720 "childLink": { | 3720 "childLink": { |
| 3721 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", | 3721 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", |
| 3722 "properties": { | 3722 "properties": { |
| 3723 "href": { | 3723 "href": { |
| (...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5224 } | 5224 } |
| 5225 }, | 5225 }, |
| 5226 "type": "object" | 5226 "type": "object" |
| 5227 }, | 5227 }, |
| 5228 "type": "array" | 5228 "type": "array" |
| 5229 }, | 5229 }, |
| 5230 "containsSampledData": { | 5230 "containsSampledData": { |
| 5231 "description": "Determines if Analytics data contains sample
s.", | 5231 "description": "Determines if Analytics data contains sample
s.", |
| 5232 "type": "boolean" | 5232 "type": "boolean" |
| 5233 }, | 5233 }, |
| 5234 "dataLastRefreshed": { |
| 5235 "description": "The last refreshed time in seconds for Analy
tics data.", |
| 5236 "format": "int64", |
| 5237 "type": "string" |
| 5238 }, |
| 5234 "dataTable": { | 5239 "dataTable": { |
| 5235 "properties": { | 5240 "properties": { |
| 5236 "cols": { | 5241 "cols": { |
| 5237 "items": { | 5242 "items": { |
| 5238 "properties": { | 5243 "properties": { |
| 5239 "id": { | 5244 "id": { |
| 5240 "type": "string" | 5245 "type": "string" |
| 5241 }, | 5246 }, |
| 5242 "label": { | 5247 "label": { |
| 5243 "type": "string" | 5248 "type": "string" |
| (...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5672 "isSmartList": { | 5677 "isSmartList": { |
| 5673 "description": "Boolean indicating whether this segment is a
smart list. https://support.google.com/analytics/answer/4628577", | 5678 "description": "Boolean indicating whether this segment is a
smart list. https://support.google.com/analytics/answer/4628577", |
| 5674 "type": "boolean" | 5679 "type": "boolean" |
| 5675 }, | 5680 }, |
| 5676 "kind": { | 5681 "kind": { |
| 5677 "default": "analytics#includeConditions", | 5682 "default": "analytics#includeConditions", |
| 5678 "description": "Resource type for include conditions.", | 5683 "description": "Resource type for include conditions.", |
| 5679 "type": "string" | 5684 "type": "string" |
| 5680 }, | 5685 }, |
| 5681 "membershipDurationDays": { | 5686 "membershipDurationDays": { |
| 5682 "description": "Number of days a user remains in the audienc
e. Use any integer from 1-540. In remarketing audiences for search ads, membersh
ip duration is truncated to 180 days.", | 5687 "description": "Number of days (in the range 1 to 540) a use
r remains in the audience.", |
| 5683 "format": "int32", | 5688 "format": "int32", |
| 5684 "type": "integer" | 5689 "type": "integer" |
| 5685 }, | 5690 }, |
| 5686 "segment": { | 5691 "segment": { |
| 5687 "description": "The segment condition that will cause a user
to be added to an audience.", | 5692 "description": "The segment condition that will cause a user
to be added to an audience.", |
| 5688 "type": "string" | 5693 "type": "string" |
| 5689 } | 5694 } |
| 5690 }, | 5695 }, |
| 5691 "type": "object" | 5696 "type": "object" |
| 5692 }, | 5697 }, |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5970 }, | 5975 }, |
| 5971 "type": "object" | 5976 "type": "object" |
| 5972 }, | 5977 }, |
| 5973 "created": { | 5978 "created": { |
| 5974 "description": "Time this view (profile) was created.", | 5979 "description": "Time this view (profile) was created.", |
| 5975 "format": "date-time", | 5980 "format": "date-time", |
| 5976 "readOnly": true, | 5981 "readOnly": true, |
| 5977 "type": "string" | 5982 "type": "string" |
| 5978 }, | 5983 }, |
| 5979 "currency": { | 5984 "currency": { |
| 5980 "description": "The currency type associated with this view
(profile), defaults to USD. The supported values are:\nARS, AUD, BGN, BRL, CAD,
CHF, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, INR, JPY, KRW, LTL, MXN, NOK, NZD,
PHP, PLN, RUB, SEK, THB, TRY, TWD, USD, VND, ZAR", | 5985 "description": "The currency type associated with this view
(profile), defaults to USD. The supported values are:\nUSD, JPY, EUR, GBP, AUD,
KRW, BRL, CNY, DKK, RUB, SEK, NOK, PLN, TRY, TWD, HKD, THB, IDR, ARS, MXN, VND,
PHP, INR, CHF, CAD, CZK, NZD, HUF, BGN, LTL, ZAR, UAH, AED, BOB, CLP, COP, EGP,
HRK, ILS, MAD, MYR, PEN, PKR, RON, RSD, SAR, SGD, VEF, LVL", |
| 5981 "type": "string" | 5986 "type": "string" |
| 5982 }, | 5987 }, |
| 5983 "defaultPage": { | 5988 "defaultPage": { |
| 5984 "description": "Default page for this view (profile).", | 5989 "description": "Default page for this view (profile).", |
| 5985 "type": "string" | 5990 "type": "string" |
| 5986 }, | 5991 }, |
| 5987 "eCommerceTracking": { | 5992 "eCommerceTracking": { |
| 5988 "description": "Indicates whether ecommerce tracking is enab
led for this view (profile).", | 5993 "description": "Indicates whether ecommerce tracking is enab
led for this view (profile).", |
| 5989 "type": "boolean" | 5994 "type": "boolean" |
| 5990 }, | 5995 }, |
| (...skipping 1181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7172 "type": "string" | 7177 "type": "string" |
| 7173 } | 7178 } |
| 7174 }, | 7179 }, |
| 7175 "type": "object" | 7180 "type": "object" |
| 7176 } | 7181 } |
| 7177 }, | 7182 }, |
| 7178 "servicePath": "analytics/v3/", | 7183 "servicePath": "analytics/v3/", |
| 7179 "title": "Google Analytics API", | 7184 "title": "Google Analytics API", |
| 7180 "version": "v3" | 7185 "version": "v3" |
| 7181 } | 7186 } |
| OLD | NEW |