Class: Aws::PartnerCentralSelling::Types::Marketing
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::Marketing
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
An object that contains marketing details for the Opportunity
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_funding_used ⇒ String
Indicates if the
Opportunity
is a marketing development fund (MDF) funded activity. -
#campaign_name ⇒ String
Specifies the
Opportunity
marketing campaign code. -
#channels ⇒ Array<String>
Specifies the
Opportunity
's channel that the marketing activity is associated with or was contacted through. -
#source ⇒ String
Indicates if the
Opportunity
was sourced from an Amazon Web Services marketing activity. -
#use_cases ⇒ Array<String>
Specifies the marketing activity use case or purpose that led to the
Opportunity
's creation or contact.
Instance Attribute Details
#aws_funding_used ⇒ String
Indicates if the Opportunity
is a marketing development fund (MDF)
funded activity.
2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2164 class Marketing < Struct.new( :aws_funding_used, :campaign_name, :channels, :source, :use_cases) SENSITIVE = [] include Aws::Structure end |
#campaign_name ⇒ String
Specifies the Opportunity
marketing campaign code. The Amazon Web
Services campaign code is a reference to specific marketing
initiatives, promotions, or activities. This field captures the
identifier used to track and categorize the Opportunity
within
marketing campaigns. If you don't have a campaign code, contact
your Amazon Web Services point of contact to obtain one.
2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2164 class Marketing < Struct.new( :aws_funding_used, :campaign_name, :channels, :source, :use_cases) SENSITIVE = [] include Aws::Structure end |
#channels ⇒ Array<String>
Specifies the Opportunity
's channel that the marketing activity
is associated with or was contacted through. This field provides
information about the specific marketing channel that contributed to
the generation of the lead or contact.
2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2164 class Marketing < Struct.new( :aws_funding_used, :campaign_name, :channels, :source, :use_cases) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
Indicates if the Opportunity
was sourced from an Amazon Web
Services marketing activity. Use the value Marketing Activity
. Use
None
if it's not associated with an Amazon Web Services marketing
activity. This field helps Amazon Web Services track the return on
marketing investments and enables better distribution of marketing
budgets among partners.
2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2164 class Marketing < Struct.new( :aws_funding_used, :campaign_name, :channels, :source, :use_cases) SENSITIVE = [] include Aws::Structure end |
#use_cases ⇒ Array<String>
Specifies the marketing activity use case or purpose that led to the
Opportunity
's creation or contact. This field captures the
context or marketing activity's execution's intention and the
direct correlation to the generated opportunity or contact. Must be
empty when Marketing.AWSFundingUsed = No
.
Valid values: AI/ML | Analytics | Application Integration |
Blockchain | Business Applications | Cloud Financial Management |
Compute | Containers | Customer Engagement | Databases | Developer
Tools | End User Computing | Front End Web & Mobile | Game Tech |
IoT | Management & Governance | Media Services | Migration &
Transfer | Networking & Content Delivery | Quantum Technologies |
Robotics | Satellite | Security | Serverless | Storage | VR & AR
2164 2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2164 class Marketing < Struct.new( :aws_funding_used, :campaign_name, :channels, :source, :use_cases) SENSITIVE = [] include Aws::Structure end |