Class: Google::Apis::DfareportingV2_6::FloodlightActivity
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_6::FloodlightActivity
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb
Overview
Contains properties of a Floodlight activity.
Instance Attribute Summary collapse
-
#account_id ⇒ Fixnum
Account ID of this floodlight activity.
-
#advertiser_id ⇒ Fixnum
Advertiser ID of this floodlight activity.
-
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
-
#cache_busting_type ⇒ String
Code type used for cache busting in the generated tag.
-
#counting_method ⇒ String
Counting method for conversions for this floodlight activity.
-
#default_tags ⇒ Array<Google::Apis::DfareportingV2_6::FloodlightActivityDynamicTag>
Dynamic floodlight tags.
-
#expected_url ⇒ String
URL where this tag will be deployed.
-
#floodlight_activity_group_id ⇒ Fixnum
Floodlight activity group ID of this floodlight activity.
-
#floodlight_activity_group_name ⇒ String
Name of the associated floodlight activity group.
-
#floodlight_activity_group_tag_string ⇒ String
Tag string of the associated floodlight activity group.
-
#floodlight_activity_group_type ⇒ String
Type of the associated floodlight activity group.
-
#floodlight_configuration_id ⇒ Fixnum
Floodlight configuration ID of this floodlight activity.
-
#floodlight_configuration_id_dimension_value ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
-
#hidden ⇒ Boolean
(also: #hidden?)
Whether this activity is archived.
-
#id ⇒ Fixnum
ID of this floodlight activity.
-
#id_dimension_value ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
-
#image_tag_enabled ⇒ Boolean
(also: #image_tag_enabled?)
Whether the image tag is enabled for this activity.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#name ⇒ String
Name of this floodlight activity.
-
#notes ⇒ String
General notes or implementation instructions for the tag.
-
#publisher_tags ⇒ Array<Google::Apis::DfareportingV2_6::FloodlightActivityPublisherDynamicTag>
Publisher dynamic floodlight tags.
-
#secure ⇒ Boolean
(also: #secure?)
Whether this tag should use SSL.
-
#ssl_compliant ⇒ Boolean
(also: #ssl_compliant?)
Whether the floodlight activity is SSL-compliant.
-
#ssl_required ⇒ Boolean
(also: #ssl_required?)
Whether this floodlight activity must be SSL-compliant.
-
#subaccount_id ⇒ Fixnum
Subaccount ID of this floodlight activity.
-
#tag_format ⇒ String
Tag format type for the floodlight activity.
-
#tag_string ⇒ String
Value of the cat= paramter in the floodlight tag, which the ad servers use to identify the activity.
-
#user_defined_variable_types ⇒ Array<String>
List of the user-defined variables used by this conversion tag.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FloodlightActivity
constructor
A new instance of FloodlightActivity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FloodlightActivity
Returns a new instance of FloodlightActivity
5835 5836 5837 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5835 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ Fixnum
Account ID of this floodlight activity. This is a read-only field that can be
left blank.
Corresponds to the JSON property accountId
5650 5651 5652 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5650 def account_id @account_id end |
#advertiser_id ⇒ Fixnum
Advertiser ID of this floodlight activity. If this field is left blank, the
value will be copied over either from the activity group's advertiser or the
existing activity's advertiser.
Corresponds to the JSON property advertiserId
5657 5658 5659 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5657 def advertiser_id @advertiser_id end |
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property advertiserIdDimensionValue
5662 5663 5664 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5662 def advertiser_id_dimension_value @advertiser_id_dimension_value end |
#cache_busting_type ⇒ String
Code type used for cache busting in the generated tag. Applicable only when
floodlightActivityGroupType is COUNTER and countingMethod is STANDARD_COUNTING
or UNIQUE_COUNTING.
Corresponds to the JSON property cacheBustingType
5669 5670 5671 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5669 def cache_busting_type @cache_busting_type end |
#counting_method ⇒ String
Counting method for conversions for this floodlight activity. This is a
required field.
Corresponds to the JSON property countingMethod
5675 5676 5677 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5675 def counting_method @counting_method end |
#default_tags ⇒ Array<Google::Apis::DfareportingV2_6::FloodlightActivityDynamicTag>
Dynamic floodlight tags.
Corresponds to the JSON property defaultTags
5680 5681 5682 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5680 def @default_tags end |
#expected_url ⇒ String
URL where this tag will be deployed. If specified, must be less than 256
characters long.
Corresponds to the JSON property expectedUrl
5686 5687 5688 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5686 def expected_url @expected_url end |
#floodlight_activity_group_id ⇒ Fixnum
Floodlight activity group ID of this floodlight activity. This is a required
field.
Corresponds to the JSON property floodlightActivityGroupId
5692 5693 5694 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5692 def floodlight_activity_group_id @floodlight_activity_group_id end |
#floodlight_activity_group_name ⇒ String
Name of the associated floodlight activity group. This is a read-only field.
Corresponds to the JSON property floodlightActivityGroupName
5697 5698 5699 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5697 def floodlight_activity_group_name @floodlight_activity_group_name end |
#floodlight_activity_group_tag_string ⇒ String
Tag string of the associated floodlight activity group. This is a read-only
field.
Corresponds to the JSON property floodlightActivityGroupTagString
5703 5704 5705 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5703 def floodlight_activity_group_tag_string @floodlight_activity_group_tag_string end |
#floodlight_activity_group_type ⇒ String
Type of the associated floodlight activity group. This is a read-only field.
Corresponds to the JSON property floodlightActivityGroupType
5708 5709 5710 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5708 def floodlight_activity_group_type @floodlight_activity_group_type end |
#floodlight_configuration_id ⇒ Fixnum
Floodlight configuration ID of this floodlight activity. If this field is left
blank, the value will be copied over either from the activity group's
floodlight configuration or from the existing activity's floodlight
configuration.
Corresponds to the JSON property floodlightConfigurationId
5716 5717 5718 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5716 def floodlight_configuration_id @floodlight_configuration_id end |
#floodlight_configuration_id_dimension_value ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property floodlightConfigurationIdDimensionValue
5721 5722 5723 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5721 def floodlight_configuration_id_dimension_value @floodlight_configuration_id_dimension_value end |
#hidden ⇒ Boolean Also known as:
Whether this activity is archived.
Corresponds to the JSON property hidden
5726 5727 5728 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5726 def hidden @hidden end |
#id ⇒ Fixnum
ID of this floodlight activity. This is a read-only, auto-generated field.
Corresponds to the JSON property id
5732 5733 5734 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5732 def id @id end |
#id_dimension_value ⇒ Google::Apis::DfareportingV2_6::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property idDimensionValue
5737 5738 5739 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5737 def id_dimension_value @id_dimension_value end |
#image_tag_enabled ⇒ Boolean Also known as: image_tag_enabled?
Whether the image tag is enabled for this activity.
Corresponds to the JSON property imageTagEnabled
5742 5743 5744 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5742 def image_tag_enabled @image_tag_enabled end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#floodlightActivity".
Corresponds to the JSON property kind
5749 5750 5751 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5749 def kind @kind end |
#name ⇒ String
Name of this floodlight activity. This is a required field. Must be less than
129 characters long and cannot contain quotes.
Corresponds to the JSON property name
5755 5756 5757 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5755 def name @name end |
#notes ⇒ String
General notes or implementation instructions for the tag.
Corresponds to the JSON property notes
5760 5761 5762 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5760 def notes @notes end |
#publisher_tags ⇒ Array<Google::Apis::DfareportingV2_6::FloodlightActivityPublisherDynamicTag>
Publisher dynamic floodlight tags.
Corresponds to the JSON property publisherTags
5765 5766 5767 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5765 def @publisher_tags end |
#secure ⇒ Boolean Also known as: secure?
Whether this tag should use SSL.
Corresponds to the JSON property secure
5770 5771 5772 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5770 def secure @secure end |
#ssl_compliant ⇒ Boolean Also known as: ssl_compliant?
Whether the floodlight activity is SSL-compliant. This is a read-only field,
its value detected by the system from the floodlight tags.
Corresponds to the JSON property sslCompliant
5777 5778 5779 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5777 def ssl_compliant @ssl_compliant end |
#ssl_required ⇒ Boolean Also known as: ssl_required?
Whether this floodlight activity must be SSL-compliant.
Corresponds to the JSON property sslRequired
5783 5784 5785 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5783 def ssl_required @ssl_required end |
#subaccount_id ⇒ Fixnum
Subaccount ID of this floodlight activity. This is a read-only field that can
be left blank.
Corresponds to the JSON property subaccountId
5790 5791 5792 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5790 def subaccount_id @subaccount_id end |
#tag_format ⇒ String
Tag format type for the floodlight activity. If left blank, the tag format
will default to HTML.
Corresponds to the JSON property tagFormat
5796 5797 5798 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5796 def tag_format @tag_format end |
#tag_string ⇒ String
Value of the cat= paramter in the floodlight tag, which the ad servers use to
identify the activity. This is optional: if empty, a new tag string will be
generated for you. This string must be 1 to 8 characters long, with valid
characters being [a-z][A-Z][0-9][-][ _ ]. This tag string must also be unique
among activities of the same activity group. This field is read-only after
insertion.
Corresponds to the JSON property tagString
5806 5807 5808 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5806 def tag_string @tag_string end |
#user_defined_variable_types ⇒ Array<String>
List of the user-defined variables used by this conversion tag. These map to the "u[1-20]=" in the tags. Each of these can have a user defined type. Acceptable values are:
- "U1"
- "U2"
- "U3"
- "U4"
- "U5"
- "U6"
- "U7"
- "U8"
- "U9"
- "U10"
- "U11"
- "U12"
- "U13"
- "U14"
- "U15"
- "U16"
- "U17"
- "U18"
- "U19"
- "U20"
Corresponds to the JSON property
userDefinedVariableTypes
5833 5834 5835 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5833 def user_defined_variable_types @user_defined_variable_types end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 |
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 5840 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @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) @cache_busting_type = args[:cache_busting_type] if args.key?(:cache_busting_type) @counting_method = args[:counting_method] if args.key?(:counting_method) @default_tags = args[:default_tags] if args.key?(:default_tags) @expected_url = args[:expected_url] if args.key?(:expected_url) @floodlight_activity_group_id = args[:floodlight_activity_group_id] if args.key?(:floodlight_activity_group_id) @floodlight_activity_group_name = args[:floodlight_activity_group_name] if args.key?(:floodlight_activity_group_name) @floodlight_activity_group_tag_string = args[:floodlight_activity_group_tag_string] if args.key?(:floodlight_activity_group_tag_string) @floodlight_activity_group_type = args[:floodlight_activity_group_type] if args.key?(:floodlight_activity_group_type) @floodlight_configuration_id = args[:floodlight_configuration_id] if args.key?(:floodlight_configuration_id) @floodlight_configuration_id_dimension_value = args[:floodlight_configuration_id_dimension_value] if args.key?(:floodlight_configuration_id_dimension_value) @hidden = args[:hidden] if args.key?(:hidden) @id = args[:id] if args.key?(:id) @id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value) @image_tag_enabled = args[:image_tag_enabled] if args.key?(:image_tag_enabled) @kind = args[:kind] if args.key?(:kind) @name = args[:name] if args.key?(:name) @notes = args[:notes] if args.key?(:notes) @publisher_tags = args[:publisher_tags] if args.key?(:publisher_tags) @secure = args[:secure] if args.key?(:secure) @ssl_compliant = args[:ssl_compliant] if args.key?(:ssl_compliant) @ssl_required = args[:ssl_required] if args.key?(:ssl_required) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @tag_format = args[:tag_format] if args.key?(:tag_format) @tag_string = args[:tag_string] if args.key?(:tag_string) @user_defined_variable_types = args[:user_defined_variable_types] if args.key?(:user_defined_variable_types) end |