Campaign class
A single campaign.
Constructors
- Campaign()
- Campaign.fromJson(Map _json)
Properties
- advertiserId ↔ String
-
Output only. The unique ID of the advertiser the campaign belongs to.
read / write
- campaignFlight ↔ CampaignFlight
-
Required. The planned spend and duration of the campaign.
read / write
- campaignGoal ↔ CampaignGoal
-
Required. The goal of the campaign.
read / write
- campaignId ↔ String
-
Output only. The unique ID of the campaign. Assigned by the system.
read / write
- displayName ↔ String
-
Required. The display name of the campaign. Must be UTF-8 encoded with a
maximum size of 240 bytes.
read / write
- entityStatus ↔ String
-
Required. Controls whether or not the insertion orders under this campaign
can spend their budgets and bid on inventory. * Accepted values are
ENTITY_STATUS_ACTIVE
,ENTITY_STATUS_ARCHIVED
, andENTITY_STATUS_PAUSED
. * For CreateCampaign method,ENTITY_STATUS_ARCHIVED
is not allowed. Possible string values are: [...]read / write - frequencyCap ↔ FrequencyCap
-
Required. The frequency cap setting of the campaign.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Output only. The resource name of the campaign.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- updateTime ↔ String
-
Output only. The timestamp when the campaign was last updated. Assigned by
the system.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited