Creating an Application Listing (Lead Generation Only)
Create or revise a listing for lead generation in Marketplace.
- On the Listings list page, select Create listing. If you need help finding the list page, see Viewing Listings.
- In the Select listing type window, select Application listing (lead generation only).
1. Header details
Provide the basic information for the listing:
- Compartment: Select the compartment where you want to create the listing.
- Listing name: Enter a name for the listing. This is an internal name that won’t be displayed in the Marketplace listing for end users.
2. Listing revision details
You can create several revisions of a listing that replace a previous one when published.
Details
Enter the following information:
- Headline: Enter a brief description to display at the top of your listing. The headline should indicate the application’s purpose.
- Products: Select an Oracle product. The product specifies how the listing is relevant to an Oracle product currently available in the marketplace.
- Categories: Select the category of the product that is relevant to your listing. Your selection helps people find the listing.
- Application Properties: The options available are based on your selection in the Categories field. If you see the Application properties section, select one or more custom filters for your listing, filtering by subproducts or by subcategories such as business-to-business (B2B) and business-to-consumer (B2C). The filters that you select appear in the Filter by list in Oracle Cloud Marketplace after the user selects a specific product.Note
If you’re a healthcare partner and you’re revising a listing, you must select the corresponding products that you selected earlier, under the new application property called Oracle Healthcare Marketplace. For example, if you selected Clinical & Financial Ops and Consumer Experience as your products when you created the listing, be sure to select those products here. - Additional Filters: Select any additional filters available for the product.
- Keywords: Keywords identify this listing in Oracle Cloud Marketplace search. Enter relevant keywords, and separate each keyword by a comma.
- Price: Select one of the following options:
- Free: There are no charges for the use of your offering.
- Paid : The Oracle customer purchases the use of your offering with the usage computed on an hourly or monthly basis. If you select this option, you must specify the pricing unit in a later step
- Price Hover Text (Optional): Enter the price details. This information is shown to customers when they hover over the Price icon.
- Listing content language: Select one or more languages supported by your app. By default, English is selected.
- Listing icon: Upload an icon for the listing. The icon appears on the listing pages for your app. Your icon must be 130 pixels by 130 pixels, a maximum of 5 MB, and must be a BMP, GIF, JPEG (JPG), or PNG file.
About your application
Enter the following information:- Short description: Enter a short description for your listing.
- Detailed description: Enter a detailed description your service to help users understand what your app or service does.
Version details
Enter the application version details and a summary of what's new in this release. The details must include the specific application or extension that's made available from the Oracle Cloud Marketplace. Use the version description to highlight any version specific information such as what's new in this release.- Version number: Enter the version number of the listing.
- Release Date: Select the release date of the listing.
- Version details: Enter the version details of the listing.
Configure URLs
Enter the following information:- Launch Demo (Optional): Enter the URL that a customer can use to view a demo of your product.
- Self-Paced Training (Optional): Enter the URL that a customer can use to view training materials or documentation related to your product.
Recommended service providers (Optional)
Select a recommended service provider for this listing. Service providers are listed on the marketplace as experts that can help customers set up the product in their customer tenancy.
Get app information
Enter information for one of the following options:
- Redirect to an external URL (Optional): Enter a redirect URL, such as a partner’s website. When a user selects Get App, they’re redirected to this URL.
- Capture lead and show message (Optional): Enter the lead message. Oracle generates a lead for the customers and the text shown on the Customer Details form is specified here.
Custom URL
Enter the following information:
-
Custom URL suffix (Optional): A URL is automatically created for each listing that you post to the Oracle Cloud Marketplace website. In addition, you can create a custom URL for any of your listings, to brand your app or service for marketing purposes.
Custom URLs usually consist of meaningful words or phrases instead of random letters and numbers. As a result, custom URLs are easy to remember, easy to share, and shorter than traditional URLs.
- Full custom URL: Displays the full URL of the listing.
3. Support details
Enter support details for the listing.
Support
Provide information on how a customer can get in touch with their partner and their support team.
- Display text: Enter the display text that provides contact details.
- URL: Enter the URL where the support team can be contacted.
- Support contact 1
- Name: Enter the support contact’s name
- Phone: Enter the support contact’s phone number.
- Email: Enter the support contact’s email address.
- Email Subject: Enter the email's subject.
- Languages supported by support staff: Select the languages supported by the support staff.
System Requirements
Enter the system requirements that customers need to have for the application to function correctly.
Usage information
Enter the text that provides application usage information to the customers.
Screenshots and videos
Upload videos and screenshots to enhance your listing. Oracle Cloud Marketplace displays thumbnails for your videos and screenshots on the right side of the listing page. Users can select a thumbnail to enlarge the image view in another window and then select to cycle through your set of videos and screenshots.
- Type: Select a screenshot or a video of the product.
- Add attachment(s): Attach the screenshot or video using this option.
The attachment name and type are displayed.
Related documents
Add related documents such as case studies, customization guides, data sheets, press releases, user guides, webinars, or technical papers. If you have documents that you want to be available only internally to Oracle (for example, for the Oracle Sales team), select For Oracle Internal View. These documents are displayed in the Marketplace listing details page only if the user is signed in with an oracle.com email address.
- Type: Select the type of related documents from the list that you want to upload.
- Add attachment(s): Upload the related document.
The attachment name and type are displayed.
Supporting documents
When you submit your app listing and app to Oracle for approval, we conduct a complete review of your app. Our review may include a technical architecture review, a security review, and a demonstration of the app. You can include any type of document, such as technical integration documents, security documents, deployment guides, or use cases, that can help us evaluate and approve your app.
You can also select templates that you can use to create supporting documents to submit with your app. Each template provides guidelines about the type of information we look for when reviewing your app.
Note that the documents you include in this section are for use by Oracle only. To include documents that Oracle Cloud Marketplace users can access from the listings page, add the documents to the Related documents section.
4. Summary review
This page summarizes all the information entered to create a lead generation listing.
Select Submit.
Create an application listing (Lead Generation only) using CLI commands.
Use the following commands to create a listing and its components. For a complete list of parameters and values for CLI commands, see the
CLI for Marketplace Publisher
.-
Use the
oci marketplace-publisher listing create
command and required parameters to create a listing:oci marketplace-publisher listing create --compartment-id | -c, --listing-type, --name, --package-type, --defined-tags, --freeform-tags ... [OPTIONS]
-
Use the
oci marketplace-publisher listing-revision create
command and required parameters to add the details of the listing revision:oci marketplace-publisher listing-revision create --categories ... [OPTIONS]
-
Use the
oci marketplace-publisher listing-revision submit-listing-revision-for-review
command and required parameters to submit your listing revision for review:oci marketplace-publisher listing-revision submit-listing-revision-for-review --listing-revision-id --note-details ... [OPTIONS]
-
Use the following operations to create an application listing (lead generation only):
- Use the CreateListing operation to create a listing.
- Use the CreateListingRevision operation to create a listing revision.
- Use the UpdateListingRevision operation to update the support details of the private offer.
- Use the operation to SubmitListingRevisionForReview to review and submit the listing revision.