Class: Google::Apis::DfareportingV3_0::Project
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV3_0::Project
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/dfareporting_v3_0/classes.rb,
generated/google/apis/dfareporting_v3_0/representations.rb,
generated/google/apis/dfareporting_v3_0/representations.rb 
Overview
Contains properties of a Planning project.
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Account ID of this project.
 - 
  
    
      #advertiser_id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Advertiser ID of this project.
 - 
  
    
      #audience_age_group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Audience age group of this project.
 - 
  
    
      #audience_gender  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Audience gender of this project.
 - 
  
    
      #budget  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Budget of this project in the currency specified by the current account.
 - 
  
    
      #client_billing_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Client billing code of this project.
 - 
  
    
      #client_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of the project client.
 - 
  
    
      #end_date  ⇒ Date 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
End date of the project.
 - 
  
    
      #id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
ID of this project.
 - 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifies what kind of resource this is.
 - 
  
    
      #last_modified_info  ⇒ Google::Apis::DfareportingV3_0::LastModifiedInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Modification timestamp.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Name of this project.
 - 
  
    
      #overview  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Overview of this project.
 - 
  
    
      #start_date  ⇒ Date 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Start date of the project.
 - 
  
    
      #subaccount_id  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Subaccount ID of this project.
 - 
  
    
      #target_clicks  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of clicks that the advertiser is targeting.
 - 
  
    
      #target_conversions  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of conversions that the advertiser is targeting.
 - 
  
    
      #target_cpa_nanos  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CPA that the advertiser is targeting.
 - 
  
    
      #target_cpc_nanos  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CPC that the advertiser is targeting.
 - 
  
    
      #target_cpm_active_view_nanos  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
vCPM from Active View that the advertiser is targeting.
 - 
  
    
      #target_cpm_nanos  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CPM that the advertiser is targeting.
 - 
  
    
      #target_impressions  ⇒ Fixnum 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Number of impressions that the advertiser is targeting.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Project 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Project.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Project
Returns a new instance of Project
      9305 9306 9307  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9305 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#account_id ⇒ Fixnum
Account ID of this project.
Corresponds to the JSON property accountId
      9194 9195 9196  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9194 def account_id @account_id end  | 
  
#advertiser_id ⇒ Fixnum
Advertiser ID of this project.
Corresponds to the JSON property advertiserId
      9199 9200 9201  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9199 def advertiser_id @advertiser_id end  | 
  
#audience_age_group ⇒ String
Audience age group of this project.
Corresponds to the JSON property audienceAgeGroup
      9204 9205 9206  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9204 def audience_age_group @audience_age_group end  | 
  
#audience_gender ⇒ String
Audience gender of this project.
Corresponds to the JSON property audienceGender
      9209 9210 9211  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9209 def audience_gender @audience_gender end  | 
  
#budget ⇒ Fixnum
Budget of this project in the currency specified by the current account. The
value stored in this field represents only the non-fractional amount. For
example, for USD, the smallest value that can be represented by this field is
1 US dollar.
Corresponds to the JSON property budget
      9217 9218 9219  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9217 def budget @budget end  | 
  
#client_billing_code ⇒ String
Client billing code of this project.
Corresponds to the JSON property clientBillingCode
      9222 9223 9224  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9222 def client_billing_code @client_billing_code end  | 
  
#client_name ⇒ String
Name of the project client.
Corresponds to the JSON property clientName
      9227 9228 9229  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9227 def client_name @client_name end  | 
  
#end_date ⇒ Date
End date of the project.
Corresponds to the JSON property endDate
      9232 9233 9234  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9232 def end_date @end_date end  | 
  
#id ⇒ Fixnum
ID of this project. This is a read-only, auto-generated field.
Corresponds to the JSON property id
      9237 9238 9239  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9237 def id @id end  | 
  
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#project".
Corresponds to the JSON property kind
      9243 9244 9245  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9243 def kind @kind end  | 
  
#last_modified_info ⇒ Google::Apis::DfareportingV3_0::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
      9248 9249 9250  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9248 def last_modified_info @last_modified_info end  | 
  
#name ⇒ String
Name of this project.
Corresponds to the JSON property name
      9253 9254 9255  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9253 def name @name end  | 
  
#overview ⇒ String
Overview of this project.
Corresponds to the JSON property overview
      9258 9259 9260  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9258 def overview @overview end  | 
  
#start_date ⇒ Date
Start date of the project.
Corresponds to the JSON property startDate
      9263 9264 9265  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9263 def start_date @start_date end  | 
  
#subaccount_id ⇒ Fixnum
Subaccount ID of this project.
Corresponds to the JSON property subaccountId
      9268 9269 9270  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9268 def subaccount_id @subaccount_id end  | 
  
#target_clicks ⇒ Fixnum
Number of clicks that the advertiser is targeting.
Corresponds to the JSON property targetClicks
      9273 9274 9275  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9273 def target_clicks @target_clicks end  | 
  
#target_conversions ⇒ Fixnum
Number of conversions that the advertiser is targeting.
Corresponds to the JSON property targetConversions
      9278 9279 9280  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9278 def target_conversions @target_conversions end  | 
  
#target_cpa_nanos ⇒ Fixnum
CPA that the advertiser is targeting.
Corresponds to the JSON property targetCpaNanos
      9283 9284 9285  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9283 def target_cpa_nanos @target_cpa_nanos end  | 
  
#target_cpc_nanos ⇒ Fixnum
CPC that the advertiser is targeting.
Corresponds to the JSON property targetCpcNanos
      9288 9289 9290  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9288 def target_cpc_nanos @target_cpc_nanos end  | 
  
#target_cpm_active_view_nanos ⇒ Fixnum
vCPM from Active View that the advertiser is targeting.
Corresponds to the JSON property targetCpmActiveViewNanos
      9293 9294 9295  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9293 def target_cpm_active_view_nanos @target_cpm_active_view_nanos end  | 
  
#target_cpm_nanos ⇒ Fixnum
CPM that the advertiser is targeting.
Corresponds to the JSON property targetCpmNanos
      9298 9299 9300  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9298 def target_cpm_nanos @target_cpm_nanos end  | 
  
#target_impressions ⇒ Fixnum
Number of impressions that the advertiser is targeting.
Corresponds to the JSON property targetImpressions
      9303 9304 9305  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9303 def target_impressions @target_impressions end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      9310 9311 9312 9313 9314 9315 9316 9317 9318 9319 9320 9321 9322 9323 9324 9325 9326 9327 9328 9329 9330 9331 9332 9333  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 9310 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @audience_age_group = args[:audience_age_group] if args.key?(:audience_age_group) @audience_gender = args[:audience_gender] if args.key?(:audience_gender) @budget = args[:budget] if args.key?(:budget) @client_billing_code = args[:client_billing_code] if args.key?(:client_billing_code) @client_name = args[:client_name] if args.key?(:client_name) @end_date = args[:end_date] if args.key?(:end_date) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @last_modified_info = args[:last_modified_info] if args.key?(:last_modified_info) @name = args[:name] if args.key?(:name) @overview = args[:overview] if args.key?(:overview) @start_date = args[:start_date] if args.key?(:start_date) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @target_clicks = args[:target_clicks] if args.key?(:target_clicks) @target_conversions = args[:target_conversions] if args.key?(:target_conversions) @target_cpa_nanos = args[:target_cpa_nanos] if args.key?(:target_cpa_nanos) @target_cpc_nanos = args[:target_cpc_nanos] if args.key?(:target_cpc_nanos) @target_cpm_active_view_nanos = args[:target_cpm_active_view_nanos] if args.key?(:target_cpm_active_view_nanos) @target_cpm_nanos = args[:target_cpm_nanos] if args.key?(:target_cpm_nanos) @target_impressions = args[:target_impressions] if args.key?(:target_impressions) end  |