Class GoogleAdsSearchads360V23CommonCustomerThirdPartyIntegrationPartners
Container for Customer level third party integration partners.
Implements
Inherited Members
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> |