Class: Google::Apis::DfareportingV2_3::EventTag
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::EventTag
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/representations.rb
Overview
Contains properties of an event tag.
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID of this event tag.
-
#advertiser_id ⇒ String
Advertiser ID of this event tag.
-
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
-
#campaign_id ⇒ String
Campaign ID of this event tag.
-
#campaign_id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
-
#enabled_by_default ⇒ Boolean
(also: #enabled_by_default?)
Whether this event tag should be automatically enabled for all of the advertiser's campaigns and ads.
-
#exclude_from_adx_requests ⇒ Boolean
(also: #exclude_from_adx_requests?)
Whether to remove this event tag from ads that are trafficked through DoubleClick Bid Manager to Ad Exchange.
-
#id ⇒ String
ID of this event tag.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#name ⇒ String
Name of this event tag.
-
#site_filter_type ⇒ String
Site filter type for this event tag.
-
#site_ids ⇒ Array<String>
Filter list of site IDs associated with this event tag.
-
#ssl_compliant ⇒ Boolean
(also: #ssl_compliant?)
Whether this tag is SSL-compliant or not.
-
#status ⇒ String
Status of this event tag.
-
#subaccount_id ⇒ String
Subaccount ID of this event tag.
-
#type ⇒ String
Event tag type.
-
#url ⇒ String
Payload URL for this event tag.
-
#url_escape_levels ⇒ Fixnum
Number of times the landing page URL should be URL-escaped before being appended to the click-through event tag URL.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EventTag
constructor
A new instance of EventTag.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ EventTag
Returns a new instance of EventTag.
4841 4842 4843 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4841 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ String
Account ID of this event tag. This is a read-only field that can be left blank.
Corresponds to the JSON property accountId
4733 4734 4735 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4733 def account_id @account_id end |
#advertiser_id ⇒ String
Advertiser ID of this event tag. This field or the campaignId field is
required on insertion.
Corresponds to the JSON property advertiserId
4739 4740 4741 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4739 def advertiser_id @advertiser_id end |
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property advertiserIdDimensionValue
4744 4745 4746 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4744 def advertiser_id_dimension_value @advertiser_id_dimension_value end |
#campaign_id ⇒ String
Campaign ID of this event tag. This field or the advertiserId field is
required on insertion.
Corresponds to the JSON property campaignId
4750 4751 4752 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4750 def campaign_id @campaign_id end |
#campaign_id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property campaignIdDimensionValue
4755 4756 4757 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4755 def campaign_id_dimension_value @campaign_id_dimension_value end |
#enabled_by_default ⇒ Boolean Also known as: enabled_by_default?
Whether this event tag should be automatically enabled for all of the
advertiser's campaigns and ads.
Corresponds to the JSON property enabledByDefault
4761 4762 4763 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4761 def enabled_by_default @enabled_by_default end |
#exclude_from_adx_requests ⇒ Boolean Also known as: exclude_from_adx_requests?
Whether to remove this event tag from ads that are trafficked through
DoubleClick Bid Manager to Ad Exchange. This may be useful if the event tag
uses a pixel that is unapproved for Ad Exchange bids on one or more networks,
such as the Google Display Network.
Corresponds to the JSON property excludeFromAdxRequests
4770 4771 4772 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4770 def exclude_from_adx_requests @exclude_from_adx_requests end |
#id ⇒ String
ID of this event tag. This is a read-only, auto-generated field.
Corresponds to the JSON property id
4776 4777 4778 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4776 def id @id end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#eventTag".
Corresponds to the JSON property kind
4782 4783 4784 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4782 def kind @kind end |
#name ⇒ String
Name of this event tag. This is a required field and must be less than 256
characters long.
Corresponds to the JSON property name
4788 4789 4790 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4788 def name @name end |
#site_filter_type ⇒ String
Site filter type for this event tag. If no type is specified then the event
tag will be applied to all sites.
Corresponds to the JSON property siteFilterType
4794 4795 4796 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4794 def site_filter_type @site_filter_type end |
#site_ids ⇒ Array<String>
Filter list of site IDs associated with this event tag. The siteFilterType
determines whether this is a whitelist or blacklist filter.
Corresponds to the JSON property siteIds
4800 4801 4802 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4800 def site_ids @site_ids end |
#ssl_compliant ⇒ Boolean Also known as: ssl_compliant?
Whether this tag is SSL-compliant or not. This is a read-only field.
Corresponds to the JSON property sslCompliant
4805 4806 4807 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4805 def ssl_compliant @ssl_compliant end |
#status ⇒ String
Status of this event tag. Must be ENABLED for this event tag to fire. This is
a required field.
Corresponds to the JSON property status
4812 4813 4814 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4812 def status @status end |
#subaccount_id ⇒ String
Subaccount ID of this event tag. This is a read-only field that can be left
blank.
Corresponds to the JSON property subaccountId
4818 4819 4820 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4818 def subaccount_id @subaccount_id end |
#type ⇒ String
Event tag type. Can be used to specify whether to use a third-party pixel, a
third-party JavaScript URL, or a third-party click-through URL for either
impression or click tracking. This is a required field.
Corresponds to the JSON property type
4825 4826 4827 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4825 def type @type end |
#url ⇒ String
Payload URL for this event tag. The URL on a click-through event tag should
have a landing page URL appended to the end of it. This field is required on
insertion.
Corresponds to the JSON property url
4832 4833 4834 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4832 def url @url end |
#url_escape_levels ⇒ Fixnum
Number of times the landing page URL should be URL-escaped before being
appended to the click-through event tag URL. Only applies to click-through
event tags as specified by the event tag type.
Corresponds to the JSON property urlEscapeLevels
4839 4840 4841 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4839 def url_escape_levels @url_escape_levels end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 4846 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) @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) @enabled_by_default = args[:enabled_by_default] if args.key?(:enabled_by_default) @exclude_from_adx_requests = args[:exclude_from_adx_requests] if args.key?(:exclude_from_adx_requests) @id = args[:id] if args.key?(:id) @kind = args[:kind] if args.key?(:kind) @name = args[:name] if args.key?(:name) @site_filter_type = args[:site_filter_type] if args.key?(:site_filter_type) @site_ids = args[:site_ids] if args.key?(:site_ids) @ssl_compliant = args[:ssl_compliant] if args.key?(:ssl_compliant) @status = args[:status] if args.key?(:status) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @type = args[:type] if args.key?(:type) @url = args[:url] if args.key?(:url) @url_escape_levels = args[:url_escape_levels] if args.key?(:url_escape_levels) end |