Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners

Container for Customer level third party integration partners.

Inheritance
object
GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners : IDirectResponseSchema

Properties

BrandLiftIntegrationPartners

Allowed third party integration partners for Brand Lift verification.

Declaration
[JsonProperty("brandLiftIntegrationPartners")]
public virtual IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandLiftIntegrationPartner> BrandLiftIntegrationPartners { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandLiftIntegrationPartner>

BrandSafetyIntegrationPartners

Allowed third party integration partners for brand safety verification.

Declaration
[JsonProperty("brandSafetyIntegrationPartners")]
public virtual IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandSafetyIntegrationPartner> BrandSafetyIntegrationPartners { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyBrandSafetyIntegrationPartner>

ETag

The ETag of the item.

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

ReachIntegrationPartners

Allowed third party integration partners for reach verification.

Declaration
[JsonProperty("reachIntegrationPartners")]
public virtual IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyReachIntegrationPartner> ReachIntegrationPartners { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyReachIntegrationPartner>

ViewabilityIntegrationPartners

Allowed third party integration partners for YouTube viewability verification.

Declaration
[JsonProperty("viewabilityIntegrationPartners")]
public virtual IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner> ViewabilityIntegrationPartners { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonCustomerThirdPartyViewabilityIntegrationPartner>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX