Class: Google::Apis::DfareportingV3_4::Project

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Contains properties of a Planning project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Project

Returns a new instance of Project.



9737
9738
9739
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9737

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idFixnum

Account ID of this project. Corresponds to the JSON property accountId

Returns:

  • (Fixnum)


9626
9627
9628
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9626

def 
  @account_id
end

#advertiser_idFixnum

Advertiser ID of this project. Corresponds to the JSON property advertiserId

Returns:

  • (Fixnum)


9631
9632
9633
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9631

def advertiser_id
  @advertiser_id
end

#audience_age_groupString

Audience age group of this project. Corresponds to the JSON property audienceAgeGroup

Returns:

  • (String)


9636
9637
9638
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9636

def audience_age_group
  @audience_age_group
end

#audience_genderString

Audience gender of this project. Corresponds to the JSON property audienceGender

Returns:

  • (String)


9641
9642
9643
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9641

def audience_gender
  @audience_gender
end

#budgetFixnum

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

Returns:

  • (Fixnum)


9649
9650
9651
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9649

def budget
  @budget
end

#client_billing_codeString

Client billing code of this project. Corresponds to the JSON property clientBillingCode

Returns:

  • (String)


9654
9655
9656
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9654

def client_billing_code
  @client_billing_code
end

#client_nameString

Name of the project client. Corresponds to the JSON property clientName

Returns:

  • (String)


9659
9660
9661
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9659

def client_name
  @client_name
end

#end_dateDate

End date of the project. Corresponds to the JSON property endDate

Returns:

  • (Date)


9664
9665
9666
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9664

def end_date
  @end_date
end

#idFixnum

ID of this project. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (Fixnum)


9669
9670
9671
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9669

def id
  @id
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#project". Corresponds to the JSON property kind

Returns:

  • (String)


9675
9676
9677
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9675

def kind
  @kind
end

#last_modified_infoGoogle::Apis::DfareportingV3_4::LastModifiedInfo

Modification timestamp. Corresponds to the JSON property lastModifiedInfo



9680
9681
9682
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9680

def last_modified_info
  @last_modified_info
end

#nameString

Name of this project. Corresponds to the JSON property name

Returns:

  • (String)


9685
9686
9687
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9685

def name
  @name
end

#overviewString

Overview of this project. Corresponds to the JSON property overview

Returns:

  • (String)


9690
9691
9692
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9690

def overview
  @overview
end

#start_dateDate

Start date of the project. Corresponds to the JSON property startDate

Returns:

  • (Date)


9695
9696
9697
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9695

def start_date
  @start_date
end

#subaccount_idFixnum

Subaccount ID of this project. Corresponds to the JSON property subaccountId

Returns:

  • (Fixnum)


9700
9701
9702
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9700

def subaccount_id
  @subaccount_id
end

#target_clicksFixnum

Number of clicks that the advertiser is targeting. Corresponds to the JSON property targetClicks

Returns:

  • (Fixnum)


9705
9706
9707
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9705

def target_clicks
  @target_clicks
end

#target_conversionsFixnum

Number of conversions that the advertiser is targeting. Corresponds to the JSON property targetConversions

Returns:

  • (Fixnum)


9710
9711
9712
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9710

def target_conversions
  @target_conversions
end

#target_cpa_nanosFixnum

CPA that the advertiser is targeting. Corresponds to the JSON property targetCpaNanos

Returns:

  • (Fixnum)


9715
9716
9717
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9715

def target_cpa_nanos
  @target_cpa_nanos
end

#target_cpc_nanosFixnum

CPC that the advertiser is targeting. Corresponds to the JSON property targetCpcNanos

Returns:

  • (Fixnum)


9720
9721
9722
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9720

def target_cpc_nanos
  @target_cpc_nanos
end

#target_cpm_active_view_nanosFixnum

vCPM from Active View that the advertiser is targeting. Corresponds to the JSON property targetCpmActiveViewNanos

Returns:

  • (Fixnum)


9725
9726
9727
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9725

def target_cpm_active_view_nanos
  @target_cpm_active_view_nanos
end

#target_cpm_nanosFixnum

CPM that the advertiser is targeting. Corresponds to the JSON property targetCpmNanos

Returns:

  • (Fixnum)


9730
9731
9732
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9730

def target_cpm_nanos
  @target_cpm_nanos
end

#target_impressionsFixnum

Number of impressions that the advertiser is targeting. Corresponds to the JSON property targetImpressions

Returns:

  • (Fixnum)


9735
9736
9737
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9735

def target_impressions
  @target_impressions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 9742

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