Skip to content

Commit 5e9a478

Browse files
authored
Merge pull request #547 from segmentio/repo-sync
repo sync
2 parents 1c63b01 + a0d4376 commit 5e9a478

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/_includes/content/destination-dossier.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33

44
{% assign overrideInfo = site.data.catalog.overrides.items % | where: "id", thisDestination | first %}
55

6+
{% if page.private %}
7+
{% assign destinationInfo = site.data.catalog.destinations_private.items | where: "id", thisDestination | first %}
8+
{% else %}
69
{% assign destinationInfo = site.data.catalog.destinations.items | where: "id", thisDestination | first %}
710

11+
{% endif %}
12+
813
{% comment %}There are probably prettier ways to generate a list of links to these methods, but this was good enough for me.{% endcomment %}
914
{% assign destMethods = "" | split: ", " %}
1015
{% assign methodName = "" | split: " " %}

src/connections/destinations/catalog/actions-pardot/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Pardot (Actions) Destination
33
hide-boilerplate: true
4-
hide-dossier: true
4+
hide-dossier: false
55
hidden: true
66
private: true
77
strat: salesforce
@@ -11,6 +11,9 @@ Pardot is a Salesforce marketing automation and analytics solution that lets you
1111

1212
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"}.
1313

14+
> info ""
15+
> The Pardot (Actions) destination is in beta and is in active development. Some functionality may change before it becomes generally available.
16+
1417
> success "Good to know"
1518
> 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.
1619

0 commit comments

Comments
 (0)