class Google::Apis::DfareportingV3_3::FloodlightActivity
Contains properties of a Floodlight activity.
Attributes
Account
ID of this floodlight activity. This is a read-only field that can be left blank. Corresponds to the JSON property `accountId` @return [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` @return [Fixnum]
Represents a DimensionValue
resource. Corresponds to the JSON property `advertiserIdDimensionValue` @return [Google::Apis::DfareportingV3_3::DimensionValue]
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` @return [String]
Counting method for conversions for this floodlight activity. This is a required field. Corresponds to the JSON property `countingMethod` @return [String]
URL where this tag will be deployed. If specified, must be less than 256 characters long. Corresponds to the JSON property `expectedUrl` @return [String]
Floodlight activity group ID of this floodlight activity. This is a required field. Corresponds to the JSON property `floodlightActivityGroupId` @return [Fixnum]
Name of the associated floodlight activity group. This is a read-only field. Corresponds to the JSON property `floodlightActivityGroupName` @return [String]
Tag string of the associated floodlight activity group. This is a read-only field. Corresponds to the JSON property `floodlightActivityGroupTagString` @return [String]
Type of the associated floodlight activity group. This is a read-only field. Corresponds to the JSON property `floodlightActivityGroupType` @return [String]
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` @return [Fixnum]
Represents a DimensionValue
resource. Corresponds to the JSON property `floodlightConfigurationIdDimensionValue` @return [Google::Apis::DfareportingV3_3::DimensionValue]
The type of Floodlight tag this activity will generate. This is a required field. Corresponds to the JSON property `floodlightTagType` @return [String]
ID of this floodlight activity. This is a read-only, auto-generated field. Corresponds to the JSON property `id` @return [Fixnum]
Represents a DimensionValue
resource. Corresponds to the JSON property `idDimensionValue` @return [Google::Apis::DfareportingV3_3::DimensionValue]
Identifies what kind of resource this is. Value: the fixed string “ dfareporting#floodlightActivity”. Corresponds to the JSON property `kind` @return [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` @return [String]
General notes or implementation instructions for the tag. Corresponds to the JSON property `notes` @return [String]
Whether this tag should use SSL. Corresponds to the JSON property `secure` @return [Boolean]
Whether this tag should use SSL. Corresponds to the JSON property `secure` @return [Boolean]
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` @return [Boolean]
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` @return [Boolean]
Whether this floodlight activity must be SSL-compliant. Corresponds to the JSON property `sslRequired` @return [Boolean]
Whether this floodlight activity must be SSL-compliant. Corresponds to the JSON property `sslRequired` @return [Boolean]
Subaccount
ID of this floodlight activity. This is a read-only field that can be left blank. Corresponds to the JSON property `subaccountId` @return [Fixnum]
Tag format type for the floodlight activity. If left blank, the tag format will default to HTML. Corresponds to the JSON property `tagFormat` @return [String]
Value of the cat= parameter 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-z0-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` @return [String]
List of the user-defined variables used by this conversion tag. These map to the “u=” in the tags. Each of these can have a user defined type. Acceptable values are U1 to U100, inclusive. Corresponds to the JSON property `userDefinedVariableTypes` @return [Array<String>]
Public Class Methods
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 5902 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 5907 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) @floodlight_tag_type = args[:floodlight_tag_type] if args.key?(:floodlight_tag_type) @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) @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