Skip to content

feat: [datamanager] add UserListService for creating and managing user lists#7290

Merged
shivanee-p merged 2 commits intomainfrom
owl-bot-copy-packages-google-ads-datamanager
Feb 27, 2026
Merged

feat: [datamanager] add UserListService for creating and managing user lists#7290
shivanee-p merged 2 commits intomainfrom
owl-bot-copy-packages-google-ads-datamanager

Conversation

@gcf-owl-bot
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Feb 21, 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: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFkcy1kYXRhbWFuYWdlci8uT3dsQm90LnlhbWwiLCJoIjoiOTFiNjQzYWM5ZmJmZDdlNzk0MjU3NmM0YTM1NmExOWQxMzMzNWJhOCJ9

@dpebot
Copy link
Contributor

dpebot commented Feb 21, 2026

/gcbrun

@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review February 21, 2026 00:28
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners February 21, 2026 00:28
@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

@dpebot
Copy link
Contributor

dpebot commented Feb 21, 2026

/gcbrun

@shivanee-p shivanee-p force-pushed the owl-bot-copy-packages-google-ads-datamanager branch from dd58660 to b527bb2 Compare February 26, 2026 00:07
@dpebot
Copy link
Contributor

dpebot commented Feb 26, 2026

/gcbrun

Copy link

@shivanee-p shivanee-p left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/gcbrun

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: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFkcy1kYXRhbWFuYWdlci8uT3dsQm90LnlhbWwiLCJoIjoiOTFiNjQzYWM5ZmJmZDdlNzk0MjU3NmM0YTM1NmExOWQxMzMzNWJhOCJ9
@shivanee-p shivanee-p force-pushed the owl-bot-copy-packages-google-ads-datamanager branch from b527bb2 to e1e4557 Compare February 26, 2026 21:27
@dpebot
Copy link
Contributor

dpebot commented Feb 26, 2026

/gcbrun

@shivanee-p shivanee-p added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2026
@shivanee-p shivanee-p merged commit 32115d9 into main Feb 27, 2026
23 of 26 checks passed
@shivanee-p shivanee-p deleted the owl-bot-copy-packages-google-ads-datamanager branch February 27, 2026 17:48
@release-please release-please bot mentioned this pull request Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants