Class: Google::Ads::AdManager::V1::Site
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Site
- 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
-
#approval_status ⇒ ::Google::Ads::AdManager::V1::SiteApprovalStatusEnum::SiteApprovalStatus
readonly
Output only.
-
#approval_status_update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#child_network_code ⇒ ::String
Optional.
-
#disapproval_reasons ⇒ ::Array<::Google::Ads::AdManager::V1::DisapprovalReason>
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#url ⇒ ::String
Required.
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.
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.
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.
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.
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}.
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 |