Show / Hide Table of Contents

Class ThirdPartyMeasurementSettings

Contains third party auto-pixeling settings for cross-sell Partners.

Inheritance
object
ThirdPartyMeasurementSettings
Implements
IMessage<ThirdPartyMeasurementSettings>
IEquatable<ThirdPartyMeasurementSettings>
IDeepCloneable<ThirdPartyMeasurementSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class ThirdPartyMeasurementSettings : IMessage<ThirdPartyMeasurementSettings>, IEquatable<ThirdPartyMeasurementSettings>, IDeepCloneable<ThirdPartyMeasurementSettings>, IBufferMessage, IMessage

Constructors

ThirdPartyMeasurementSettings()

Declaration
public ThirdPartyMeasurementSettings()

ThirdPartyMeasurementSettings(ThirdPartyMeasurementSettings)

Declaration
public ThirdPartyMeasurementSettings(ThirdPartyMeasurementSettings other)
Parameters
Type Name Description
ThirdPartyMeasurementSettings other

Properties

BrandLiftClientId

Optional. The third party partner ID for YouTube brand lift verification.

Declaration
public string BrandLiftClientId { get; set; }
Property Value
Type Description
string

BrandLiftPartner

Optional. A field to determine the type of BrandLiftPartner. This field default is NONE.

Declaration
public BrandLiftPartnerEnum.Types.BrandLiftPartner BrandLiftPartner { get; set; }
Property Value
Type Description
BrandLiftPartnerEnum.Types.BrandLiftPartner

BrandLiftReportingId

Optional. The reporting ID that maps brand lift partner data with a campaign (or a group of related campaigns) specific data.

Declaration
public string BrandLiftReportingId { get; set; }
Property Value
Type Description
string

HasBrandLiftClientId

Gets whether the "brand_lift_client_id" field is set

Declaration
public bool HasBrandLiftClientId { get; }
Property Value
Type Description
bool

HasBrandLiftPartner

Gets whether the "brand_lift_partner" field is set

Declaration
public bool HasBrandLiftPartner { get; }
Property Value
Type Description
bool

HasBrandLiftReportingId

Gets whether the "brand_lift_reporting_id" field is set

Declaration
public bool HasBrandLiftReportingId { get; }
Property Value
Type Description
bool

HasPublisherReachClientId

Gets whether the "publisher_reach_client_id" field is set

Declaration
public bool HasPublisherReachClientId { get; }
Property Value
Type Description
bool

HasPublisherReachPartner

Gets whether the "publisher_reach_partner" field is set

Declaration
public bool HasPublisherReachPartner { get; }
Property Value
Type Description
bool

HasPublisherReachReportingId

Gets whether the "publisher_reach_reporting_id" field is set

Declaration
public bool HasPublisherReachReportingId { get; }
Property Value
Type Description
bool

HasPublisherViewabilityClientId

Gets whether the "publisher_viewability_client_id" field is set

Declaration
public bool HasPublisherViewabilityClientId { get; }
Property Value
Type Description
bool

HasPublisherViewabilityPartner

Gets whether the "publisher_viewability_partner" field is set

Declaration
public bool HasPublisherViewabilityPartner { get; }
Property Value
Type Description
bool

HasPublisherViewabilityReportingId

Gets whether the "publisher_viewability_reporting_id" field is set

Declaration
public bool HasPublisherViewabilityReportingId { get; }
Property Value
Type Description
bool

HasReachClientId

Gets whether the "reach_client_id" field is set

Declaration
public bool HasReachClientId { get; }
Property Value
Type Description
bool

HasReachPartner

Gets whether the "reach_partner" field is set

Declaration
public bool HasReachPartner { get; }
Property Value
Type Description
bool

HasReachReportingId

Gets whether the "reach_reporting_id" field is set

Declaration
public bool HasReachReportingId { get; }
Property Value
Type Description
bool

HasViewabilityClientId

Gets whether the "viewability_client_id" field is set

Declaration
public bool HasViewabilityClientId { get; }
Property Value
Type Description
bool

HasViewabilityPartner

Gets whether the "viewability_partner" field is set

Declaration
public bool HasViewabilityPartner { get; }
Property Value
Type Description
bool

HasViewabilityReportingId

Gets whether the "viewability_reporting_id" field is set

Declaration
public bool HasViewabilityReportingId { get; }
Property Value
Type Description
bool

PublisherReachClientId

Optional. The third party partner ID for YouTube reach verification for publisher.

Declaration
public string PublisherReachClientId { get; set; }
Property Value
Type Description
string

PublisherReachPartner

Optional. A field to determine the type of publisher's ReachPartner. This field default is UNKNOWN.

Declaration
public ReachPartnerEnum.Types.ReachPartner PublisherReachPartner { get; set; }
Property Value
Type Description
ReachPartnerEnum.Types.ReachPartner

PublisherReachReportingId

Optional. The reporting ID that maps reach partner data with a campaign (or a group of related campaigns) specific data for publisher.

Declaration
public string PublisherReachReportingId { get; set; }
Property Value
Type Description
string

PublisherViewabilityClientId

Optional. The third party partner ID for YouTube viewability verification for publisher.

Declaration
public string PublisherViewabilityClientId { get; set; }
Property Value
Type Description
string

PublisherViewabilityPartner

Optional. A field to determine the type of publisher's viewability partner. This field default is NONE.

Declaration
public ViewabilityPartnerEnum.Types.ViewabilityPartner PublisherViewabilityPartner { get; set; }
Property Value
Type Description
ViewabilityPartnerEnum.Types.ViewabilityPartner

PublisherViewabilityReportingId

Optional. The reporting ID that maps viewability partner data with a campaign (or a group of related campaigns) specific data for publisher.

Declaration
public string PublisherViewabilityReportingId { get; set; }
Property Value
Type Description
string

ReachClientId

Optional. The third party partner ID for YouTube reach verification for advertiser.

Declaration
public string ReachClientId { get; set; }
Property Value
Type Description
string

ReachPartner

Optional. A field to determine the type of advertiser's ReachPartner. This field default is UNKNOWN.

Declaration
public ReachPartnerEnum.Types.ReachPartner ReachPartner { get; set; }
Property Value
Type Description
ReachPartnerEnum.Types.ReachPartner

ReachReportingId

Optional. The reporting ID that maps reach partner data with a campaign (or a group of related campaigns) specific data for advertiser.

Declaration
public string ReachReportingId { get; set; }
Property Value
Type Description
string

ViewabilityClientId

Optional. The third party partner ID for YouTube viewability verification.

Declaration
public string ViewabilityClientId { get; set; }
Property Value
Type Description
string

ViewabilityPartner

Optional. A field to determine the type of ViewabilityPartner. This field default is NONE.

Declaration
public ViewabilityPartnerEnum.Types.ViewabilityPartner ViewabilityPartner { get; set; }
Property Value
Type Description
ViewabilityPartnerEnum.Types.ViewabilityPartner

ViewabilityReportingId

Optional. The reporting ID that maps viewability partner data with a campaign (or a group of related campaigns) specific data.

Declaration
public string ViewabilityReportingId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX