|
1693 | 1693 | }
|
1694 | 1694 | }
|
1695 | 1695 | },
|
| 1696 | + "adSenseLinks": { |
| 1697 | + "methods": { |
| 1698 | + "create": { |
| 1699 | + "description": "Creates an AdSenseLink.", |
| 1700 | + "flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks", |
| 1701 | + "httpMethod": "POST", |
| 1702 | + "id": "analyticsadmin.properties.adSenseLinks.create", |
| 1703 | + "parameterOrder": [ |
| 1704 | + "parent" |
| 1705 | + ], |
| 1706 | + "parameters": { |
| 1707 | + "parent": { |
| 1708 | + "description": "Required. The property for which to create an AdSense Link. Format: properties/{propertyId} Example: properties/1234", |
| 1709 | + "location": "path", |
| 1710 | + "pattern": "^properties/[^/]+$", |
| 1711 | + "required": true, |
| 1712 | + "type": "string" |
| 1713 | + } |
| 1714 | + }, |
| 1715 | + "path": "v1alpha/{+parent}/adSenseLinks", |
| 1716 | + "request": { |
| 1717 | + "$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink" |
| 1718 | + }, |
| 1719 | + "response": { |
| 1720 | + "$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink" |
| 1721 | + } |
| 1722 | + }, |
| 1723 | + "delete": { |
| 1724 | + "description": "Deletes an AdSenseLink.", |
| 1725 | + "flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks/{adSenseLinksId}", |
| 1726 | + "httpMethod": "DELETE", |
| 1727 | + "id": "analyticsadmin.properties.adSenseLinks.delete", |
| 1728 | + "parameterOrder": [ |
| 1729 | + "name" |
| 1730 | + ], |
| 1731 | + "parameters": { |
| 1732 | + "name": { |
| 1733 | + "description": "Required. Unique identifier for the AdSense Link to be deleted. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/5678", |
| 1734 | + "location": "path", |
| 1735 | + "pattern": "^properties/[^/]+/adSenseLinks/[^/]+$", |
| 1736 | + "required": true, |
| 1737 | + "type": "string" |
| 1738 | + } |
| 1739 | + }, |
| 1740 | + "path": "v1alpha/{+name}", |
| 1741 | + "response": { |
| 1742 | + "$ref": "GoogleProtobufEmpty" |
| 1743 | + } |
| 1744 | + }, |
| 1745 | + "get": { |
| 1746 | + "description": "Looks up a single AdSenseLink.", |
| 1747 | + "flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks/{adSenseLinksId}", |
| 1748 | + "httpMethod": "GET", |
| 1749 | + "id": "analyticsadmin.properties.adSenseLinks.get", |
| 1750 | + "parameterOrder": [ |
| 1751 | + "name" |
| 1752 | + ], |
| 1753 | + "parameters": { |
| 1754 | + "name": { |
| 1755 | + "description": "Required. Unique identifier for the AdSense Link requested. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/5678", |
| 1756 | + "location": "path", |
| 1757 | + "pattern": "^properties/[^/]+/adSenseLinks/[^/]+$", |
| 1758 | + "required": true, |
| 1759 | + "type": "string" |
| 1760 | + } |
| 1761 | + }, |
| 1762 | + "path": "v1alpha/{+name}", |
| 1763 | + "response": { |
| 1764 | + "$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink" |
| 1765 | + } |
| 1766 | + }, |
| 1767 | + "list": { |
| 1768 | + "description": "Lists AdSenseLinks on a property.", |
| 1769 | + "flatPath": "v1alpha/properties/{propertiesId}/adSenseLinks", |
| 1770 | + "httpMethod": "GET", |
| 1771 | + "id": "analyticsadmin.properties.adSenseLinks.list", |
| 1772 | + "parameterOrder": [ |
| 1773 | + "parent" |
| 1774 | + ], |
| 1775 | + "parameters": { |
| 1776 | + "pageSize": { |
| 1777 | + "description": "The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).", |
| 1778 | + "format": "int32", |
| 1779 | + "location": "query", |
| 1780 | + "type": "integer" |
| 1781 | + }, |
| 1782 | + "pageToken": { |
| 1783 | + "description": "A page token received from a previous `ListAdSenseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAdSenseLinks` must match the call that provided the page token.", |
| 1784 | + "location": "query", |
| 1785 | + "type": "string" |
| 1786 | + }, |
| 1787 | + "parent": { |
| 1788 | + "description": "Required. Resource name of the parent property. Format: properties/{propertyId} Example: properties/1234", |
| 1789 | + "location": "path", |
| 1790 | + "pattern": "^properties/[^/]+$", |
| 1791 | + "required": true, |
| 1792 | + "type": "string" |
| 1793 | + } |
| 1794 | + }, |
| 1795 | + "path": "v1alpha/{+parent}/adSenseLinks", |
| 1796 | + "response": { |
| 1797 | + "$ref": "GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse" |
| 1798 | + } |
| 1799 | + } |
| 1800 | + } |
| 1801 | + }, |
1696 | 1802 | "audiences": {
|
1697 | 1803 | "methods": {
|
1698 | 1804 | "archive": {
|
|
2873 | 2979 | ],
|
2874 | 2980 | "parameters": {
|
2875 | 2981 | "name": {
|
2876 |
| - "description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules", |
| 2982 | + "description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}", |
2877 | 2983 | "location": "path",
|
2878 | 2984 | "pattern": "^properties/[^/]+/dataStreams/[^/]+/eventCreateRules/[^/]+$",
|
2879 | 2985 | "required": true,
|
|
4216 | 4322 | }
|
4217 | 4323 | }
|
4218 | 4324 | },
|
4219 |
| - "revision": "20230507", |
| 4325 | + "revision": "20230516", |
4220 | 4326 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
4221 | 4327 | "schemas": {
|
4222 | 4328 | "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
|
|
4690 | 4796 | "properties": {},
|
4691 | 4797 | "type": "object"
|
4692 | 4798 | },
|
| 4799 | + "GoogleAnalyticsAdminV1alphaAdSenseLink": { |
| 4800 | + "description": "A link between a GA4 Property and an AdSense for Content ad client.", |
| 4801 | + "id": "GoogleAnalyticsAdminV1alphaAdSenseLink", |
| 4802 | + "properties": { |
| 4803 | + "adClientCode": { |
| 4804 | + "description": "Immutable. The AdSense ad client code that the GA4 property is linked to. Example format: \"ca-pub-1234567890\"", |
| 4805 | + "type": "string" |
| 4806 | + }, |
| 4807 | + "name": { |
| 4808 | + "description": "Output only. The resource name for this AdSense Link resource. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/6789", |
| 4809 | + "readOnly": true, |
| 4810 | + "type": "string" |
| 4811 | + } |
| 4812 | + }, |
| 4813 | + "type": "object" |
| 4814 | + }, |
4693 | 4815 | "GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest": {
|
4694 | 4816 | "description": "Request message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.",
|
4695 | 4817 | "id": "GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest",
|
|
5538 | 5660 | "$ref": "GoogleAnalyticsAdminV1alphaAccount",
|
5539 | 5661 | "description": "A snapshot of an Account resource in change history."
|
5540 | 5662 | },
|
| 5663 | + "adsenseLink": { |
| 5664 | + "$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink", |
| 5665 | + "description": "A snapshot of an AdSenseLink resource in change history." |
| 5666 | + }, |
5541 | 5667 | "attributionSettings": {
|
5542 | 5668 | "$ref": "GoogleAnalyticsAdminV1alphaAttributionSettings",
|
5543 | 5669 | "description": "A snapshot of AttributionSettings resource in change history."
|
|
6389 | 6515 | "type": "array"
|
6390 | 6516 | },
|
6391 | 6517 | "name": {
|
6392 |
| - "description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules", |
| 6518 | + "description": "Output only. Resource name for this EventCreateRule resource. Format: properties/{property}/dataStreams/{data_stream}/eventCreateRules/{event_create_rule}", |
6393 | 6519 | "readOnly": true,
|
6394 | 6520 | "type": "string"
|
6395 | 6521 | },
|
|
6823 | 6949 | },
|
6824 | 6950 | "type": "object"
|
6825 | 6951 | },
|
| 6952 | + "GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse": { |
| 6953 | + "description": "Response message for ListAdSenseLinks method.", |
| 6954 | + "id": "GoogleAnalyticsAdminV1alphaListAdSenseLinksResponse", |
| 6955 | + "properties": { |
| 6956 | + "adsenseLinks": { |
| 6957 | + "description": "List of AdSenseLinks.", |
| 6958 | + "items": { |
| 6959 | + "$ref": "GoogleAnalyticsAdminV1alphaAdSenseLink" |
| 6960 | + }, |
| 6961 | + "type": "array" |
| 6962 | + }, |
| 6963 | + "nextPageToken": { |
| 6964 | + "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.", |
| 6965 | + "type": "string" |
| 6966 | + } |
| 6967 | + }, |
| 6968 | + "type": "object" |
| 6969 | + }, |
6826 | 6970 | "GoogleAnalyticsAdminV1alphaListAudiencesResponse": {
|
6827 | 6971 | "description": "Response message for ListAudiences RPC.",
|
6828 | 6972 | "id": "GoogleAnalyticsAdminV1alphaListAudiencesResponse",
|
|
7685 | 7829 | "EXPANDED_DATA_SET",
|
7686 | 7830 | "CHANNEL_GROUP",
|
7687 | 7831 | "ENHANCED_MEASUREMENT_SETTINGS",
|
| 7832 | + "ADSENSE_LINK", |
7688 | 7833 | "AUDIENCE",
|
7689 | 7834 | "EVENT_CREATE_RULE"
|
7690 | 7835 | ],
|
|
7708 | 7853 | "ExpandedDataSet resource",
|
7709 | 7854 | "ChannelGroup resource",
|
7710 | 7855 | "EnhancedMeasurementSettings resource",
|
| 7856 | + "AdSenseLink resource", |
7711 | 7857 | "Audience resource",
|
7712 | 7858 | "EventCreateRule resource"
|
7713 | 7859 | ],
|
|
0 commit comments