Show / Hide Table of Contents

Class CmHybridConfig

Settings for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.

Inheritance
System.Object
CmHybridConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class CmHybridConfig : IDirectResponseSchema

Properties

CmAccountId

Required. Immutable. Account ID of the CM360 Floodlight configuration linked with the DV360 advertiser.

Declaration
[JsonProperty("cmAccountId")]
public virtual long? CmAccountId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CmFloodlightConfigId

Required. Immutable. ID of the CM360 Floodlight configuration linked with the DV360 advertiser.

Declaration
[JsonProperty("cmFloodlightConfigId")]
public virtual long? CmFloodlightConfigId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CmFloodlightLinkingAuthorized

Required. Immutable. By setting this field to true, you, on behalf of your company, authorize the sharing of information from the given Floodlight configuration to this Display &amp; Video 360 advertiser.

Declaration
[JsonProperty("cmFloodlightLinkingAuthorized")]
public virtual bool? CmFloodlightLinkingAuthorized { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CmSyncableSiteIds

A list of CM360 sites whose placements will be synced to DV360 as creatives. If absent or empty in CreateAdvertiser method, the system will automatically create a CM360 site. Removing sites from this list may cause DV360 creatives synced from CM360 to be deleted. At least one site must be specified.

Declaration
[JsonProperty("cmSyncableSiteIds")]
public virtual IList<long?> CmSyncableSiteIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int64>>

Dv360ToCmCostReportingEnabled

Whether or not to report DV360 cost to CM360.

Declaration
[JsonProperty("dv360ToCmCostReportingEnabled")]
public virtual bool? Dv360ToCmCostReportingEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Dv360ToCmDataSharingEnabled

Whether or not to include DV360 data in CM360 data transfer reports.

Declaration
[JsonProperty("dv360ToCmDataSharingEnabled")]
public virtual bool? Dv360ToCmDataSharingEnabled { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top