Class: Google::Ads::AdManager::V1::AudienceSegment

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

Overview

The AudienceSegment resource.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. Display name of the AudienceSegment. The attribute has a maximum length of 255 characters.

Returns:

  • (::String)

    Required. Display name of the AudienceSegment. The attribute has a maximum length of 255 characters.



36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/audience_segment_messages.rb', line 36

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

#name::String

Returns Identifier. The resource name of the AudienceSegment. Format: networks/{network_code}/audienceSegments/{audience_segment_id} The audience_segment_id may have up to 1 of the following suffixes:

  • ~direct for directly licensed third-party segments
  • ~global for globally licensed third-party segments.

Returns:

  • (::String)

    Identifier. The resource name of the AudienceSegment. Format: networks/{network_code}/audienceSegments/{audience_segment_id} The audience_segment_id may have up to 1 of the following suffixes:

    • ~direct for directly licensed third-party segments
    • ~global for globally licensed third-party segments


36
37
38
39
# File 'proto_docs/google/ads/admanager/v1/audience_segment_messages.rb', line 36

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