Thanks to visit codestin.com
Credit goes to github.com

Skip to content

reinstate feedback and personas-partial hider, plus fix redirect #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2019
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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ defaults:
beta: false
seo-priority: 0.5
seo-changefreq: weekly
hide-feedback: false
- scope:
path: "connections/destinations"
values:
Expand Down
7 changes: 4 additions & 3 deletions src/_includes/content/integration-foot.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<!-- in the file we're pulling from the API, "name" corresponds with the path to the yml blob for a specific destination.-->
{% assign name = page.path | replace: "connections", "catalog" | remove: "/index.md" %}
{% assign destination_from_api = site.data.catalog.destinations.destinations | where: "name", name | first %}
<!-- if it uses Identify calls and is available on Server, you can use personas? -->
{% if destination_from_api.methods.identify == true and destination_from_api.platforms.server == true %}
{% include content/personas.md %}

{% if destination_from_api.platforms.server == true %}
{% unless hide-personas-partial %}
{% include content/personas.md %}
{% endunless %}
{% endif %}


Expand Down
2 changes: 2 additions & 0 deletions src/_layouts/catalog.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ <h1 id="{{ page.title | downcase }}" class="destinations__heading page__heading"

<div class="sidebar sidebar--sticky">
{% include sidebar/{{ page.integration_type }}-menu.html %}
{% unless page.hide-feedback %}
{% include sidebar/feedback.html %}
{% endunless %}
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ <h1 id="{{ page.title | downcase }}" class="home__heading page__heading">

<hr>

{% unless page.hide-feedback %}
{% include components/feedback.html %}
{% endunless %}

{% include components/callout.html %}
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/_layouts/integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ <h1 id="{{ page.title | downcase }}" class="page__heading">
</div>
{%- endunless -%}

{% if page.feedback != false %}
{% unless page.hide-feedback %}
{% include sidebar/feedback.html %}
{% endif %}
{% endunless %}
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/_layouts/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</div>
{%- endunless -%}

{% if page.feedback != false %}
{% unless page.hide-feedback %}
{% include sidebar/feedback.html %}
{% endif %}
{% endunless %}
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions src/_layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ <h1 id="{{ page.title | downcase }}" class="page__heading">

<hr>

{% unless page.hide-feedback %}
{% include components/feedback.html %}
{% endunless %}

{% include components/callout.html %}
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/api/config-api/reference.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Reference
redirect_to: https://reference.segmentapis.com/
---

See the [Segment Config API Reference](https://reference.segmentapis.com/) hosted by [Postman](https://www.getpostman.com/).
See the [Segment Config API Reference](https://reference.segmentapis.com/) hosted by [Postman](https://www.getpostman.com/).
2 changes: 1 addition & 1 deletion src/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Segment Glossary"
description: "Glossary of terms used in the Segment documentation"
hide_toc: true
feedback: false
hide-feedback: true
layout: page
---
<span id="doc-content" />
Expand Down
2 changes: 1 addition & 1 deletion src/legal/acceptable-use-policy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Acceptable Use Policy"
sidebar: "Acceptable Use Policy"
feedback: false
hide-feedback: true
---

### Acceptable Use Policy
Expand Down
2 changes: 1 addition & 1 deletion src/legal/first-access-beta-preview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "First-Access and Beta Preview"
sidebar: "First-Access and Beta Preview"
feedback: false
hide-feedback: true
---

### SEGMENT FIRST-ACCESS AND BETA PREVIEW TERMS AND CONDITIONS
Expand Down
2 changes: 1 addition & 1 deletion src/legal/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Terms of Service
sidebar: Terms of Service
feedback: false
hide-feedback: true
---
2 changes: 1 addition & 1 deletion src/legal/partnersagreement.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Segment Partner Program Agreement
sidebar: Segment Partner Program Agreement
feedback: false
hide-feedback: true
---

## Segment Partner Program Agreement
Expand Down
2 changes: 1 addition & 1 deletion src/legal/personas-terms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Terms of Service: Personas"
sidebar: "Terms of Service: Personas"
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/premium-tos-security.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
hidden: true
title: Segment Premium Information Security Policy
feedback: false
hide-feedback: true
---

_Last Updated June 22nd, 2019_
Expand Down
2 changes: 1 addition & 1 deletion src/legal/premium-tos-sla.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
hidden: true
title: Segment SLA for Premium Terms of Service
feedback: false
hide-feedback: true
---

_Last Updated June 22nd, 2019_
Expand Down
2 changes: 1 addition & 1 deletion src/legal/premium-tos.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
hidden: true
title: Segment Premium Online Terms of Service
feedback: false
hide-feedback: true
---

**SEGMENT PREMIUM ONLINE CUSTOMER AGREEMENT**
Expand Down
2 changes: 1 addition & 1 deletion src/legal/privacy-04-2018.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Privacy Policy
hidden: true
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/privacy-2017.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Privacy Policy - 2016
hidden: true
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/privacy-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Updates - Privacy Policy
sidebar: Updates - Privacy Policy
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/privacy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Privacy Policy
sidebar: Privacy Policy
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/security.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Security
sidebar: Security
feedback: false
hide-feedback: true
---

We take the responsibility of helping you manage your customer data seriously. That’s why security and privacy are key focus areas for our organization and product development. To learn more about Segment's Security program, please visit [our security page](https://segment.com/security/).
Expand Down
2 changes: 1 addition & 1 deletion src/legal/subprocessors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: List of Data Subprocessors
sidebar: List of Data Subprocessors
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/terms-2016.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Terms of Service - 2016
hidden: true
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/terms-2017.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Terms of Service - 2017
hidden: true
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/terms-updates.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Updates - Terms of Service
sidebar: Updates - Terms of Service
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/terms.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Terms of Service
sidebar: Terms of Service
feedback: false
hide-feedback: true
---

[email]: mailto:[email protected]
Expand Down
2 changes: 1 addition & 1 deletion src/legal/website-data-collection-policy.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Website Data Collection Policy
sidebar: Website Data Collection Policy
feedback: false
hide-feedback: true
---

Segment uses data collected by cookies and javascript libraries to improve your browsing experience, analyze site traffic, deliver personalized advertisements, and increase the overall performance of our site.
Expand Down
4 changes: 2 additions & 2 deletions src/protocols/anomaly_detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ Source: \{{properties.sourceName}} \nEvent: \{{properties.eventName}} \nViolatio
```
When you're done, it'll look like the screenshot below.

![](images/slack_violation_generated_setup.png)
![](../images/slack_violation_generated_setup.png)


### Create customized Anomaly Detection dashboards in a BI tool
Custom dashboards are a great way to focus your teams around the metrics and events that matter most to your business. With a few simple queries you can build a dashboard to share with teams, so everyone can understand how well they're doing against your data quality objectives. Here's an example dashboard that can be built with the queries.

![](images/anomaly_detection_dashboard.png)
![](../images/anomaly_detection_dashboard.png)

Note: For all queries below, replace `protocols_audit_source` with whatever schema name you set for your forwarded violations source.

Expand Down