Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners

Container for Campaign level third party integration partners.

Inheritance
object
GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners
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 GoogleAdsSearchads360V23CommonCampaignThirdPartyIntegrationPartners : IDirectResponseSchema

Properties

BrandLiftIntegrationPartners

Third party integration partners for Brand Lift verification for this Campaign.

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

BrandSafetyIntegrationPartners

Third party integration partners for brand safety verification for this Campaign.

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

ETag

The ETag of the item.

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

ReachIntegrationPartners

Third party integration partners for reach verification for this Campaign.

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

ViewabilityIntegrationPartners

Third party integration partners for YouTube viewability verification for this Campaign.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX