You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-facebook-conversions-api/index.md
+1-17Lines changed: 1 addition & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,23 +66,7 @@ Set up your Pixel to work with the Facebook Conversions API (Actions) destinatio
66
66
67
67
## Configuration options
68
68
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.
|`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"}. |
86
70
87
71
### Send events from both the browser and the server
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/mobile/kotlin-android/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,21 +446,21 @@ If Segment doesn't support your Kotlin destination, you can build your own with
446
446
447
447
To build your own Kotlin destination using a plugin template:
448
448
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"}.
450
450
2. Click **Use this template**.
451
451
3. Enter a name for the repository.
452
452
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**.
455
455
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.
456
456
8. Commit your changes.
457
457
458
458
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.
459
459
460
460
To test your destination:
461
461
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**.
464
464
3. Complete the `TODO` sections in the sample code with the appropriate information for your destination.
0 commit comments