| 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/lVhlnf65PutgyXI1dE0hFsK5teg\"", | 32 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/RVrwVyPQJLlTFI7LM0WsqSWaDpE\"", |
| 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 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2462 }, | 2462 }, |
| 2463 "response": { | 2463 "response": { |
| 2464 "$ref": "Profile" | 2464 "$ref": "Profile" |
| 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": { |
| 2473 "methods": { |
| 2474 "get": { |
| 2475 "description": "Gets remarketing audiences to which
the user has access.", |
| 2476 "httpMethod": "GET", |
| 2477 "id": "analytics.management.remarketingAudience.get"
, |
| 2478 "parameterOrder": [ |
| 2479 "accountId", |
| 2480 "webPropertyId", |
| 2481 "remarketingAudienceId" |
| 2482 ], |
| 2483 "parameters": { |
| 2484 "accountId": { |
| 2485 "description": "Account ID for the remarketi
ng audience to retrieve.", |
| 2486 "location": "path", |
| 2487 "required": true, |
| 2488 "type": "string" |
| 2489 }, |
| 2490 "remarketingAudienceId": { |
| 2491 "description": "The ID to retrieve the Remar
keting Audience for.", |
| 2492 "location": "path", |
| 2493 "required": true, |
| 2494 "type": "string" |
| 2495 }, |
| 2496 "webPropertyId": { |
| 2497 "description": "Web property ID for the rema
rketing audience to retrieve.", |
| 2498 "location": "path", |
| 2499 "required": true, |
| 2500 "type": "string" |
| 2501 } |
| 2502 }, |
| 2503 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2504 "response": { |
| 2505 "$ref": "RemarketingAudience" |
| 2506 }, |
| 2507 "scopes": [ |
| 2508 "https://www.googleapis.com/auth/analytics.edit"
, |
| 2509 "https://www.googleapis.com/auth/analytics.reado
nly" |
| 2510 ] |
| 2511 }, |
| 2512 "insert": { |
| 2513 "description": "Creates a new remarketing audiences.
", |
| 2514 "httpMethod": "POST", |
| 2515 "id": "analytics.management.remarketingAudience.inse
rt", |
| 2516 "parameterOrder": [ |
| 2517 "accountId", |
| 2518 "webPropertyId" |
| 2519 ], |
| 2520 "parameters": { |
| 2521 "accountId": { |
| 2522 "description": "Account ID to create the rem
arketing audience for.", |
| 2523 "location": "path", |
| 2524 "required": true, |
| 2525 "type": "string" |
| 2526 }, |
| 2527 "webPropertyId": { |
| 2528 "description": "Web property ID to create th
e remarketing audience for.", |
| 2529 "location": "path", |
| 2530 "required": true, |
| 2531 "type": "string" |
| 2532 } |
| 2533 }, |
| 2534 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences", |
| 2535 "request": { |
| 2536 "$ref": "RemarketingAudience" |
| 2537 }, |
| 2538 "response": { |
| 2539 "$ref": "RemarketingAudience" |
| 2540 }, |
| 2541 "scopes": [ |
| 2542 "https://www.googleapis.com/auth/analytics.edit" |
| 2543 ] |
| 2544 }, |
| 2545 "list": { |
| 2546 "description": "Lists remarketing audiences to which
the user has access.", |
| 2547 "httpMethod": "GET", |
| 2548 "id": "analytics.management.remarketingAudience.list
", |
| 2549 "parameterOrder": [ |
| 2550 "accountId", |
| 2551 "webPropertyId" |
| 2552 ], |
| 2553 "parameters": { |
| 2554 "accountId": { |
| 2555 "description": "Account ID for the remarketi
ng audience to retrieve.", |
| 2556 "location": "path", |
| 2557 "required": true, |
| 2558 "type": "string" |
| 2559 }, |
| 2560 "max-results": { |
| 2561 "description": "The maximum number of remark
eting audiences to include in this response.", |
| 2562 "format": "int32", |
| 2563 "location": "query", |
| 2564 "type": "integer" |
| 2565 }, |
| 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.", |
| 2568 "format": "int32", |
| 2569 "location": "query", |
| 2570 "minimum": "1", |
| 2571 "type": "integer" |
| 2572 }, |
| 2573 "type": { |
| 2574 "default": "all", |
| 2575 "location": "query", |
| 2576 "type": "string" |
| 2577 }, |
| 2578 "webPropertyId": { |
| 2579 "description": "Web property ID for the rema
rketing audience to retrieve.", |
| 2580 "location": "path", |
| 2581 "required": true, |
| 2582 "type": "string" |
| 2583 } |
| 2584 }, |
| 2585 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences", |
| 2586 "response": { |
| 2587 "$ref": "RemarketingAudiences" |
| 2588 }, |
| 2589 "scopes": [ |
| 2590 "https://www.googleapis.com/auth/analytics.edit"
, |
| 2591 "https://www.googleapis.com/auth/analytics.reado
nly" |
| 2592 ] |
| 2593 }, |
| 2594 "patch": { |
| 2595 "description": "Updates an existing remarketing audi
ences. This method supports patch semantics.", |
| 2596 "httpMethod": "PATCH", |
| 2597 "id": "analytics.management.remarketingAudience.patc
h", |
| 2598 "parameterOrder": [ |
| 2599 "accountId", |
| 2600 "webPropertyId", |
| 2601 "remarketingAudienceId" |
| 2602 ], |
| 2603 "parameters": { |
| 2604 "accountId": { |
| 2605 "description": "Account ID for the remarketi
ng audience to update.", |
| 2606 "location": "path", |
| 2607 "required": true, |
| 2608 "type": "string" |
| 2609 }, |
| 2610 "remarketingAudienceId": { |
| 2611 "description": "Remarketing audience ID of t
he remarketing audience to update.", |
| 2612 "location": "path", |
| 2613 "required": true, |
| 2614 "type": "string" |
| 2615 }, |
| 2616 "webPropertyId": { |
| 2617 "description": "Web property ID for the rema
rketing audience to update.", |
| 2618 "location": "path", |
| 2619 "required": true, |
| 2620 "type": "string" |
| 2621 } |
| 2622 }, |
| 2623 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2624 "request": { |
| 2625 "$ref": "RemarketingAudience" |
| 2626 }, |
| 2627 "response": { |
| 2628 "$ref": "RemarketingAudience" |
| 2629 }, |
| 2630 "scopes": [ |
| 2631 "https://www.googleapis.com/auth/analytics.edit" |
| 2632 ] |
| 2633 }, |
| 2634 "update": { |
| 2635 "description": "Updates an existing remarketing audi
ences.", |
| 2636 "httpMethod": "PUT", |
| 2637 "id": "analytics.management.remarketingAudience.upda
te", |
| 2638 "parameterOrder": [ |
| 2639 "accountId", |
| 2640 "webPropertyId", |
| 2641 "remarketingAudienceId" |
| 2642 ], |
| 2643 "parameters": { |
| 2644 "accountId": { |
| 2645 "description": "Account ID for the remarketi
ng audience to update.", |
| 2646 "location": "path", |
| 2647 "required": true, |
| 2648 "type": "string" |
| 2649 }, |
| 2650 "remarketingAudienceId": { |
| 2651 "description": "Remarketing audience ID of t
he remarketing audience to update.", |
| 2652 "location": "path", |
| 2653 "required": true, |
| 2654 "type": "string" |
| 2655 }, |
| 2656 "webPropertyId": { |
| 2657 "description": "Web property ID for the rema
rketing audience to update.", |
| 2658 "location": "path", |
| 2659 "required": true, |
| 2660 "type": "string" |
| 2661 } |
| 2662 }, |
| 2663 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2664 "request": { |
| 2665 "$ref": "RemarketingAudience" |
| 2666 }, |
| 2667 "response": { |
| 2668 "$ref": "RemarketingAudience" |
| 2669 }, |
| 2670 "scopes": [ |
| 2671 "https://www.googleapis.com/auth/analytics.edit" |
| 2672 ] |
| 2673 } |
| 2674 } |
| 2675 }, |
| 2472 "segments": { | 2676 "segments": { |
| 2473 "methods": { | 2677 "methods": { |
| 2474 "list": { | 2678 "list": { |
| 2475 "description": "Lists segments to which the user has
access.", | 2679 "description": "Lists segments to which the user has
access.", |
| 2476 "httpMethod": "GET", | 2680 "httpMethod": "GET", |
| 2477 "id": "analytics.management.segments.list", | 2681 "id": "analytics.management.segments.list", |
| 2478 "parameters": { | 2682 "parameters": { |
| 2479 "max-results": { | 2683 "max-results": { |
| 2480 "description": "The maximum number of segmen
ts to include in this response.", | 2684 "description": "The maximum number of segmen
ts to include in this response.", |
| 2481 "format": "int32", | 2685 "format": "int32", |
| (...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3499 "response": { | 3703 "response": { |
| 3500 "$ref": "AccountTicket" | 3704 "$ref": "AccountTicket" |
| 3501 }, | 3705 }, |
| 3502 "scopes": [ | 3706 "scopes": [ |
| 3503 "https://www.googleapis.com/auth/analytics.provision" | 3707 "https://www.googleapis.com/auth/analytics.provision" |
| 3504 ] | 3708 ] |
| 3505 } | 3709 } |
| 3506 } | 3710 } |
| 3507 } | 3711 } |
| 3508 }, | 3712 }, |
| 3509 "revision": "20160726", | 3713 "revision": "20160805", |
| 3510 "rootUrl": "https://www.googleapis.com/", | 3714 "rootUrl": "https://www.googleapis.com/", |
| 3511 "schemas": { | 3715 "schemas": { |
| 3512 "Account": { | 3716 "Account": { |
| 3513 "description": "JSON template for Analytics account entry.", | 3717 "description": "JSON template for Analytics account entry.", |
| 3514 "id": "Account", | 3718 "id": "Account", |
| 3515 "properties": { | 3719 "properties": { |
| 3516 "childLink": { | 3720 "childLink": { |
| 3517 "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.", |
| 3518 "properties": { | 3722 "properties": { |
| 3519 "href": { | 3723 "href": { |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5449 "format": "int32", | 5653 "format": "int32", |
| 5450 "type": "integer" | 5654 "type": "integer" |
| 5451 }, | 5655 }, |
| 5452 "username": { | 5656 "username": { |
| 5453 "description": "Email ID of the authenticated user", | 5657 "description": "Email ID of the authenticated user", |
| 5454 "type": "string" | 5658 "type": "string" |
| 5455 } | 5659 } |
| 5456 }, | 5660 }, |
| 5457 "type": "object" | 5661 "type": "object" |
| 5458 }, | 5662 }, |
| 5663 "IncludeConditions": { |
| 5664 "description": "JSON template for an Analytics Remarketing Include C
onditions.", |
| 5665 "id": "IncludeConditions", |
| 5666 "properties": { |
| 5667 "daysToLookBack": { |
| 5668 "description": "The look-back window lets you specify a time
frame for evaluating the behavior that qualifies users for your audience. For e
xample, if your filters include users from Central Asia, and Transactions Greate
r than 2, and you set the look-back window to 14 days, then any user from Centra
l Asia whose cumulative transactions exceed 2 during the last 14 days is added t
o the audience.", |
| 5669 "format": "int32", |
| 5670 "type": "integer" |
| 5671 }, |
| 5672 "isSmartList": { |
| 5673 "description": "Boolean indicating whether this segment is a
smart list. https://support.google.com/analytics/answer/4628577", |
| 5674 "type": "boolean" |
| 5675 }, |
| 5676 "kind": { |
| 5677 "default": "analytics#includeConditions", |
| 5678 "description": "Resource type for include conditions.", |
| 5679 "type": "string" |
| 5680 }, |
| 5681 "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.", |
| 5683 "format": "int32", |
| 5684 "type": "integer" |
| 5685 }, |
| 5686 "segment": { |
| 5687 "description": "The segment condition that will cause a user
to be added to an audience.", |
| 5688 "type": "string" |
| 5689 } |
| 5690 }, |
| 5691 "type": "object" |
| 5692 }, |
| 5693 "LinkedForeignAccount": { |
| 5694 "description": "JSON template for an Analytics Remarketing Audience
Foreign Link.", |
| 5695 "id": "LinkedForeignAccount", |
| 5696 "properties": { |
| 5697 "accountId": { |
| 5698 "description": "Account ID to which this linked foreign acco
unt belongs.", |
| 5699 "type": "string" |
| 5700 }, |
| 5701 "eligibleForSearch": { |
| 5702 "description": "Boolean indicating whether this is eligible
for search.", |
| 5703 "readOnly": true, |
| 5704 "type": "boolean" |
| 5705 }, |
| 5706 "id": { |
| 5707 "description": "Entity ad account link ID.", |
| 5708 "type": "string" |
| 5709 }, |
| 5710 "internalWebPropertyId": { |
| 5711 "description": "Internal ID for the web property to which th
is linked foreign account belongs.", |
| 5712 "readOnly": true, |
| 5713 "type": "string" |
| 5714 }, |
| 5715 "kind": { |
| 5716 "default": "analytics#linkedForeignAccount", |
| 5717 "description": "Resource type for linked foreign account.", |
| 5718 "type": "string" |
| 5719 }, |
| 5720 "linkedAccountId": { |
| 5721 "description": "The foreign account ID. For example the an A
dWords `linkedAccountId` has the following format XXX-XXX-XXXX.", |
| 5722 "type": "string" |
| 5723 }, |
| 5724 "remarketingAudienceId": { |
| 5725 "description": "Remarketing audience ID to which this linked
foreign account belongs.", |
| 5726 "type": "string" |
| 5727 }, |
| 5728 "status": { |
| 5729 "description": "The status of this foreign account link.", |
| 5730 "type": "string" |
| 5731 }, |
| 5732 "type": { |
| 5733 "description": "The type of the foreign account. For example
`ADWORDS_LINKS`.", |
| 5734 "type": "string" |
| 5735 }, |
| 5736 "webPropertyId": { |
| 5737 "description": "Web property ID of the form UA-XXXXX-YY to w
hich this linked foreign account belongs.", |
| 5738 "type": "string" |
| 5739 } |
| 5740 }, |
| 5741 "type": "object" |
| 5742 }, |
| 5459 "McfData": { | 5743 "McfData": { |
| 5460 "description": "Multi-Channel Funnels data for a given view (profile
).", | 5744 "description": "Multi-Channel Funnels data for a given view (profile
).", |
| 5461 "id": "McfData", | 5745 "id": "McfData", |
| 5462 "properties": { | 5746 "properties": { |
| 5463 "columnHeaders": { | 5747 "columnHeaders": { |
| 5464 "description": "Column headers that list dimension names fol
lowed by the metric names. The order of dimensions and metrics is same as specif
ied in the request.", | 5748 "description": "Column headers that list dimension names fol
lowed by the metric names. The order of dimensions and metrics is same as specif
ied in the request.", |
| 5465 "items": { | 5749 "items": { |
| 5466 "properties": { | 5750 "properties": { |
| 5467 "columnType": { | 5751 "columnType": { |
| 5468 "description": "Column Type. Either DIMENSION or
METRIC.", | 5752 "description": "Column Type. Either DIMENSION or
METRIC.", |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6126 "additionalProperties": { | 6410 "additionalProperties": { |
| 6127 "description": "Key-value pair for the total value of a
metric. Key is the metric name and the value is the total value for that metric.
", | 6411 "description": "Key-value pair for the total value of a
metric. Key is the metric name and the value is the total value for that metric.
", |
| 6128 "type": "string" | 6412 "type": "string" |
| 6129 }, | 6413 }, |
| 6130 "description": "Total values for the requested metrics over
all the results, not just the results returned in this response. The order of th
e metric totals is same as the metric order specified in the request.", | 6414 "description": "Total values for the requested metrics over
all the results, not just the results returned in this response. The order of th
e metric totals is same as the metric order specified in the request.", |
| 6131 "type": "object" | 6415 "type": "object" |
| 6132 } | 6416 } |
| 6133 }, | 6417 }, |
| 6134 "type": "object" | 6418 "type": "object" |
| 6135 }, | 6419 }, |
| 6420 "RemarketingAudience": { |
| 6421 "description": "JSON template for an Analytics remarketing audience.
", |
| 6422 "id": "RemarketingAudience", |
| 6423 "properties": { |
| 6424 "accountId": { |
| 6425 "description": "Account ID to which this remarketing audienc
e belongs.", |
| 6426 "type": "string" |
| 6427 }, |
| 6428 "audienceDefinition": { |
| 6429 "description": "The simple audience definition that will cau
se a user to be added to an audience.", |
| 6430 "properties": { |
| 6431 "includeConditions": { |
| 6432 "$ref": "IncludeConditions", |
| 6433 "description": "Defines the conditions to include us
ers to the audience." |
| 6434 } |
| 6435 }, |
| 6436 "type": "object" |
| 6437 }, |
| 6438 "audienceType": { |
| 6439 "description": "The type of audience, either SIMPLE or STATE
_BASED.", |
| 6440 "type": "string" |
| 6441 }, |
| 6442 "created": { |
| 6443 "description": "Time this remarketing audience was created."
, |
| 6444 "format": "date-time", |
| 6445 "readOnly": true, |
| 6446 "type": "string" |
| 6447 }, |
| 6448 "description": { |
| 6449 "description": "The description of this remarketing audience
.", |
| 6450 "readOnly": true, |
| 6451 "type": "string" |
| 6452 }, |
| 6453 "id": { |
| 6454 "description": "Remarketing Audience ID.", |
| 6455 "type": "string" |
| 6456 }, |
| 6457 "internalWebPropertyId": { |
| 6458 "description": "Internal ID for the web property to which th
is remarketing audience belongs.", |
| 6459 "readOnly": true, |
| 6460 "type": "string" |
| 6461 }, |
| 6462 "kind": { |
| 6463 "default": "analytics#remarketingAudience", |
| 6464 "description": "Collection type.", |
| 6465 "type": "string" |
| 6466 }, |
| 6467 "linkedAdAccounts": { |
| 6468 "description": "The linked ad accounts associated with this
remarketing audience. A remarketing audience can have only one linkedAdAccount c
urrently.", |
| 6469 "items": { |
| 6470 "$ref": "LinkedForeignAccount" |
| 6471 }, |
| 6472 "type": "array" |
| 6473 }, |
| 6474 "linkedViews": { |
| 6475 "description": "The views (profiles) that this remarketing a
udience is linked to.", |
| 6476 "items": { |
| 6477 "type": "string" |
| 6478 }, |
| 6479 "type": "array" |
| 6480 }, |
| 6481 "name": { |
| 6482 "description": "The name of this remarketing audience.", |
| 6483 "type": "string" |
| 6484 }, |
| 6485 "stateBasedAudienceDefinition": { |
| 6486 "description": "A state based audience definition that will
cause a user to be added or removed from an audience.", |
| 6487 "properties": { |
| 6488 "excludeConditions": { |
| 6489 "description": "Defines the conditions to exclude us
ers from the audience.", |
| 6490 "properties": { |
| 6491 "exclusionDuration": { |
| 6492 "description": "Whether to make the exclusio
n TEMPORARY or PERMANENT.", |
| 6493 "type": "string" |
| 6494 }, |
| 6495 "segment": { |
| 6496 "description": "The segment condition that w
ill cause a user to be removed from an audience.", |
| 6497 "type": "string" |
| 6498 } |
| 6499 }, |
| 6500 "type": "object" |
| 6501 }, |
| 6502 "includeConditions": { |
| 6503 "$ref": "IncludeConditions", |
| 6504 "description": "Defines the conditions to include us
ers to the audience." |
| 6505 } |
| 6506 }, |
| 6507 "type": "object" |
| 6508 }, |
| 6509 "updated": { |
| 6510 "description": "Time this remarketing audience was last modi
fied.", |
| 6511 "format": "date-time", |
| 6512 "readOnly": true, |
| 6513 "type": "string" |
| 6514 }, |
| 6515 "webPropertyId": { |
| 6516 "description": "Web property ID of the form UA-XXXXX-YY to w
hich this remarketing audience belongs.", |
| 6517 "type": "string" |
| 6518 } |
| 6519 }, |
| 6520 "type": "object" |
| 6521 }, |
| 6522 "RemarketingAudiences": { |
| 6523 "description": "A remarketing audience collection lists Analytics re
marketing audiences to which the user has access. Each resource in the collectio
n corresponds to a single Analytics remarketing audience.", |
| 6524 "id": "RemarketingAudiences", |
| 6525 "properties": { |
| 6526 "items": { |
| 6527 "description": "A list of remarketing audiences.", |
| 6528 "items": { |
| 6529 "$ref": "RemarketingAudience" |
| 6530 }, |
| 6531 "type": "array" |
| 6532 }, |
| 6533 "itemsPerPage": { |
| 6534 "description": "The maximum number of resources the response
can contain, regardless of the actual number of resources returned. Its value r
anges from 1 to 1000 with a value of 1000 by default, or otherwise specified by
the max-results query parameter.", |
| 6535 "format": "int32", |
| 6536 "type": "integer" |
| 6537 }, |
| 6538 "kind": { |
| 6539 "default": "analytics#remarketingAudiences", |
| 6540 "description": "Collection type.", |
| 6541 "type": "string" |
| 6542 }, |
| 6543 "nextLink": { |
| 6544 "description": "Link to next page for this remarketing audie
nce collection.", |
| 6545 "type": "string" |
| 6546 }, |
| 6547 "previousLink": { |
| 6548 "description": "Link to previous page for this view (profile
) collection.", |
| 6549 "type": "string" |
| 6550 }, |
| 6551 "startIndex": { |
| 6552 "description": "The starting index of the resources, which i
s 1 by default or otherwise specified by the start-index query parameter.", |
| 6553 "format": "int32", |
| 6554 "type": "integer" |
| 6555 }, |
| 6556 "totalResults": { |
| 6557 "description": "The total number of results for the query, r
egardless of the number of results in the response.", |
| 6558 "format": "int32", |
| 6559 "type": "integer" |
| 6560 }, |
| 6561 "username": { |
| 6562 "description": "Email ID of the authenticated user", |
| 6563 "type": "string" |
| 6564 } |
| 6565 }, |
| 6566 "type": "object" |
| 6567 }, |
| 6136 "Segment": { | 6568 "Segment": { |
| 6137 "description": "JSON template for an Analytics segment.", | 6569 "description": "JSON template for an Analytics segment.", |
| 6138 "id": "Segment", | 6570 "id": "Segment", |
| 6139 "properties": { | 6571 "properties": { |
| 6140 "created": { | 6572 "created": { |
| 6141 "description": "Time the segment was created.", | 6573 "description": "Time the segment was created.", |
| 6142 "format": "date-time", | 6574 "format": "date-time", |
| 6143 "type": "string" | 6575 "type": "string" |
| 6144 }, | 6576 }, |
| 6145 "definition": { | 6577 "definition": { |
| (...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6740 "type": "string" | 7172 "type": "string" |
| 6741 } | 7173 } |
| 6742 }, | 7174 }, |
| 6743 "type": "object" | 7175 "type": "object" |
| 6744 } | 7176 } |
| 6745 }, | 7177 }, |
| 6746 "servicePath": "analytics/v3/", | 7178 "servicePath": "analytics/v3/", |
| 6747 "title": "Google Analytics API", | 7179 "title": "Google Analytics API", |
| 6748 "version": "v3" | 7180 "version": "v3" |
| 6749 } | 7181 } |
| OLD | NEW |