Skip to content

Commit

Permalink
feat: add the SheetExportAudienceList method to the Data API v1 alpha
Browse files Browse the repository at this point in the history
feat: add `creation_quota_tokens_charged`, `row_count`, `error_message` to the `AudienceList` resource
fix: add `optional` annotation to the `page_token` field of the `ListAudienceListsRequest` type
fix: add `optional` annotation to the `offset`, `limit` fields of the `QueryAudienceListRequest` type
fix: add `required` annotation to the `name` field of the `QueryAudienceListRequest` type
fix: add `optional` annotation to the `dimension_name` field of the `AudienceDimension` type
fix: add `optional` annotation to the `property`, `date_ranges`, `funnel`, `funnel_breakdown`, `funnel_visualization_type`, `segments`, `dimension_filter`, `return_property_quota`, `limit` fields of the `RunFunnelReportRequest` type
fix!: change the resource pattern value to `properties/{property}/audienceLists/{audience_list}` for the resource definition `analyticsdata.googleapis.com/AudienceList`
fix!: change the resource pattern value to `properties/{property}` for the resource definition `analyticsadmin.googleapis.com/Property`

PiperOrigin-RevId: 580634757
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 8, 2023
1 parent 0c9912b commit a50eda1
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 91 deletions.
1 change: 0 additions & 1 deletion google/analytics/data/v1alpha/BUILD.bazel
Expand Up @@ -322,7 +322,6 @@ load(

csharp_proto_library(
name = "data_csharp_proto",
extra_opts = [],
deps = [":data_proto"],
)

Expand Down

0 comments on commit a50eda1

Please sign in to comment.