Class: Google::Apis::AnalyticsV3::LinkedForeignAccount
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::AnalyticsV3::LinkedForeignAccount
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/analytics_v3/classes.rb,
 generated/google/apis/analytics_v3/representations.rb,
 generated/google/apis/analytics_v3/representations.rb
Overview
JSON template for an Analytics Remarketing Audience Foreign Link.
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Account ID to which this linked foreign account belongs. 
- 
  
    
      #eligible_for_search  ⇒ Boolean 
    
    
      (also: #eligible_for_search?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Boolean indicating whether this is eligible for search. 
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Entity ad account link ID. 
- 
  
    
      #internal_web_property_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Internal ID for the web property to which this linked foreign account belongs. 
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Resource type for linked foreign account. 
- 
  
    
      #linked_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The foreign account ID. 
- 
  
    
      #remarketing_audience_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Remarketing audience ID to which this linked foreign account belongs. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of this foreign account link. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the foreign account. 
- 
  
    
      #web_property_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ LinkedForeignAccount 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of LinkedForeignAccount. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ LinkedForeignAccount
Returns a new instance of LinkedForeignAccount
| 3493 3494 3495 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3493 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#account_id ⇒ String
Account ID to which this linked foreign account belongs.
Corresponds to the JSON property accountId
| 3442 3443 3444 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3442 def account_id @account_id end | 
#eligible_for_search ⇒ Boolean Also known as: eligible_for_search?
Boolean indicating whether this is eligible for search.
Corresponds to the JSON property eligibleForSearch
| 3447 3448 3449 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3447 def eligible_for_search @eligible_for_search end | 
#id ⇒ String
Entity ad account link ID.
Corresponds to the JSON property id
| 3453 3454 3455 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3453 def id @id end | 
#internal_web_property_id ⇒ String
Internal ID for the web property to which this linked foreign account belongs.
Corresponds to the JSON property internalWebPropertyId
| 3458 3459 3460 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3458 def internal_web_property_id @internal_web_property_id end | 
#kind ⇒ String
Resource type for linked foreign account.
Corresponds to the JSON property kind
| 3463 3464 3465 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3463 def kind @kind end | 
#linked_account_id ⇒ String
The foreign account ID. For example the an AdWords linkedAccountId has the
following format XXX-XXX-XXXX.
Corresponds to the JSON property linkedAccountId
| 3469 3470 3471 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3469 def linked_account_id @linked_account_id end | 
#remarketing_audience_id ⇒ String
Remarketing audience ID to which this linked foreign account belongs.
Corresponds to the JSON property remarketingAudienceId
| 3474 3475 3476 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3474 def remarketing_audience_id @remarketing_audience_id end | 
#status ⇒ String
The status of this foreign account link.
Corresponds to the JSON property status
| 3479 3480 3481 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3479 def status @status end | 
#type ⇒ String
The type of the foreign account. For example, ADWORDS_LINKS, DBM_LINKS, 
MCC_LINKS or OPTIMIZE.
Corresponds to the JSON property type
| 3485 3486 3487 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3485 def type @type end | 
#web_property_id ⇒ String
Web property ID of the form UA-XXXXX-YY to which this linked foreign account
belongs.
Corresponds to the JSON property webPropertyId
| 3491 3492 3493 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3491 def web_property_id @web_property_id end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 | # File 'generated/google/apis/analytics_v3/classes.rb', line 3498 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @eligible_for_search = args[:eligible_for_search] if args.key?(:eligible_for_search) @id = args[:id] if args.key?(:id) @internal_web_property_id = args[:internal_web_property_id] if args.key?(:internal_web_property_id) @kind = args[:kind] if args.key?(:kind) @linked_account_id = args[:linked_account_id] if args.key?(:linked_account_id) @remarketing_audience_id = args[:remarketing_audience_id] if args.key?(:remarketing_audience_id) @status = args[:status] if args.key?(:status) @type = args[:type] if args.key?(:type) @web_property_id = args[:web_property_id] if args.key?(:web_property_id) end |