Class: Google::Ads::AdManager::V1::Site

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/site_messages.rb

Overview

A Site represents a domain owned or represented by a network. For a parent network managing other networks as part of Multiple Customer Management "Manage Inventory" model, it could be the child's domain.

Instance Attribute Summary collapse

Instance Attribute Details

#approval_status::Google::Ads::AdManager::V1::SiteApprovalStatusEnum::SiteApprovalStatus (readonly)

Returns Output only. Status of the review performed on the Site by Google.

Returns:



48
49
50
51
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 48

class Site
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#approval_status_update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The latest Site approval status change time.

Returns:



48
49
50
51
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 48

class Site
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#child_network_code::String

Returns Optional. The network code of the child if the Site is being managed for an MCM child network, or null if owned by this network.

Returns:

  • (::String)

    Optional. The network code of the child if the Site is being managed for an MCM child network, or null if owned by this network.



48
49
50
51
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 48

class Site
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#disapproval_reasons::Array<::Google::Ads::AdManager::V1::DisapprovalReason> (readonly)

Returns Output only. Provides reasons for disapproving the Site. It is null when the Site is not disapproved.

Returns:



48
49
50
51
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 48

class Site
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The resource name of the Site. Format: networks/{network_code}/sites/{site_id}.

Returns:

  • (::String)

    Identifier. The resource name of the Site. Format: networks/{network_code}/sites/{site_id}



48
49
50
51
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 48

class Site
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#url::String

Returns Required. The URL of the Site.

Returns:

  • (::String)

    Required. The URL of the Site.



48
49
50
51
# File 'proto_docs/google/ads/admanager/v1/site_messages.rb', line 48

class Site
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end