Skip to content

Commit 238ca2f

Browse files
authored
Merge pull request #505 from segmentio/repo-sync
repo sync
2 parents df8cf22 + a22b02d commit 238ca2f

File tree

2 files changed

+6
-22
lines changed
  • src/connections
    • destinations/catalog/actions-facebook-conversions-api
    • sources/catalog/libraries/mobile/kotlin-android

2 files changed

+6
-22
lines changed

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/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)