diff --git a/src/_includes/content/destination-dossier.html b/src/_includes/content/destination-dossier.html index b9cf345554..ff8f4a1c81 100644 --- a/src/_includes/content/destination-dossier.html +++ b/src/_includes/content/destination-dossier.html @@ -3,8 +3,13 @@ {% assign overrideInfo = site.data.catalog.overrides.items % | where: "id", thisDestination | first %} +{% if page.private %} +{% assign destinationInfo = site.data.catalog.destinations_private.items | where: "id", thisDestination | first %} +{% else %} {% assign destinationInfo = site.data.catalog.destinations.items | where: "id", thisDestination | first %} +{% endif %} + {% comment %}There are probably prettier ways to generate a list of links to these methods, but this was good enough for me.{% endcomment %} {% assign destMethods = "" | split: ", " %} {% assign methodName = "" | split: " " %} diff --git a/src/connections/destinations/catalog/actions-pardot/index.md b/src/connections/destinations/catalog/actions-pardot/index.md index be709fd1ae..e1020caa21 100644 --- a/src/connections/destinations/catalog/actions-pardot/index.md +++ b/src/connections/destinations/catalog/actions-pardot/index.md @@ -1,7 +1,7 @@ --- title: Pardot (Actions) Destination hide-boilerplate: true -hide-dossier: true +hide-dossier: false hidden: true private: true strat: salesforce @@ -11,6 +11,9 @@ Pardot is a Salesforce marketing automation and analytics solution that lets you Segment’s Pardot (Actions) destination enables you to create and update prospects with custom traits that can be leveraged in your marketing efforts. Segment sends data to [version 5 of the Pardot API](https://developer.salesforce.com/docs/marketing/pardot/guide/version5overview.html){:target="_blank"}. +> info "" +> The Pardot (Actions) destination is in beta and is in active development. Some functionality may change before it becomes generally available. + > success "Good to know" > This page is about the [Actions-framework](/docs/connections/destinations/actions/) Pardot destination. There's also a page about the [non-Actions Pardot destination](/docs/connections/destinations/catalog/pardot/). Both of these destinations receive data from Segment.