Release notes

  • The Data Manager API is now generally available as of v1.3.

  • Version 1.3 introduced the RetrieveRequestStatus method for diagnostics, deprecated the product field, added support for specifying destination for audience members, and lowered the audience targeting threshold to 100 members.

  • Version 1.2 added support for sending offline conversions and enhanced conversions for leads to Google Ads, introduced new EventSource values, added the user_properties field to Event, and added a destination_references field to CustomVariable.

  • Version 1.1 added the IngestEvents method to the IngestionService to maximize ad interaction signals.

  • The initial release, v1.0, supported sending audience data to Google Ads and Display & Video 360, included gRPC and REST support, and introduced the IngestionService for managing audience members with various data types.

Here's where you can learn what's changed in each Data Manager API release.

2026-07-30 v1.8

  • Added the RemoveAllAudienceMembers method to the IngestionService to remove or replace all audience members for the specified user lists.
    • To get started, review the guide on removing all members from an audience for your specific integration. For example, see the Customer Match guides for Google Ads or Display & Video 360.
  • Added support for returning detailed warnings during event and audience ingestion.
    • Added the field_warnings field to IngestEventsResponse and IngestAudienceMembersResponse which contains a list of FieldWarning objects.
    • Added the FieldWarning resource, which contains a reason (WarningReason ), description, and field path.
    • Added the WarningReason enum to define reasons for warnings, such as custom variables not being enabled or missing merchant IDs in cart data.
  • Added support for sending additional address fields for Google Analytics event ingestion.
    • Added the address_line, city, and administrative_area fields to AddressInfo (used in UserData).
  • Added the INVALID_REMOVE_AS_OF_TIME and REQUIRED_PREREQUISITE_LINK_MISSING error reasons to the ErrorReason enum.

2026-05-28 v1.7

2026-05-07 v1.6

  • Added support for sending Google Ads store sales conversions using an IngestEventsRequest. To use this feature, your Google Ads account must meet certain eligibility requirements.
    • Added the event_location field to Event, which supports providing a physical store_id.
    • Added the third_party_user_data field to Event, allowing ingested data to be explicitly flagged as being owned by a third party.
    • Added the following fields to the Item resource:
      • merchant_id
      • merchant_feed_label
      • merchant_feed_language_code
      • conversion_value
      • custom_variables (accepts a list of ItemCustomVariable objects)
    • Check out the following guides to get started:
  • Added support for sending any web or app event to Google Analytics that isn't a reserved event.
    • Added the app_instance_id field to the Event resource.