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