Skip to content

Commit 166adac

Browse files
author
markzegarelli
authored
Merge pull request #1186 from segmentio/DOC-6_Personas-DV360
Doc 6 personas dv360
2 parents a5854a2 + 3fa1548 commit 166adac

File tree

10 files changed

+246
-111
lines changed

10 files changed

+246
-111
lines changed

src/_includes/content/integration-foot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ When you first create an audience, Personas sends an Identify call for every use
4040
{% endunless %}
4141
{% endunless %}
4242

43+
{% unless page.hide-settings == true %}
4344
## Settings
4445

4546
Segment lets you change these destination settings from the Segment app without having to touch any code.
@@ -52,7 +53,7 @@ Segment lets you change these destination settings from the Segment app without
5253

5354
{% endunless %}
5455
{% endfor %}
55-
56+
{% endunless %}
5657
{% if currentIntegration.previous_names.size > 1 %}
5758

5859
## Adding {{ currentIntegration.display_name }} to the integrations object

src/_sass/vendors/_premonition.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@
100100
}
101101

102102
.content {
103-
& > *:not(.header) + * {
103+
ul {
104+
margin-top: 0px;
105+
}
106+
& > *:not(.header, ul) + * {
104107
margin-top: 25px;
105108
}
106109

99.3 KB
Loading

src/connections/destinations/catalog/personas-display-video-360/index.md

Lines changed: 240 additions & 109 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)