Skip to content

Comments

feat: add UserListService for creating and managing user lists#32407

Open
gcf-owl-bot[bot] wants to merge 4 commits intomainfrom
owl-bot-copy-google-ads-data_manager-v1
Open

feat: add UserListService for creating and managing user lists#32407
gcf-owl-bot[bot] wants to merge 4 commits intomainfrom
owl-bot-copy-google-ads-data_manager-v1

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jan 30, 2026

  • Regenerate this pull request now.

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

Source-Link: googleapis/googleapis@1e6955c

Source-Link: https://github.com/googleapis/googleapis-gen/commit/91b643ac9fbfd7e7942576c4a356a19d13335ba8
Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6IjkxYjY0M2FjOWZiZmQ3ZTc5NDI1NzZjNGEzNTZhMTlkMTMzMzViYTgifQ==

BEGIN_NESTED_COMMIT
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

Source-Link: googleapis/googleapis@fa3c2e8

Source-Link: https://github.com/googleapis/googleapis-gen/commit/cf4b86a465f4715a2981a37d07b6823cf867f8e1
Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6ImNmNGI4NmE0NjVmNDcxNWEyOTgxYTM3ZDA3YjY4MjNjZjg2N2Y4ZTEifQ==
END_NESTED_COMMIT

… 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

Source-Link: googleapis/googleapis@fa3c2e8

Source-Link: googleapis/googleapis-gen@cf4b86a
Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6ImNmNGI4NmE0NjVmNDcxNWEyOTgxYTM3ZDA3YjY4MjNjZjg2N2Y4ZTEifQ==
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 30, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 30, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2026
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review January 30, 2026 20:09
@gcf-owl-bot gcf-owl-bot bot requested a review from yoshi-approver as a code owner January 30, 2026 20:09
@gcf-owl-bot gcf-owl-bot bot requested a review from a team January 30, 2026 20:09
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jan 30, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jan 30, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 30, 2026
@aandreassa aandreassa added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Feb 4, 2026
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

Source-Link: googleapis/googleapis@1e6955c

Source-Link: googleapis/googleapis-gen@91b643a
Copy-Tag: eyJwIjoiZ29vZ2xlLWFkcy1kYXRhX21hbmFnZXItdjEvLk93bEJvdC55YW1sIiwiaCI6IjkxYjY0M2FjOWZiZmQ3ZTc5NDI1NzZjNGEzNTZhMTlkMTMzMzViYTgifQ==
@gcf-owl-bot gcf-owl-bot bot changed the title docs: describe additional URI format for kek_uri in GcpEncryptionInfo and AwsKmsEncryptionInfo feat: add UserListService for creating and managing user lists Feb 21, 2026
@gcf-owl-bot gcf-owl-bot bot requested a review from a team as a code owner February 21, 2026 00:05
@snippet-bot
Copy link

snippet-bot bot commented Feb 21, 2026

Here is the summary of changes.

You are about to add 18 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 21, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 21, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 21, 2026
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Feb 21, 2026
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Feb 21, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do not merge Indicates a pull request not ready for merge, due to either quality or timing. owl-bot-copy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants