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: README.md
+33-27Lines changed: 33 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ startSession()
102
102
103
103
### trackScreen()
104
104
105
-
The trackScreen method is used to track screen views within a React Native application. It will take `screen name`,`title` with the optional parameter `actionDimensions`.
105
+
The trackScreen method is used to track screen views within a React Native application. It will take `screen name`,`title` with the optional parameter `dimension`.
106
106
107
107
#### Example
108
108
@@ -133,7 +133,7 @@ trackScreen("HomeScreen","Navigate to home screen",{
133
133
134
134
### trackEvent()
135
135
136
-
The trackEvent method is used to track custom events within a React Native application. It will take `category`,`action`,`name` ,`value` with the optional parameter `actionDimensions`.
136
+
The trackEvent method is used to track custom events within a React Native application. It will take `category`,`action`,`name` ,`value` with the optional parameter `dimension`.
137
137
138
138
#### Example
139
139
@@ -206,7 +206,7 @@ size: 'L',
206
206
207
207
### trackOutlink()
208
208
209
-
The trackOutlink method is used to track clicks on outbound links within a React Native application. It will take only `url` with the optional parameter `actionDimensions`.
209
+
The trackOutlink method is used to track clicks on outbound links within a React Native application. It will take only `url` with the optional parameter `dimension`.
The trackSearch method is used to track search keyword within a React Native application. It will take only `keyword` with the optional parameter `actionDimensions`.
241
+
The trackSearch method is used to track search keyword within a React Native application. It will take only `keyword` with the optional parameter `dimension`.
242
242
243
243
#### Example
244
244
@@ -268,7 +268,7 @@ trackImpression("Logicwind",{
268
268
269
269
### trackImpression()
270
270
271
-
The trackImpression method is used to track specific content or elements within a React Native application. It will take only `contentName` with the optional parameter `actionDimensions`.
271
+
The trackImpression method is used to track specific content or elements within a React Native application. It will take only `contentName` with the optional parameter `dimension`.
The trackInteraction method is used to track users engage with specific elements or perform actions within a React Native application. It will take `contentName` and `contentInteraction` with the optional parameter `actionDimensions`.
302
+
The trackInteraction method is used to track users engage with specific elements or perform actions within a React Native application. It will take `contentName` and `contentInteraction` with the optional parameter `dimension`.
The trackDownload method is used to track the download of files or resources within a React Native application. It will take `category`,`action` and `download-url` with the optional parameter `actionDimensions`.
333
+
The trackDownload method is used to track the download of files or resources within a React Native application. It will take `category`,`action` and `download-url` with the optional parameter `dimension`.
334
334
335
335
#### Example
336
336
@@ -476,7 +476,7 @@ trackMediaEvent({siteId:"siteid",mediaId:"unique id",mediaTitle:"video media pla
476
476
477
477
### trackCampaign()
478
478
479
-
Tracking campaigns usually involves recording information about user interactions that can be tied to specific marketing efforts, such as UTM parameters.It requires the parameters `title`,`campaignUrl` with the optional parameter `actionDimensions`
479
+
Tracking campaigns usually involves recording information about user interactions that can be tied to specific marketing efforts, such as UTM parameters.It requires the parameters `title`,`campaignUrl` with the optional parameter `dimension`
0 commit comments