diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2e79a793ac7..e8c88383e39 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -90,7 +90,6 @@ content/en/developers/integrations/guide/legacy.md # Marketplace content/en/developers/integrations/api_integration.md @Datadog/marketplace-product-management @DataDog/documentation content/en/developers/integrations/log_integration.md @Datadog/marketplace-product-management @DataDog/documentation -content/en/developers/integrations/marketplace_offering.md @Datadog/marketplace-product-management @DataDog/documentation content/en/developers/integrations/create_a_tile.md @Datadog/marketplace-product-management @DataDog/documentation content/en/developers/integrations/oauth_for_integrations.md @Datadog/marketplace-product-management @DataDog/documentation content/en/developers/integrations/create_an_integration_dashboard.md @Datadog/marketplace-product-management @DataDog/agent-integrations @DataDog/documentation diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index d8f99755511..fa64e483d57 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -1032,31 +1032,26 @@ menu: url: developers/integrations/check_references/ parent: dev_tools_integrations weight: 405 - - name: Build a Marketplace Offering - url: developers/integrations/marketplace_offering/ - parent: dev_tools_integrations - identifier: dev_tools__integrations_marketplace_offering - weight: 406 - name: Create an Integration Dashboard identifier: dev_tools_integrations_dashboard url: developers/integrations/create-an-integration-dashboard parent: dev_tools_integrations - weight: 407 + weight: 406 - name: Create a Monitor Template identifier: dev_tools_integrations_monitor_template url: developers/integrations/create-an-integration-monitor-template parent: dev_tools_integrations - weight: 408 + weight: 407 - name: Create a Cloud SIEM Detection Rule identifier: dev_tools_integrations_cloud_siem_detection_rule url: developers/integrations/create-a-cloud-siem-detection-rule parent: dev_tools_integrations - weight: 409 + weight: 408 - name: Install Agent Integration Developer Tool identifier: dev_tools_integrations_install_developer_tool url: developers/integrations/python/ parent: dev_tools_integrations - weight: 410 + weight: 409 - name: Service Checks url: developers/service_checks/ parent: dev_tools diff --git a/content/en/developers/_index.md b/content/en/developers/_index.md index 810b802e730..1969df4be33 100644 --- a/content/en/developers/_index.md +++ b/content/en/developers/_index.md @@ -41,7 +41,7 @@ You may also be a partner who wants to build on Datadog and contribute to the [D {{< nextlink href="/developers/integrations/agent_integration" >}}Create an Agent-based Integration{{< /nextlink >}} {{< nextlink href="/developers/integrations/api_integration" >}}Create an API Integration{{< /nextlink >}} {{< nextlink href="/developers/integrations/log_integration" >}}Create a Log Integration{{< /nextlink >}} - {{< nextlink href="/developers/integrations/marketplace_offering" >}}Build a Marketplace Offering{{< /nextlink >}} + {{< nextlink href="/developers/integrations/?tab=marketplace#out-of-the-box-integrations-vs-marketplace-offerings" >}}Build a Marketplace Offering{{< /nextlink >}} {{< /whatsnext >}} For more information about becoming a Datadog partner, navigate to the [Datadog Partner Network][2]. @@ -129,7 +129,7 @@ A [custom check][11], also know as a custom Agent check, lets you send internal [7]: https://github.com/DataDog/integrations-extras [8]: https://www.datadoghq.com/pricing/ [9]: https://github.com/DataDog/integrations-core -[10]: /developers/integrations/marketplace_offering +[10]: /developers/integrations/?tab=marketplace#out-of-the-box-integrations-vs-marketplace-offerings [11]: /developers/custom_checks/ [12]: /developers/service_checks/ [13]: /developers/integrations/agent_integration diff --git a/content/en/developers/integrations/_index.md b/content/en/developers/integrations/_index.md index a114f524c01..751aa1a3216 100644 --- a/content/en/developers/integrations/_index.md +++ b/content/en/developers/integrations/_index.md @@ -5,14 +5,12 @@ aliases: - /guides/agent_checks/ - /agent/agent_checks - /developers/agent_checks/ +- /developers/integrations/marketplace_offering description: Learn how to develop and publish a Datadog integration. further_reading: - link: https://www.datadoghq.com/blog/datadog-marketplace/ tag: Blog text: Expand your monitoring reach with the Datadog Marketplace -- link: /developers/integrations/marketplace_offering - tag: Documentation - text: Create an offering on the Datadog Marketplace title: Datadog Integrations type: documentation --- @@ -150,7 +148,6 @@ Datadog offers GTM support. Please reach out to your partner manager to learn mo [1]: http://partners.datadoghq.com [2]: https://app.datadoghq.com/integrations [3]: https://app.datadoghq.com/marketplace -[4]: https://docs.datadoghq.com/developers/integrations/marketplace_offering/ [5]: /developers/integrations/agent_integration/ [6]: /developers/integrations/api_integration/ [7]: https://docs.datadoghq.com/account_management/users/#add-new-members-and-manage-invites diff --git a/content/en/developers/integrations/api_integration.md b/content/en/developers/integrations/api_integration.md index 98e957a45da..1ab9779ac88 100644 --- a/content/en/developers/integrations/api_integration.md +++ b/content/en/developers/integrations/api_integration.md @@ -225,7 +225,6 @@ If your secret was leaked and needs to be rotated, contact [ecosystems@datadog.c [4]: https://app.datadoghq.com/apps [5]: https://github.com/DataDog/integrations-extras/ [6]: http://github.com/DataDog/marketplace -[7]: /developers/integrations/marketplace_offering/#list-an-offering [8]: /getting_started/site/ [9]: https://app.datadoghq.com/organization-settings/oauth-applications [10]: https://app.datadoghq.com/organization-settings/api-keys diff --git a/content/en/developers/integrations/build_integration.md b/content/en/developers/integrations/build_integration.md index 9556a0a2562..92ef8e61f16 100644 --- a/content/en/developers/integrations/build_integration.md +++ b/content/en/developers/integrations/build_integration.md @@ -6,9 +6,6 @@ further_reading: - link: https://www.datadoghq.com/blog/datadog-marketplace/ tag: Blog text: Expand your monitoring reach with the Datadog Marketplace -- link: /developers/integrations/marketplace_offering - tag: Documentation - text: Create an offering on the Datadog Marketplace title: Build an Integration with Datadog type: documentation --- @@ -106,7 +103,6 @@ For the initial launch, leave it as is. For future updates, specify feature addi [1]: http://partners.datadoghq.com [2]: /integrations [3]: /marketplace -[4]: /developers/integrations/marketplace_offering/ [5]: /developers/integrations/agent_integration/ [6]: /developers/integrations/api_integration/ [7]: /developers/integrations/api_integration/#oauth diff --git a/content/en/developers/integrations/check_references.md b/content/en/developers/integrations/check_references.md index 3dffaea4956..a509c40a7f8 100644 --- a/content/en/developers/integrations/check_references.md +++ b/content/en/developers/integrations/check_references.md @@ -145,5 +145,5 @@ You can find the complete list of mandatory and optional attributes for the `met [8]: https://docs.datadoghq.com/getting_started/tagging/ [9]: https://app.datadoghq.com/marketplace/ [10]: https://docs.datadoghq.com/developers/datadog_apps/ -[11]: https://docs.datadoghq.com/developers/integrations/marketplace_offering +[11]: https://docs.datadoghq.com/developers/integrations/?tab=marketplace#out-of-the-box-integrations-vs-marketplace-offerings [12]: https://app.datadoghq.com/integrations diff --git a/content/en/developers/integrations/marketplace_offering.md b/content/en/developers/integrations/marketplace_offering.md deleted file mode 100644 index 80f83a97798..00000000000 --- a/content/en/developers/integrations/marketplace_offering.md +++ /dev/null @@ -1,104 +0,0 @@ ---- -aliases: -- /developers/marketplace/ -further_reading: -- link: https://www.datadoghq.com/partner/ - tag: Partner Network - text: Datadog Partner Network -- link: https://www.datadoghq.com/blog/datadog-marketplace/ - tag: Blog - text: Expand your monitoring reach with the Datadog Marketplace -- link: /developers/integrations/ - tag: Documentation - text: Create an integration -- link: /developers/integrations/agent_integration - tag: Documentation - text: Create an Agent-based Integration -title: Build a Marketplace Offering -type: documentation -description: Learn about the Datadog marketplace. ---- -## Overview - -The [Datadog Marketplace][2] is a digital marketplace where Technology Partners can list their paid offerings to Datadog users. - -While the **Integrations** page includes integrations built by both Datadog and Technology Partners at no cost, the **Marketplace** page is a commercial platform for Datadog customers and Technology Partners to buy and sell a variety of offerings, including Agent-based or API-based integrations, software licenses, and professional services. - -{{< img src="developers/marketplace/marketplace_overview.png" alt="The Datadog Marketplace page" style="width:100%" >}} - -## List an offering - -The following types of offerings are supported on the Datadog Marketplace: - -Integrations -: Marketplace integrations that submit third-party data to (or pull data from) a user's Datadog account through the [Datadog Agent][19] or the [Datadog API][15]. These integrations can contain a variety of data types, such as metrics, events, logs, traces, and more. - -Software licenses -: Software licenses enable you to deliver and license software solutions to customers through the Datadog Marketplace. - -Professional services -: Professional services enable you to offer your team's services for implementation, support, or management for a set period of time. - -## Join the Datadog Marketplace - -Marketplace Partners have unique benefits that are not available to Technology Partners who list out-of-the-box integrations: - -- **Go-to-market collaboration** including a blog post, a quote for a press release, and social media amplification, with access to dedicated sales and marketing resources focused on accelerating partner growth. -- **Training and support** for internal sales enablement. -- **Exclusive opportunities to sponsor** conferences and events (such as [Datadog DASH][20]) at a discounted rate. -- **Generate new leads** from user discovery. - -## Join the Datadog partner network - -Before listing an offering on the Datadog Marketplace, you first need to apply to the [Datadog Partner Network's][3] **Technology Partner** track. Once your application has been approved, you can begin developing your offering. - -## Request a sandbox account - -All Technology Partners can request a dedicated Datadog sandbox account to aid in their development. - -To request a sandbox account: - -1. Login to the [Datadog Partner Portal][6]. -2. On your personal homepage, click on the **Learn More** button under **Sandbox Access**. -3. Select **Request Sandbox Upgrade**. - -