Skip to content

Commit

Permalink
docs: [google-analytics-data] announce that ListAudienceLists, `Get…
Browse files Browse the repository at this point in the history
…AudienceList`, `QueryAudienceList`, `CreateAudienceList` methods are now available in the v1beta version of the Data API (#12218)

- [ ] Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
docs: announce that `ListAudienceLists`, `GetAudienceList`,
`QueryAudienceList`, `CreateAudienceList` methods are now available in
the v1beta version of the Data API
feat: add the `webhook_notification` field to the
`RecurringAudienceList` resource
feat: add the `webhook_notification` field to the `AudienceList`
resource
feat: add the `WebhookNotification` type
END_COMMIT_OVERRIDE


PiperOrigin-RevId: 600815983

Source-Link:
googleapis/googleapis@b76a27e

Source-Link:
googleapis/googleapis-gen@f45fce9
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFuYWx5dGljcy1kYXRhLy5Pd2xCb3QueWFtbCIsImgiOiJmNDVmY2U5YWJiODliNDI1YzViNWY0YWRkMmQ3YjRiY2M0Mjg5ZTI1In0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 23, 2024
1 parent d23ec54 commit 29e65f8
Show file tree
Hide file tree
Showing 14 changed files with 229 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.18.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
RunFunnelReportResponse,
SheetExportAudienceListRequest,
SheetExportAudienceListResponse,
WebhookNotification,
)
from .types.data import (
BetweenFilter,
Expand Down Expand Up @@ -196,4 +197,5 @@
"UserSegmentExclusion",
"UserSegmentSequenceGroup",
"UserSequenceStep",
"WebhookNotification",
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.18.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@

from google.api_core import operation # type: ignore
from google.api_core import operation_async # type: ignore
from google.longrunning import operations_pb2 # type: ignore
from google.protobuf import timestamp_pb2 # type: ignore

from google.analytics.data_v1alpha.services.alpha_analytics_data import pagers
Expand Down Expand Up @@ -359,9 +360,9 @@ async def create_audience_list(
see https://support.google.com/analytics/answer/9267572.
Audience lists contain the users in each audience.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.create <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -509,9 +510,9 @@ async def query_audience_list(
in the ways that are important to your business. To learn more,
see https://support.google.com/analytics/answer/9267572.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.query <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -748,9 +749,9 @@ async def get_audience_list(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.get <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -869,9 +870,9 @@ async def list_audience_lists(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.list <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@

from google.api_core import operation # type: ignore
from google.api_core import operation_async # type: ignore
from google.longrunning import operations_pb2 # type: ignore
from google.protobuf import timestamp_pb2 # type: ignore

from google.analytics.data_v1alpha.services.alpha_analytics_data import pagers
Expand Down Expand Up @@ -597,9 +598,9 @@ def create_audience_list(
see https://support.google.com/analytics/answer/9267572.
Audience lists contain the users in each audience.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.create <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -747,9 +748,9 @@ def query_audience_list(
in the ways that are important to your business. To learn more,
see https://support.google.com/analytics/answer/9267572.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.query <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -988,9 +989,9 @@ def get_audience_list(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.get <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -1109,9 +1110,9 @@ def list_audience_lists(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.list <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ def create_audience_list(
see https://support.google.com/analytics/answer/9267572.
Audience lists contain the users in each audience.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.create <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -366,9 +366,9 @@ def query_audience_list(
in the ways that are important to your business. To learn more,
see https://support.google.com/analytics/answer/9267572.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.query <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -454,9 +454,9 @@ def get_audience_list(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.get <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -497,9 +497,9 @@ def list_audience_lists(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.list <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,9 @@ def create_audience_list(
see https://support.google.com/analytics/answer/9267572.
Audience lists contain the users in each audience.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.create <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/create>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -372,9 +372,9 @@ def query_audience_list(
in the ways that are important to your business. To learn more,
see https://support.google.com/analytics/answer/9267572.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.query <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/query>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -461,9 +461,9 @@ def get_audience_list(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.get <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/get>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down Expand Up @@ -504,9 +504,9 @@ def list_audience_lists(
List <https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics>`__
for an introduction to Audience Lists with examples.
This method is introduced at alpha stability with the intention
of gathering feedback on syntax and capabilities before entering
beta. To give your feedback on this API, complete the `Google
This method is available at beta stability at
`audienceExports.list <https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties.audienceExports/list>`__.
To give your feedback on this API, complete the `Google
Analytics Audience Export API
Feedback <https://forms.gle/EeA5u5LW6PEggtCEA>`__ form.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
RunFunnelReportResponse,
SheetExportAudienceListRequest,
SheetExportAudienceListResponse,
WebhookNotification,
)
from .data import (
BetweenFilter,
Expand Down Expand Up @@ -122,6 +123,7 @@
"RunFunnelReportResponse",
"SheetExportAudienceListRequest",
"SheetExportAudienceListResponse",
"WebhookNotification",
"BetweenFilter",
"DateRange",
"Dimension",
Expand Down
Loading

0 comments on commit 29e65f8

Please sign in to comment.