Commit graph

16 commits

Author SHA1 Message Date
Google APIs
d3ad5e3450 feat: add INVALID_MERCHANT_ID to the ErrorReason enum for when the merchant_id field is not valid
feat: add EU_POLITICAL_ADVERTISING_DECLARATION_REQUIRED to the ErrorReason enum for campaigns missing the EU political advertising declaration

PiperOrigin-RevId: 889816734
2026-03-26 07:01:52 -07:00
Google APIs
63b4dff954 chore: remove empty extra_opts from the C# proto library
feat: deprecate INVALID_COUNTRY_CODE and add MEMBERSHIP_DURATION_TOO_LONG to the ErrorReason enum
docs: update filter field documentation to clarify case requirements and improve examples
fix!: update publisher_name in PairIdInfo to be required
fix!: update match_rate_percentage in PairIdInfo to be required
fix!: feat: update advertiser_identifier_count in PairIdInfo to be optional

PiperOrigin-RevId: 878469306
2026-03-04 06:56:36 -08:00
Google APIs
1e6955c69d feat: add UserListService for creating and managing user lists
feat: add `UserListDirectLicenseService` for creating and managing direct user list licenses
feat: add `UserListGlobalLicenseService` for creating and managing global user list licenses
feat: add `MarketingDataInsightsService` for retrieving marketing data insights for a given user list
feat: add `PartnerLinkService` for creating and managing links between advertiser and data partner accounts
feat: add `UserList` resource
feat: add `UserListDirectLicense` resource
feat: add `UserListGlobalLicense` resource
feat: add `UserListGlobalLicenseCustomerInfo` resource
feat: add `PartnerLink` resource
feat: add `UserIdData` to `AudienceMember` to support User ID in audience member ingestion
feat: add `PpidData` to `AudienceMember` to support Publisher Provided ID (PPID) in audience member ingestion
feat: add `IngestUserIdDataStatus` to `IngestAudienceMembersStatus` to report the status of user ID data ingestion
feat: add `IngestPpidDataStatus` to `IngestAudienceMembersStatus` to report the status of PPID data ingestion
feat: add `RemoveUserIdDataStatus` to `RemoveAudienceMembersStatus` to report the status of user ID data removal
feat: add `RemovePpidDataStatus` to `RemoveAudienceMembersStatus` to report the status of PPID data removal
feat: add `GOOGLE_AD_MANAGER_AUDIENCE_LINK` to the `AccountType` enum
feat: add `AgeRange` and `Gender` enums to support demographic breakdown in marketing insights
feat: add new `ErrorReason` values for licensing, user list operations, and permission checks
fix!: changed `conversion_value` field to be optional in message `Event`
docs: add comments to resources and methods to clarify which are available only to data partners
docs: a comment for enum `ErrorReason` is changed to clarify that it is subject to future additions
docs: a comment for field `pair_data` in message `AudienceMember` is changed to clarify it is only available to data partners
docs: a comment for message `PairData` is changed to clarify it is only available to data partners

PiperOrigin-RevId: 873059573
2026-02-20 13:50:12 -08:00
Google APIs
21faf440e0 chore: update go_gapic_library importpath
PiperOrigin-RevId: 867756669
2026-02-09 13:48:00 -08:00
Google APIs
fa3c2e87b5 docs: describe additional URI format for kek_uri in GcpEncryptionInfo and AwsKmsEncryptionInfo
fix!: update `go_package` packaging option from `google.golang.org/genproto/googleapis/ads/datamanager/v1;datamanager` to `cloud.google.com/go/datamanager/apiv1/datamanagerpb;datamanagerpb`
chore: update importpath in BUILD.bazel for datamanager_go_proto
chore: remove extra_opts from datamanager_csharp_proto in BUILD.bazel
chore: update copyright year to 2026

PiperOrigin-RevId: 863287879
2026-01-30 10:09:48 -08:00
Google APIs
fe3d7591b8 chore: update publish name to PA
PiperOrigin-RevId: 856433572
2026-01-14 17:45:33 -08:00
Google APIs
e030b932b0 feat: add AwsWrappedKeyInfo to EncryptionInfo for supporting data encryption using AWS KMS keys
feat: add `additional_user_properties` to `UserProperties` for sending additional key-value pairs of user properties
feat: add `item_id` to `Item` for uniquely identifying an item
feat: add `additional_item_parameters` to `Item` for sending additional key-value pairs of item parameters
feat: add `GOOGLE_ANALYTICS_PROPERTY` to `AccountType` enum for supporting Google Analytics as a destination
feat: add `PROCESSING_ERROR_REASON_AWS_AUTH_FAILED` to `ProcessingErrorReason` enum
feat: add `PROCESSING_WARNING_REASON_AWS_AUTH_FAILED` to `ProcessingWarningReason` enum
feat: add new error codes `UNSUPPORTED_OPERATING_ACCOUNT_FOR_DATA_PARTNER`, `UNSUPPORTED_LINKED_ACCOUNT_FOR_DATA_PARTNER`, `INVALID_PROPERTY_TYPE`, `INVALID_STREAM_TYPE`, `LINKED_ACCOUNT_ONLY_ALLOWED_WITH_DATA_PARTNER_LOGIN_ACCOUNT`, `OPERATING_ACCOUNT_LOGIN_ACCOUNT_MISMATCH`, `EVENT_TIME_INVALID`, `RESERVED_NAME_USED`, `INVALID_EVENT_NAME`, `NOT_ALLOWLISTED`, `MULTIPLE_DESTINATIONS_FOR_GOOGLE_ANALYTICS_EVENT`, `FIELD_VALUE_TOO_LONG`, `TOO_MANY_ELEMENTS` to `ErrorReason` enum
feat: add `event_name` to `Event` for specifying the name of the Google Analytics event
feat: add `client_id` to `Event` for uniquely identifying a user instance of a web client for a Google Analytics web stream
feat: add `user_id` to `Event` for uniquely identifying a user as defined by the advertiser for Google Analytics events
feat: add `additional_event_parameters` to `Event` for sending additional key-value pairs of event parameters for Google Analytics events

PiperOrigin-RevId: 828683664
2025-11-05 16:48:53 -08:00
Google APIs
b16fb4b118 chore(ruby): Configure Ruby clients for Data Manager
PiperOrigin-RevId: 825586892
2025-10-29 09:43:30 -07:00
Google APIs
8ba83631f5 chore: add Nodejs BUILD rule to generate libraries for geminidataanalytics and datamanager
PiperOrigin-RevId: 823676334
2025-10-24 15:00:03 -07:00
Google APIs
116326d69b chore: added library settings and updated issue tracker URI
feat: add `error.proto` with the `ErrorReason` enum containing the error reasons returned by the Data Manager API

PiperOrigin-RevId: 822625565
2025-10-22 09:39:50 -07:00
Google APIs
4b1fe4dbb4 fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 818742685
2025-10-13 11:03:33 -07:00
Google APIs
102d9f92ac feat: increase timeout in gRPC service config JSON for all methods to 120 seconds
the field is required
feat: deprecate `Product` enum, and add `AccountType` enum as its replacement
feat: add destination_references to AudienceMember to support sending audience members to distinct destinations in a single request
feat: add `RetrieveRequestStatus` method for retrieving processing results for a given `request_id`
feat: add `RequestStatusPerDestination`, `ErrorInfo`, `WarningInfo` and related enums
docs: update `customer_match_terms_of_service_status` documentation to clarify when docs: update Destination and ProductAccount comments to reflect the new AccountType enum and account_type field

PiperOrigin-RevId: 817354691
2025-10-09 15:10:45 -07:00
Google APIs
9070e63a1f fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 814259961
2025-10-02 09:12:03 -07:00
Google APIs
ab73fbbcf4 feat: add user_properties to Event for sending user-assessed properties of the user at the time of an event
docs: update the description of the `destination_references` field of `Event` to clarify behavior
feat: add `APP`, `IN_STORE`, `PHONE`, and `OTHER` values to the `EventSource` enum
feat: add `destination_references` to `CustomVariable` to apply a custom variable value to only a subset of the destinations for an `Event`

PiperOrigin-RevId: 791798679
2025-08-06 12:33:44 -07:00
Google APIs
d931df43c4 feat: Add the IngestEvents method for sending conversion events
fix!: Move existing message `UserData` from `google/ads/datamanager/v1/audience.proto` to `google/ads/datamanager/v1/user_data.proto`
fix!: Move existing message `UserIdentifier` from `google/ads/datamanager/v1/audience.proto` to `google/ads/datamanager/v1/user_data.proto`
fix!: Move existing message `AddressInfo` from `google/ads/datamanager/v1/audience.proto` to `google/ads/datamanager/v1/user_data.proto`
docs: Update comment for field `user_identifiers` in message `.google.ads.datamanager.v1.UserData` to clarify limits also apply to events

PiperOrigin-RevId: 775792747
2025-06-25 12:25:28 -07:00
Google APIs
18314b0c84 feat: added the IngestionService with IngestAudienceMembers and RemoveAudienceMembers methods for managing audience members
PiperOrigin-RevId: 774782087
2025-06-23 08:06:28 -07:00