Class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticsadmin_v1alpha/classes.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb,
lib/google/apis/analyticsadmin_v1alpha/representations.rb
Overview
A proposal for a link between a GA4 property and a Display & Video 360 advertiser. A proposal is converted to a DisplayVideo360AdvertiserLink once approved. Google Analytics admins approve inbound proposals while Display & Video 360 admins approve outbound proposals.
Instance Attribute Summary collapse
-
#ads_personalization_enabled ⇒ Boolean
(also: #ads_personalization_enabled?)
Immutable.
-
#advertiser_display_name ⇒ String
Output only.
-
#advertiser_id ⇒ String
Immutable.
-
#campaign_data_sharing_enabled ⇒ Boolean
(also: #campaign_data_sharing_enabled?)
Immutable.
-
#cost_data_sharing_enabled ⇒ Boolean
(also: #cost_data_sharing_enabled?)
Immutable.
-
#link_proposal_status_details ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
Status information for a link proposal.
-
#name ⇒ String
Output only.
-
#validation_email ⇒ String
Input only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
constructor
A new instance of GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
Returns a new instance of GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal.
3100 3101 3102 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3100 def initialize(**args) update!(**args) end |
Instance Attribute Details
#ads_personalization_enabled ⇒ Boolean Also known as: ads_personalization_enabled?
Immutable. Enables personalized advertising features with this integration. If
this field is not set on create, it will be defaulted to true.
Corresponds to the JSON property adsPersonalizationEnabled
3048 3049 3050 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3048 def ads_personalization_enabled @ads_personalization_enabled end |
#advertiser_display_name ⇒ String
Output only. The display name of the Display & Video Advertiser. Only
populated for proposals that originated from Display & Video 360.
Corresponds to the JSON property advertiserDisplayName
3055 3056 3057 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3055 def advertiser_display_name @advertiser_display_name end |
#advertiser_id ⇒ String
Immutable. The Display & Video 360 Advertiser's advertiser ID.
Corresponds to the JSON property advertiserId
3060 3061 3062 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3060 def advertiser_id @advertiser_id end |
#campaign_data_sharing_enabled ⇒ Boolean Also known as: campaign_data_sharing_enabled?
Immutable. Enables the import of campaign data from Display & Video 360. If
this field is not set on create, it will be defaulted to true.
Corresponds to the JSON property campaignDataSharingEnabled
3066 3067 3068 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3066 def campaign_data_sharing_enabled @campaign_data_sharing_enabled end |
#cost_data_sharing_enabled ⇒ Boolean Also known as: cost_data_sharing_enabled?
Immutable. Enables the import of cost data from Display & Video 360. This can
only be enabled if campaign_data_sharing_enabled is enabled. If this field is
not set on create, it will be defaulted to true.
Corresponds to the JSON property costDataSharingEnabled
3074 3075 3076 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3074 def cost_data_sharing_enabled @cost_data_sharing_enabled end |
#link_proposal_status_details ⇒ Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
Status information for a link proposal.
Corresponds to the JSON property linkProposalStatusDetails
3080 3081 3082 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3080 def link_proposal_status_details @link_proposal_status_details end |
#name ⇒ String
Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal
resource. Format: properties/propertyId/
displayVideo360AdvertiserLinkProposals/proposalId Note: proposalId is not
the Display & Video 360 Advertiser ID
Corresponds to the JSON property name
3088 3089 3090 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3088 def name @name end |
#validation_email ⇒ String
Input only. On a proposal being sent to Display & Video 360, this field must
be set to the email address of an admin on the target advertiser. This is used
to verify that the Google Analytics admin is aware of at least one admin on
the Display & Video 360 Advertiser. This does not restrict approval of the
proposal to a single user. Any admin on the Display & Video 360 Advertiser may
approve the proposal.
Corresponds to the JSON property validationEmail
3098 3099 3100 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3098 def validation_email @validation_email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 |
# File 'lib/google/apis/analyticsadmin_v1alpha/classes.rb', line 3105 def update!(**args) @ads_personalization_enabled = args[:ads_personalization_enabled] if args.key?(:ads_personalization_enabled) @advertiser_display_name = args[:advertiser_display_name] if args.key?(:advertiser_display_name) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @campaign_data_sharing_enabled = args[:campaign_data_sharing_enabled] if args.key?(:campaign_data_sharing_enabled) @cost_data_sharing_enabled = args[:cost_data_sharing_enabled] if args.key?(:cost_data_sharing_enabled) @link_proposal_status_details = args[:link_proposal_status_details] if args.key?(:link_proposal_status_details) @name = args[:name] if args.key?(:name) @validation_email = args[:validation_email] if args.key?(:validation_email) end |