Class: Google::Apis::DfareportingV2_7::Ad
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_7::Ad
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/representations.rb
Overview
Contains properties of a DCM ad.
Instance Attribute Summary collapse
-
#account_id ⇒ Fixnum
Account ID of this ad.
-
#active ⇒ Boolean
(also: #active?)
Whether this ad is active.
-
#advertiser_id ⇒ Fixnum
Advertiser ID of this ad.
-
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
-
#archived ⇒ Boolean
(also: #archived?)
Whether this ad is archived.
-
#audience_segment_id ⇒ Fixnum
Audience segment ID that is being targeted for this ad.
-
#campaign_id ⇒ Fixnum
Campaign ID of this ad.
-
#campaign_id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
-
#click_through_url ⇒ Google::Apis::DfareportingV2_7::ClickThroughUrl
Click-through URL Corresponds to the JSON property
clickThroughUrl
. -
#click_through_url_suffix_properties ⇒ Google::Apis::DfareportingV2_7::ClickThroughUrlSuffixProperties
Click Through URL Suffix settings.
-
#comments ⇒ String
Comments for this ad.
-
#compatibility ⇒ String
Compatibility of this ad.
-
#create_info ⇒ Google::Apis::DfareportingV2_7::LastModifiedInfo
Modification timestamp.
-
#creative_group_assignments ⇒ Array<Google::Apis::DfareportingV2_7::CreativeGroupAssignment>
Creative group assignments for this ad.
-
#creative_rotation ⇒ Google::Apis::DfareportingV2_7::CreativeRotation
Creative Rotation.
-
#day_part_targeting ⇒ Google::Apis::DfareportingV2_7::DayPartTargeting
Day Part Targeting.
-
#default_click_through_event_tag_properties ⇒ Google::Apis::DfareportingV2_7::DefaultClickThroughEventTagProperties
Properties of inheriting and overriding the default click-through event tag.
-
#delivery_schedule ⇒ Google::Apis::DfareportingV2_7::DeliverySchedule
Delivery Schedule.
-
#dynamic_click_tracker ⇒ Boolean
(also: #dynamic_click_tracker?)
Whether this ad is a dynamic click tracker.
-
#end_time ⇒ DateTime
Date and time that this ad should stop serving.
-
#event_tag_overrides ⇒ Array<Google::Apis::DfareportingV2_7::EventTagOverride>
Event tag overrides for this ad.
-
#geo_targeting ⇒ Google::Apis::DfareportingV2_7::GeoTargeting
Geographical Targeting.
-
#id ⇒ Fixnum
ID of this ad.
-
#id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
-
#key_value_targeting_expression ⇒ Google::Apis::DfareportingV2_7::KeyValueTargetingExpression
Key Value Targeting Expression.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#language_targeting ⇒ Google::Apis::DfareportingV2_7::LanguageTargeting
Language Targeting.
-
#last_modified_info ⇒ Google::Apis::DfareportingV2_7::LastModifiedInfo
Modification timestamp.
-
#name ⇒ String
Name of this ad.
-
#placement_assignments ⇒ Array<Google::Apis::DfareportingV2_7::PlacementAssignment>
Placement assignments for this ad.
-
#remarketing_list_expression ⇒ Google::Apis::DfareportingV2_7::ListTargetingExpression
Remarketing List Targeting Expression.
-
#size ⇒ Google::Apis::DfareportingV2_7::Size
Represents the dimensions of ads, placements, creatives, or creative assets.
-
#ssl_compliant ⇒ Boolean
(also: #ssl_compliant?)
Whether this ad is ssl compliant.
-
#ssl_required ⇒ Boolean
(also: #ssl_required?)
Whether this ad requires ssl.
-
#start_time ⇒ DateTime
Date and time that this ad should start serving.
-
#subaccount_id ⇒ Fixnum
Subaccount ID of this ad.
-
#targeting_template_id ⇒ Fixnum
Targeting template ID, used to apply preconfigured targeting information to this ad.
-
#technology_targeting ⇒ Google::Apis::DfareportingV2_7::TechnologyTargeting
Technology Targeting.
-
#type ⇒ String
Type of ad.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Ad
constructor
A new instance of Ad.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Ad
Returns a new instance of Ad
873 874 875 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 873 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ Fixnum
Account ID of this ad. This is a read-only field that can be left blank.
Corresponds to the JSON property accountId
652 653 654 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 652 def account_id @account_id end |
#active ⇒ Boolean Also known as: active?
Whether this ad is active. When true, archived must be false.
Corresponds to the JSON property active
657 658 659 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 657 def active @active end |
#advertiser_id ⇒ Fixnum
Advertiser ID of this ad. This is a required field on insertion.
Corresponds to the JSON property advertiserId
663 664 665 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 663 def advertiser_id @advertiser_id end |
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property advertiserIdDimensionValue
668 669 670 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 668 def advertiser_id_dimension_value @advertiser_id_dimension_value end |
#archived ⇒ Boolean Also known as: archived?
Whether this ad is archived. When true, active must be false.
Corresponds to the JSON property archived
673 674 675 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 673 def archived @archived end |
#audience_segment_id ⇒ Fixnum
Audience segment ID that is being targeted for this ad. Applicable when type
is AD_SERVING_STANDARD_AD.
Corresponds to the JSON property audienceSegmentId
680 681 682 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 680 def audience_segment_id @audience_segment_id end |
#campaign_id ⇒ Fixnum
Campaign ID of this ad. This is a required field on insertion.
Corresponds to the JSON property campaignId
685 686 687 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 685 def campaign_id @campaign_id end |
#campaign_id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property campaignIdDimensionValue
690 691 692 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 690 def campaign_id_dimension_value @campaign_id_dimension_value end |
#click_through_url ⇒ Google::Apis::DfareportingV2_7::ClickThroughUrl
Click-through URL
Corresponds to the JSON property clickThroughUrl
695 696 697 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 695 def click_through_url @click_through_url end |
#click_through_url_suffix_properties ⇒ Google::Apis::DfareportingV2_7::ClickThroughUrlSuffixProperties
Click Through URL Suffix settings.
Corresponds to the JSON property clickThroughUrlSuffixProperties
700 701 702 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 700 def click_through_url_suffix_properties @click_through_url_suffix_properties end |
#comments ⇒ String
Comments for this ad.
Corresponds to the JSON property comments
705 706 707 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 705 def comments @comments end |
#compatibility ⇒ String
Compatibility of this ad. Applicable when type is AD_SERVING_DEFAULT_AD.
DISPLAY and DISPLAY_INTERSTITIAL refer to either rendering on desktop or on
mobile devices or in mobile apps for regular or interstitial ads, respectively.
APP and APP_INTERSTITIAL are only used for existing default ads. New mobile
placements must be assigned DISPLAY or DISPLAY_INTERSTITIAL and default ads
created for those placements will be limited to those compatibility types.
IN_STREAM_VIDEO refers to rendering in-stream video ads developed with the
VAST standard.
Corresponds to the JSON property compatibility
717 718 719 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 717 def compatibility @compatibility end |
#create_info ⇒ Google::Apis::DfareportingV2_7::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property createInfo
722 723 724 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 722 def create_info @create_info end |
#creative_group_assignments ⇒ Array<Google::Apis::DfareportingV2_7::CreativeGroupAssignment>
Creative group assignments for this ad. Applicable when type is
AD_SERVING_CLICK_TRACKER. Only one assignment per creative group number is
allowed for a maximum of two assignments.
Corresponds to the JSON property creativeGroupAssignments
729 730 731 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 729 def creative_group_assignments @creative_group_assignments end |
#creative_rotation ⇒ Google::Apis::DfareportingV2_7::CreativeRotation
Creative Rotation.
Corresponds to the JSON property creativeRotation
734 735 736 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 734 def creative_rotation @creative_rotation end |
#day_part_targeting ⇒ Google::Apis::DfareportingV2_7::DayPartTargeting
Day Part Targeting.
Corresponds to the JSON property dayPartTargeting
739 740 741 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 739 def day_part_targeting @day_part_targeting end |
#default_click_through_event_tag_properties ⇒ Google::Apis::DfareportingV2_7::DefaultClickThroughEventTagProperties
Properties of inheriting and overriding the default click-through event tag. A
campaign may override the event tag defined at the advertiser level, and an ad
may also override the campaign's setting further.
Corresponds to the JSON property defaultClickThroughEventTagProperties
746 747 748 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 746 def default_click_through_event_tag_properties @default_click_through_event_tag_properties end |
#delivery_schedule ⇒ Google::Apis::DfareportingV2_7::DeliverySchedule
Delivery Schedule.
Corresponds to the JSON property deliverySchedule
751 752 753 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 751 def delivery_schedule @delivery_schedule end |
#dynamic_click_tracker ⇒ Boolean Also known as: dynamic_click_tracker?
Whether this ad is a dynamic click tracker. Applicable when type is
AD_SERVING_CLICK_TRACKER. This is a required field on insert, and is read-only
after insert.
Corresponds to the JSON property dynamicClickTracker
758 759 760 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 758 def dynamic_click_tracker @dynamic_click_tracker end |
#end_time ⇒ DateTime
Date and time that this ad should stop serving. Must be later than the start
time. This is a required field on insertion.
Corresponds to the JSON property endTime
765 766 767 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 765 def end_time @end_time end |
#event_tag_overrides ⇒ Array<Google::Apis::DfareportingV2_7::EventTagOverride>
Event tag overrides for this ad.
Corresponds to the JSON property eventTagOverrides
770 771 772 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 770 def event_tag_overrides @event_tag_overrides end |
#geo_targeting ⇒ Google::Apis::DfareportingV2_7::GeoTargeting
Geographical Targeting.
Corresponds to the JSON property geoTargeting
775 776 777 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 775 def geo_targeting @geo_targeting end |
#id ⇒ Fixnum
ID of this ad. This is a read-only, auto-generated field.
Corresponds to the JSON property id
780 781 782 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 780 def id @id end |
#id_dimension_value ⇒ Google::Apis::DfareportingV2_7::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property idDimensionValue
785 786 787 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 785 def id_dimension_value @id_dimension_value end |
#key_value_targeting_expression ⇒ Google::Apis::DfareportingV2_7::KeyValueTargetingExpression
Key Value Targeting Expression.
Corresponds to the JSON property keyValueTargetingExpression
790 791 792 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 790 def key_value_targeting_expression @key_value_targeting_expression end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#ad".
Corresponds to the JSON property kind
796 797 798 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 796 def kind @kind end |
#language_targeting ⇒ Google::Apis::DfareportingV2_7::LanguageTargeting
Language Targeting.
Corresponds to the JSON property languageTargeting
801 802 803 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 801 def language_targeting @language_targeting end |
#last_modified_info ⇒ Google::Apis::DfareportingV2_7::LastModifiedInfo
Modification timestamp.
Corresponds to the JSON property lastModifiedInfo
806 807 808 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 806 def last_modified_info @last_modified_info end |
#name ⇒ String
Name of this ad. This is a required field and must be less than 256 characters
long.
Corresponds to the JSON property name
812 813 814 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 812 def name @name end |
#placement_assignments ⇒ Array<Google::Apis::DfareportingV2_7::PlacementAssignment>
Placement assignments for this ad.
Corresponds to the JSON property placementAssignments
817 818 819 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 817 def placement_assignments @placement_assignments end |
#remarketing_list_expression ⇒ Google::Apis::DfareportingV2_7::ListTargetingExpression
Remarketing List Targeting Expression.
Corresponds to the JSON property remarketingListExpression
822 823 824 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 822 def remarketing_list_expression @remarketing_list_expression end |
#size ⇒ Google::Apis::DfareportingV2_7::Size
Represents the dimensions of ads, placements, creatives, or creative assets.
Corresponds to the JSON property size
827 828 829 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 827 def size @size end |
#ssl_compliant ⇒ Boolean Also known as: ssl_compliant?
Whether this ad is ssl compliant. This is a read-only field that is auto-
generated when the ad is inserted or updated.
Corresponds to the JSON property sslCompliant
833 834 835 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 833 def ssl_compliant @ssl_compliant end |
#ssl_required ⇒ Boolean Also known as: ssl_required?
Whether this ad requires ssl. This is a read-only field that is auto-generated
when the ad is inserted or updated.
Corresponds to the JSON property sslRequired
840 841 842 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 840 def ssl_required @ssl_required end |
#start_time ⇒ DateTime
Date and time that this ad should start serving. If creating an ad, this field
must be a time in the future. This is a required field on insertion.
Corresponds to the JSON property startTime
847 848 849 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 847 def start_time @start_time end |
#subaccount_id ⇒ Fixnum
Subaccount ID of this ad. This is a read-only field that can be left blank.
Corresponds to the JSON property subaccountId
852 853 854 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 852 def subaccount_id @subaccount_id end |
#targeting_template_id ⇒ Fixnum
Targeting template ID, used to apply preconfigured targeting information to
this ad. This cannot be set while any of dayPartTargeting, geoTargeting,
keyValueTargetingExpression, languageTargeting, remarketingListExpression, or
technologyTargeting are set. Applicable when type is AD_SERVING_STANDARD_AD.
Corresponds to the JSON property targetingTemplateId
860 861 862 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 860 def targeting_template_id @targeting_template_id end |
#technology_targeting ⇒ Google::Apis::DfareportingV2_7::TechnologyTargeting
Technology Targeting.
Corresponds to the JSON property technologyTargeting
865 866 867 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 865 def technology_targeting @technology_targeting end |
#type ⇒ String
Type of ad. This is a required field on insertion. Note that default ads (
AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource).
Corresponds to the JSON property type
871 872 873 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 871 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 878 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @active = args[:active] if args.key?(:active) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value) @archived = args[:archived] if args.key?(:archived) @audience_segment_id = args[:audience_segment_id] if args.key?(:audience_segment_id) @campaign_id = args[:campaign_id] if args.key?(:campaign_id) @campaign_id_dimension_value = args[:campaign_id_dimension_value] if args.key?(:campaign_id_dimension_value) @click_through_url = args[:click_through_url] if args.key?(:click_through_url) @click_through_url_suffix_properties = args[:click_through_url_suffix_properties] if args.key?(:click_through_url_suffix_properties) @comments = args[:comments] if args.key?(:comments) @compatibility = args[:compatibility] if args.key?(:compatibility) @create_info = args[:create_info] if args.key?(:create_info) @creative_group_assignments = args[:creative_group_assignments] if args.key?(:creative_group_assignments) @creative_rotation = args[:creative_rotation] if args.key?(:creative_rotation) @day_part_targeting = args[:day_part_targeting] if args.key?(:day_part_targeting) @default_click_through_event_tag_properties = args[:default_click_through_event_tag_properties] if args.key?(:default_click_through_event_tag_properties) @delivery_schedule = args[:delivery_schedule] if args.key?(:delivery_schedule) @dynamic_click_tracker = args[:dynamic_click_tracker] if args.key?(:dynamic_click_tracker) @end_time = args[:end_time] if args.key?(:end_time) @event_tag_overrides = args[:event_tag_overrides] if args.key?(:event_tag_overrides) @geo_targeting = args[:geo_targeting] if args.key?(:geo_targeting) @id = args[:id] if args.key?(:id) @id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value) @key_value_targeting_expression = args[:key_value_targeting_expression] if args.key?(:key_value_targeting_expression) @kind = args[:kind] if args.key?(:kind) @language_targeting = args[:language_targeting] if args.key?(:language_targeting) @last_modified_info = args[:last_modified_info] if args.key?(:last_modified_info) @name = args[:name] if args.key?(:name) @placement_assignments = args[:placement_assignments] if args.key?(:placement_assignments) @remarketing_list_expression = args[:remarketing_list_expression] if args.key?(:remarketing_list_expression) @size = args[:size] if args.key?(:size) @ssl_compliant = args[:ssl_compliant] if args.key?(:ssl_compliant) @ssl_required = args[:ssl_required] if args.key?(:ssl_required) @start_time = args[:start_time] if args.key?(:start_time) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @targeting_template_id = args[:targeting_template_id] if args.key?(:targeting_template_id) @technology_targeting = args[:technology_targeting] if args.key?(:technology_targeting) @type = args[:type] if args.key?(:type) end |