class Google::Apis::DfareportingV2_1::FloodlightActivity

Contains properties of a Floodlight activity.

Attributes

account_id[RW]

Account ID of this floodlight activity. This is a read-only field that can be left blank. Corresponds to the JSON property `accountId` @return [String]

advertiser_id[RW]

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 [String]

advertiser_id_dimension_value[RW]

Represents a DimensionValue resource. Corresponds to the JSON property `advertiserIdDimensionValue` @return [Google::Apis::DfareportingV2_1::DimensionValue]

cache_busting_type[RW]

Code type used for cache busting in the generated tag. Corresponds to the JSON property `cacheBustingType` @return [String]

counting_method[RW]

Counting method for conversions for this floodlight activity. This is a required field. Corresponds to the JSON property `countingMethod` @return [String]

default_tags[RW]

Dynamic floodlight tags. Corresponds to the JSON property `defaultTags` @return [Array<Google::Apis::DfareportingV2_1::FloodlightActivityDynamicTag>]

expected_url[RW]

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[RW]

Floodlight activity group ID of this floodlight activity. This is a required field. Corresponds to the JSON property `floodlightActivityGroupId` @return [String]

floodlight_activity_group_name[RW]

Name of the associated floodlight activity group. This is a read-only field. Corresponds to the JSON property `floodlightActivityGroupName` @return [String]

floodlight_activity_group_tag_string[RW]

Tag string of the associated floodlight activity group. This is a read-only field. Corresponds to the JSON property `floodlightActivityGroupTagString` @return [String]

floodlight_activity_group_type[RW]

Type of the associated floodlight activity group. This is a read-only field. Corresponds to the JSON property `floodlightActivityGroupType` @return [String]

floodlight_configuration_id[RW]

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 [String]

floodlight_configuration_id_dimension_value[RW]

Represents a DimensionValue resource. Corresponds to the JSON property `floodlightConfigurationIdDimensionValue` @return [Google::Apis::DfareportingV2_1::DimensionValue]

hidden[RW]

Whether this activity is archived. Corresponds to the JSON property `hidden` @return [Boolean]

hidden?[RW]

Whether this activity is archived. Corresponds to the JSON property `hidden` @return [Boolean]

id[RW]

ID of this floodlight activity. This is a read-only, auto-generated field. Corresponds to the JSON property `id` @return [String]

id_dimension_value[RW]

Represents a DimensionValue resource. Corresponds to the JSON property `idDimensionValue` @return [Google::Apis::DfareportingV2_1::DimensionValue]

image_tag_enabled[RW]

Whether the image tag is enabled for this activity. Corresponds to the JSON property `imageTagEnabled` @return [Boolean]

image_tag_enabled?[RW]

Whether the image tag is enabled for this activity. Corresponds to the JSON property `imageTagEnabled` @return [Boolean]

kind[RW]

Identifies what kind of resource this is. Value: the fixed string “ dfareporting#floodlightActivity”. Corresponds to the JSON property `kind` @return [String]

name[RW]

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]

notes[RW]

General notes or implementation instructions for the tag. Corresponds to the JSON property `notes` @return [String]

publisher_tags[RW]

Publisher dynamic floodlight tags. Corresponds to the JSON property `publisherTags` @return [Array<Google::Apis::DfareportingV2_1::FloodlightActivityPublisherDynamicTag>]

secure[RW]

Whether this tag should use SSL. Corresponds to the JSON property `secure` @return [Boolean]

secure?[RW]

Whether this tag should use SSL. Corresponds to the JSON property `secure` @return [Boolean]

ssl_compliant[RW]

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]

ssl_compliant?[RW]

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]

ssl_required[RW]

Whether this floodlight activity must be SSL-compliant. Corresponds to the JSON property `sslRequired` @return [Boolean]

ssl_required?[RW]

Whether this floodlight activity must be SSL-compliant. Corresponds to the JSON property `sslRequired` @return [Boolean]

subaccount_id[RW]

Subaccount ID of this floodlight activity. This is a read-only field that can be left blank. Corresponds to the JSON property `subaccountId` @return [String]

tag_format[RW]

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]

tag_string[RW]

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][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` @return [String]

user_defined_variable_types[RW]

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”

  • “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` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 5276
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/dfareporting_v2_1/classes.rb, line 5281
def update!(**args)
  @account_id = args[:account_id] unless args[:account_id].nil?
  @advertiser_id = args[:advertiser_id] unless args[:advertiser_id].nil?
  @advertiser_id_dimension_value = args[:advertiser_id_dimension_value] unless args[:advertiser_id_dimension_value].nil?
  @cache_busting_type = args[:cache_busting_type] unless args[:cache_busting_type].nil?
  @counting_method = args[:counting_method] unless args[:counting_method].nil?
  @default_tags = args[:default_tags] unless args[:default_tags].nil?
  @expected_url = args[:expected_url] unless args[:expected_url].nil?
  @floodlight_activity_group_id = args[:floodlight_activity_group_id] unless args[:floodlight_activity_group_id].nil?
  @floodlight_activity_group_name = args[:floodlight_activity_group_name] unless args[:floodlight_activity_group_name].nil?
  @floodlight_activity_group_tag_string = args[:floodlight_activity_group_tag_string] unless args[:floodlight_activity_group_tag_string].nil?
  @floodlight_activity_group_type = args[:floodlight_activity_group_type] unless args[:floodlight_activity_group_type].nil?
  @floodlight_configuration_id = args[:floodlight_configuration_id] unless args[:floodlight_configuration_id].nil?
  @floodlight_configuration_id_dimension_value = args[:floodlight_configuration_id_dimension_value] unless args[:floodlight_configuration_id_dimension_value].nil?
  @hidden = args[:hidden] unless args[:hidden].nil?
  @id = args[:id] unless args[:id].nil?
  @id_dimension_value = args[:id_dimension_value] unless args[:id_dimension_value].nil?
  @image_tag_enabled = args[:image_tag_enabled] unless args[:image_tag_enabled].nil?
  @kind = args[:kind] unless args[:kind].nil?
  @name = args[:name] unless args[:name].nil?
  @notes = args[:notes] unless args[:notes].nil?
  @publisher_tags = args[:publisher_tags] unless args[:publisher_tags].nil?
  @secure = args[:secure] unless args[:secure].nil?
  @ssl_compliant = args[:ssl_compliant] unless args[:ssl_compliant].nil?
  @ssl_required = args[:ssl_required] unless args[:ssl_required].nil?
  @subaccount_id = args[:subaccount_id] unless args[:subaccount_id].nil?
  @tag_format = args[:tag_format] unless args[:tag_format].nil?
  @tag_string = args[:tag_string] unless args[:tag_string].nil?
  @user_defined_variable_types = args[:user_defined_variable_types] unless args[:user_defined_variable_types].nil?
end