Skip to content

Commit fbec884

Browse files
authored
Merge pull request #3315 from segmentio/develop
Release 22.31.1
2 parents 99f4f05 + 1bd3eaa commit fbec884

File tree

19 files changed

+603
-2385
lines changed

19 files changed

+603
-2385
lines changed

CODEOWNERS

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,41 @@ CODEOWNERS @segmentio/segment-doc-team
2727
# Destinations owners
2828
/src/connections/destinations @stayseesong @markzegarelli
2929

30+
# Stratconn
31+
## Adobe
32+
/src/connections/destinations/catalog/adobe-analytics/ @kdaswani
33+
/src/connections/destinations/catalog/actions-adobe-target-web/ @kdaswani
34+
/src/connections/destinations/catalog/actions-adobe-target-cloud/ @kdaswani
35+
/src/connections/destinations/catalog/marketo-v2/ @kdaswani
36+
/src/connections/destinations/catalog/marketo-static-lists/ @kdaswani
37+
38+
## Facebook
39+
/src/connections/destinations/catalog/facebook-pixel/ @kdaswani
40+
/src/connections/destinations/catalog/actions-facebook-conversions-api/ @kdaswani
41+
/src/connections/destinations/catalog/facebook-app-events/ @kdaswani
42+
/src/connections/destinations/catalog/facebook-offline-conversions/ @kdaswani
43+
/src/connections/destinations/catalog/personas-facebook-custom-audiences/ @kdaswani
44+
45+
## Google
46+
/src/connections/destinations/catalog/firebase/ @kdaswani
47+
/src/connections/destinations/catalog/google-analytics/ @kdaswani
48+
/src/connections/destinations/catalog/actions-google-analytics-4/ @kdaswani
49+
/src/connections/destinations/catalog/google-tag-manager/ @kdaswani
50+
/src/connections/destinations/catalog/actions-google-enhanced-conversions/ @kdaswani
51+
/src/connections/destinations/catalog/doubleclick-floodlight/ @kdaswani
52+
/src/connections/destinations/catalog/google-ads-classic/ @kdaswani
53+
/src/connections/destinations/catalog/google-ads-gtag/ @kdaswani
54+
/src/connections/destinations/catalog/google-cloud-function/ @kdaswani
55+
/src/connections/destinations/catalog/google-cloud-pubsub/ @kdaswani
56+
/src/connections/destinations/catalog/adwords-remarketing-lists/ @kdaswani
57+
/src/connections/destinations/catalog/personas-display-video-360/ @kdaswani
58+
59+
## Salesforce
60+
/src/connections/destinations/catalog/salesforce/ @kdaswani
61+
/src/connections/destinations/catalog/actions-salesforce/ @kdaswani
62+
/src/connections/destinations/catalog/salesforce-marketing-cloud/ @kdaswani
63+
/src/connections/destinations/catalog/pardot/ @kdaswani
64+
3065
# Engage
3166
/src/engage/ @markzegarelli @pwseg @rchinn-segment
3267

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
' ',
182182
React.createElement(
183183
'a',
184-
{ href: '/https://segment.com/legal/website-data-collection-policy/', target: '_blank' },
184+
{ href: 'https://segment.com/legal/website-data-collection-policy/', target: '_blank' },
185185
'Website Data Collection Policy'
186186
),
187187
'.'

src/connections/destinations/catalog/actions-facebook-conversions-api/index.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -66,23 +66,7 @@ Set up your Pixel to work with the Facebook Conversions API (Actions) destinatio
6666

6767
## Configuration options
6868

69-
The Facebook Conversions API (Actions) destination gives you several ways to implement your conversion tracking. You can use it with [Facebook Pixel](/docs/connections/destinations/catalog/facebook-pixel/), or as a stand-alone alternative. You can read more about implementation options below and in [Facebook documentation](https://developers.facebook.com/docs/marketing-api/conversions-api/guides/end-to-end-implementation#pick-your-integration-type){:target="_blank"}.
70-
71-
### Action Source
72-
73-
`action_source` is set to "website" as a default value.
74-
75-
You can set `action_source` manually by passing it as a property of a Track event. You can use either snake case or camel case to include `action_source` as a property in Track events.
76-
77-
| Action Source Values | Description |
78-
| -------------------- | --------------------------------------------------------------------------------------------------------- |
79-
| `chat` | Conversion was made through a messaging app, SMS, or online messaging feature. |
80-
| `email` | Conversion happened over email. |
81-
| `other` | Conversion happened in a way that is not listed. |
82-
| `phone_call` | Conversion was made over the phone. |
83-
| `physical_store` | Conversion was made in person at your physical store. |
84-
| `system_generated` | Conversion happened automatically, for example, a subscription renewal that's set on auto-pay each month. |
85-
| `website` | Conversion was made on your website. |
69+
The Facebook Conversions API (Actions) destination gives you several ways to implement your conversion tracking. You can use it with [Facebook Pixel](/docs/connections/destinations/catalog/facebook-pixel/), or as a stand-alone alternative. You can read more about implementation options below and in [Facebook documentation](https://developers.facebook.com/docs/marketing-api/conversions-api/guides/end-to-end-implementation#pick-your-integration-type){:target="_blank"}. |
8670

8771
### Send events from both the browser and the server
8872

src/connections/sources/catalog/cloud-apps/snowflake/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
title: 'Snowflake Source'
33
hidden: true
44
published: false
5+
id: BQp3zGUgjV
56
---

src/connections/sources/catalog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Below is a list of the available sources on the Segment platform.
6262
<div class="flex flex--wrap waffle waffle--xlarge">
6363
{% assign integrations = site.data.catalog.sources.items %}
6464
{% for integration in integrations %}
65-
{% unless integration.categories contains promoted_categories[0] or integration.categories contains promoted_categories[1] or integration.categories contains promoted_categories[2] or integration.categories contains promoted_categories[3 or integration.hidden == true%}
65+
{% unless integration.categories contains promoted_categories[0] or integration.categories contains promoted_categories[1] or integration.categories contains promoted_categories[2] or integration.categories contains promoted_categories[3] or integration.hidden == true %}
6666
<div class="flex__column flex__column--6">
6767
<a class="thumbnail-integration flex flex--middle" href="{{ site.baseurl }}/{{ integration.url }}">
6868
<div class="thumbnail-integration__content">

src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -446,21 +446,21 @@ If Segment doesn't support your Kotlin destination, you can build your own with
446446

447447
To build your own Kotlin destination using a plugin template:
448448

449-
1. Go to the [Kotlin Destination Plugin Template](https://github.com/segmentio/kotlin-destination-templates){:target="_blank"}.
449+
1. Go to the [Kotlin Destination Plugin Template](https://github.com/segment-integrations/analytics-kotlin-destination-template){:target="_blank"}.
450450
2. Click **Use this template**.
451451
3. Enter a name for the repository.
452452
4. Click **Create repository from template**.
453-
5. Go to **destination > src > main > java/dmn/your/pkg/destination** in your repository.
454-
6. Click the **ExampleDestination.kt**.
453+
5. Go to **lib > src > main > java/dmn/your/pkg/destination** in your repository.
454+
6. Click the **MyDestination.kt**.
455455
7. Complete the `TODO` sections in the sample code with the appropriate information for your destination. Segment recommends you to change the package name before you finalize your build.
456456
8. Commit your changes.
457457

458458
You can unit test your destination to make sure it works. Segment recommends you to use the testing template as a starter and to build upon it to get test coverage of most scenarios.
459459

460460
To test your destination:
461461

462-
1. Go to **destination > src > test > java/dmn/your/pkg/destination**.
463-
2. Click **ExampleDestinationTests.kt**.
462+
1. Go to **lib > src > test > java/dmn/your/pkg/destination**.
463+
2. Click **MyDestinationTests.kt**.
464464
3. Complete the `TODO` sections in the sample code with the appropriate information for your destination.
465465
4. Commit your changes.
466466

0 commit comments

Comments
 (0)