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/singular/index.md
-50Lines changed: 0 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -28,56 +28,6 @@ This destination is maintained by Singular. For any issues with the destination,
28
28
Enable automatic tracking of lifecycle events (`Application Opened`, `Application Installed`, `Application Updated`) using initialization config parameters ([iOS](/docs/connections/sources/catalog/libraries/mobile/ios/#application-lifecycle-tracking), [Android](/docs/connections/sources/catalog/libraries/mobile/android/#step-2-initialize-the-client)) to track installs and sessions in Singular. The Singular "**session**" will be sent automatically by the integration as long as you are including the events above.
29
29
30
30
31
-
## Apple Search Ads Attribution
32
-
33
-
> note "Note"
34
-
> If you are using the Device-Based Destination, there's no need to implement the code below, as the data is already collected automatically.
35
-
36
-
To get attribution data into Singular, you must include the [analytics-ios-iads-attribution](https://github.com/segmentio/analytics-ios-iads-attribution){:target="_blank"} dependency and version 3.6.0 or higher of the [Analytics SDK](https://github.com/segmentio/analytics-ios){:target="_blank"}.
37
-
38
-
To install it, simply add the following line to your Podfile:
39
-
`pod "Analytics"`
40
-
`pod "Analytics-iAds-Attribution"`
41
-
42
-
Then import the header and initialize the configuration:
Singular has explicitly mapped the `Application Installed` lifecycle event to provide the iAd Information.
79
-
80
-
81
31
## Tracking Custom Events
82
32
83
33
If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call (in Android) would look like:
0 commit comments