Class BusinessChainAssignedTargetingOptionDetails
Details for assigned Business chain targeting option. This will be populated in the details field of an
AssignedTargetingOption when targeting_type is TARGETING_TYPE_BUSINESS_CHAIN
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class BusinessChainAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
DisplayName
Output only. The display name of a business chain, e.g. "KFC", "Chase Bank".
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProximityRadiusAmount
Required. The radius of the area around the business chain that will be targeted. The units of the radius
are specified by proximity_radius_unit. Must be 1 to 800 if unit is DISTANCE_UNIT_KILOMETERS
and 1 to 500
if unit is DISTANCE_UNIT_MILES
. The minimum increment for both cases is 0.1. Inputs will be rounded to the
nearest acceptable value if it is too granular, e.g. 15.57 will become 15.6.
Declaration
[JsonProperty("proximityRadiusAmount")]
public virtual double? ProximityRadiusAmount { get; set; }
Property Value
Type | Description |
---|---|
double? |
ProximityRadiusUnit
Required. The unit of distance by which the targeting radius is measured.
Declaration
[JsonProperty("proximityRadiusUnit")]
public virtual string ProximityRadiusUnit { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetingOptionId
Required. The targeting_option_id of a TargetingOption of type TARGETING_TYPE_BUSINESS_CHAIN
. Accepted
business chain targeting option IDs can be retrieved using SearchTargetingOptions.
Declaration
[JsonProperty("targetingOptionId")]
public virtual string TargetingOptionId { get; set; }
Property Value
Type | Description |
---|---|
string |