Class: Aws::PartnerCentralSelling::Types::Marketing

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

An object that contains marketing details for the ‘Opportunity`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_funding_usedString

Indicates if the ‘Opportunity` is a marketing development fund (MDF) funded activity.

Returns:

  • (String)


3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3862

class Marketing < Struct.new(
  :aws_funding_used,
  :campaign_name,
  :channels,
  :source,
  :use_cases)
  SENSITIVE = []
  include Aws::Structure
end

#campaign_nameString

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.

Returns:

  • (String)


3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3862

class Marketing < Struct.new(
  :aws_funding_used,
  :campaign_name,
  :channels,
  :source,
  :use_cases)
  SENSITIVE = []
  include Aws::Structure
end

#channelsArray<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.

Returns:

  • (Array<String>)


3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3862

class Marketing < Struct.new(
  :aws_funding_used,
  :campaign_name,
  :channels,
  :source,
  :use_cases)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

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.

Returns:

  • (String)


3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3862

class Marketing < Struct.new(
  :aws_funding_used,
  :campaign_name,
  :channels,
  :source,
  :use_cases)
  SENSITIVE = []
  include Aws::Structure
end

#use_casesArray<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`

Returns:

  • (Array<String>)


3862
3863
3864
3865
3866
3867
3868
3869
3870
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3862

class Marketing < Struct.new(
  :aws_funding_used,
  :campaign_name,
  :channels,
  :source,
  :use_cases)
  SENSITIVE = []
  include Aws::Structure
end