Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/_includes/content/destination-dossier.html
Original file line number Diff line number Diff line change
Expand Up @@ -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: " " %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Pardot (Actions) Destination
hide-boilerplate: true
hide-dossier: true
hide-dossier: false
hidden: true
private: true
strat: salesforce
Expand All @@ -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.

Expand Down