type AudienceSegmentDataProvider (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eAudienceSegmentDataProvider indicates the owner of an audience segment, such as a publisher network for first-party segments or the provider for shared or third-party segments.\u003c/p\u003e\n"],["\u003cp\u003eThe data provider is identified by a name assigned by Google and accessible via the "name" field.\u003c/p\u003e\n"],["\u003cp\u003eThe AudienceSegmentDataProvider can be associated with FirstPartyAudienceSegment, SharedAudienceSegment, or ThirdPartyAudienceSegment.\u003c/p\u003e\n"]]],["The `AudienceSegmentDataProvider` is a dependency of the `AudienceSegmentService`. It identifies the entity owning the audience segment. For `FirstPartyAudienceSegment`, it's the publisher network. For `SharedAudienceSegment` or `ThirdPartyAudienceSegment`, it's the provider. The data provider's `name` is a read-only string attribute assigned by Google and can be found under the namespace `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# type AudienceSegmentDataProvider (v202408)\n\n**Service** \n**AudienceSegmentService** **Dependencies** \n[AudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.AudienceSegment) \n▼\n**AudienceSegmentDataProvider**\n\nData provider that owns this segment. For a [FirstPartyAudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.FirstPartyAudienceSegment), it would be the\npublisher network. For a [SharedAudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.SharedAudienceSegment) or a [ThirdPartyAudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.ThirdPartyAudienceSegment), it\nwould be the entity that provides that [AudienceSegment](/ad-manager/api/reference/v202408/AudienceSegmentService.AudienceSegment).\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Field ----- ||\n|------------|--------------------------------------------------------------------------------------------------|\n| ### `name` | ` `xsd:`string` Name of the data provider. This attribute is readonly and is assigned by Google. |"]]