Class CmHybridConfig
Settings for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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 |
---|---|
long? |
CmAdvertiserIds
Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight configuration.
Declaration
[JsonProperty("cmAdvertiserIds")]
public virtual IList<long?> CmAdvertiserIds { get; set; }
Property Value
Type | Description |
---|---|
IList<long?> |
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 |
---|---|
long? |
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 & Video 360 advertiser.
Declaration
[JsonProperty("cmFloodlightLinkingAuthorized")]
public virtual bool? CmFloodlightLinkingAuthorized { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
---|---|
IList<long?> |
Dv360ToCmCostReportingEnabled
Whether or not to report DV360 cost to CM360.
Declaration
[JsonProperty("dv360ToCmCostReportingEnabled")]
public virtual bool? Dv360ToCmCostReportingEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |