Field mappings
Stay organized with collections
Save and categorize content based on your preferences.
Use the mappings in the tables to map Customer Match audience management methods
and fields in the Display & Video 360 API to their equivalent in the Data Manager API.
Method mapping
The following table maps Display & Video 360 API methods to equivalent Data Manager API methods:
Request mapping
The following tables map request fields of Display & Video 360 API methods to their
equivalent in the Data Manager API.
userLists.get
userLists.list
userLists.create
userLists.update
audienceMembers.ingest
firstPartyAndPartnerAudiences.editCustomerMatchMembers (Display & Video 360 API) |
audienceMembers.ingest (Data Manager API) |
Notes |
advertiserId
firstPartyAndPartnerAudienceId
|
destinations |
Check out Configure destinations for details. |
addedContactInfoList.contactInfos |
audienceMembers |
Individual user data is set in the userData field within AudienceMember objects. |
addedContactInfoList.consent |
consent |
Consent can also be set in individual AudienceMember objects. |
addedMobileDeviceIdList.mobileDeviceIds |
audienceMembers |
Individual mobile device IDs are set in the mobileData field within AudienceMember objects. |
addedMobileDeviceIdList.consent |
consent |
Consent can also be set in individual AudienceMember objects. |
| No equivalent |
validateOnly |
|
| No equivalent |
encoding |
Required. Set to the Encoding used for UserIdentifier values. |
| No equivalent |
encryptionInfo |
Set if the request contains encrypted values. See Encryption for details. |
| No equivalent |
termsOfService |
Required. Set to indicate that the user has accepted or rejected the terms of service for Customer Match. |
audienceMembers.remove
Object field mappings
Here are the mappings from Display & Video 360 API objects to the equivalent objects in
the Data Manager API.
UserList
FirstPartyAndPartnerAudience (Display & Video 360 API) |
UserList (Data Manager API) |
Notes |
name |
name |
Uses a different resource name format. See Resource names for details. |
firstPartyAndPartnerAudienceId |
id |
|
| No equivalent |
readOnly |
|
displayName |
displayName |
|
description |
description |
|
| No equivalent |
membershipStatus |
|
| No equivalent |
integrationCode |
|
membershipDurationDays |
membershipDuration |
|
| No equivalent |
closingReason |
|
| No equivalent |
accessReason |
|
| No equivalent |
accountAccessStatus |
|
displayAudienceSize |
sizeInfo.displayNetworkMembersCount |
|
| No equivalent |
sizeInfo.searchNetworkMembersCount |
|
| No equivalent |
targetNetworkInfo |
|
| No equivalent |
ingestedUserListInfo |
|
firstPartyAndPartnerAudienceType |
No equivalent |
|
audienceType |
No equivalent |
|
audienceSource |
No equivalent |
|
activeDisplayAudienceSize |
No equivalent |
|
youtubeAudienceSize |
No equivalent |
|
gmailAudienceSize |
No equivalent |
|
displayMobileAppAudienceSize |
No equivalent |
|
displayMobileWebAudienceSize |
No equivalent |
|
displayDesktopAudienceSize |
No equivalent |
|
appId |
ingestedUserListInfo.mobileIdInfo.appId |
|
contactInfoList |
audienceMembers methods |
In the Data Manager API, add and remove members using the ingest and
remove methods of audienceMembers.
|
mobileDeviceIdList |
audienceMembers methods |
In the Data Manager API, add and remove members using the ingest and
remove methods of audienceMembers.
|
Resource names
The Data Manager API uses a different resource name format than the Display & Video 360 API.
- Display & Video 360 API
In the Display & Video 360 API, a UserList resource name uses a format that only
contains the audience ID:
firstAndThirdPartyAudiences/{first_and_third_party_audience_id}
- Data Manager API
In the Data Manager API, a UserList resource name uses a format that contains
the audience ID as well as the AccountType and account ID of the partner or
advertiser that owns the audience:
accountTypes/{accountType}/accounts/{account}/userLists/{userList}
UserData
Destination
| Display & Video 360 API |
Destination (Data Manager API) |
Notes |
| The ID of the advertiser or partner the Display & Video 360 user has been given access to. |
loginAccount |
This only needs to be set in a Display & Video 360 partner access scenario, where the audience is under an advertiser but the accessing Display & Video 360 user has been granted access to the advertiser's parent partner. Otherwise, it can be left unset. |
| The ID of the parent advertiser or partner of the audience. |
operatingAccount |
|
firstPartyAndPartnerAudienceId |
productDestinationId |
|
| No equivalent |
reference |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-11 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-11 UTC."],[],[]]