Struct google_dfareporting2d4::PlacementGroup [] [src]

pub struct PlacementGroup {
    pub comment: Option<String>,
    pub primary_placement_id: Option<String>,
    pub campaign_id: Option<String>,
    pub primary_placement_id_dimension_value: Option<DimensionValue>,
    pub directory_site_id_dimension_value: Option<DimensionValue>,
    pub advertiser_id: Option<String>,
    pub directory_site_id: Option<String>,
    pub create_info: Option<LastModifiedInfo>,
    pub site_id: Option<String>,
    pub pricing_schedule: Option<PricingSchedule>,
    pub site_id_dimension_value: Option<DimensionValue>,
    pub placement_group_type: Option<String>,
    pub advertiser_id_dimension_value: Option<DimensionValue>,
    pub archived: Option<bool>,
    pub id: Option<String>,
    pub placement_strategy_id: Option<String>,
    pub account_id: Option<String>,
    pub campaign_id_dimension_value: Option<DimensionValue>,
    pub subaccount_id: Option<String>,
    pub name: Option<String>,
    pub child_placement_ids: Option<Vec<String>>,
    pub last_modified_info: Option<LastModifiedInfo>,
    pub kind: Option<String>,
    pub content_category_id: Option<String>,
    pub external_id: Option<String>,
    pub id_dimension_value: Option<DimensionValue>,
}

Contains properties of a package or roadblock.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Comments for this placement group.

ID of the primary placement, used to calculate the media cost of a roadblock (placement group). Modifying this field will automatically modify the primary field on all affected roadblock child placements.

Campaign ID of this placement group. This field is required on insertion.

Dimension value for the ID of the primary placement. This is a read-only, auto-generated field.

Dimension value for the ID of the directory site. This is a read-only, auto-generated field.

Advertiser ID of this placement group. This is a required field on insertion.

Directory site ID associated with this placement group. On insert, you must set either this field or the site_id field to specify the site associated with this placement group. This is a required field that is read-only after insertion.

Information about the creation of this placement group. This is a read-only field.

Site ID associated with this placement group. On insert, you must set either this field or the directorySiteId field to specify the site associated with this placement group. This is a required field that is read-only after insertion.

Pricing schedule of this placement group. This field is required on insertion.

Dimension value for the ID of the site. This is a read-only, auto-generated field.

Type of this placement group. A package is a simple group of placements that acts as a single pricing point for a group of tags. A roadblock is a group of placements that not only acts as a single pricing point, but also assumes that all the tags in it will be served at the same time. A roadblock requires one of its assigned placements to be marked as primary for reporting. This field is required on insertion.

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

Whether this placement group is archived.

ID of this placement group. This is a read-only, auto-generated field.

ID of the placement strategy assigned to this placement group.

Account ID of this placement group. This is a read-only field that can be left blank.

Dimension value for the ID of the campaign. This is a read-only, auto-generated field.

Subaccount ID of this placement group. This is a read-only field that can be left blank.

Name of this placement group. This is a required field and must be less than 256 characters long.

IDs of placements which are assigned to this placement group. This is a read-only, auto-generated field.

Information about the most recent modification of this placement group. This is a read-only field.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#placementGroup".

ID of the content category assigned to this placement group.

External ID for this placement.

Dimension value for the ID of this placement group. This is a read-only, auto-generated field.

Trait Implementations

impl Default for PlacementGroup
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for PlacementGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PlacementGroup
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for PlacementGroup
[src]

impl Resource for PlacementGroup
[src]

impl ResponseResult for PlacementGroup
[src]