-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from tenjin/release-1.0.1
Release 1.0.1
- Loading branch information
Showing
12 changed files
with
200 additions
and
5,286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,5 +104,39 @@ Tenjin supports retrieving of attributes, which are required for developers to g | |
|
||
:warning: **NOTE: Attribution Info is a paid feature, so please contact your Tenjin account manager if you are interested in.** | ||
|
||
### Customer User ID | ||
```javascript | ||
Tenjin.setCustomerUserId(userId) | ||
``` | ||
Parameters: | ||
- `userId`: string | ||
|
||
```javascript | ||
Tenjin.getCustomerUserId() | ||
``` | ||
Returns: `string` | ||
|
||
### Update SKAN Postback Conversion Value (iOS only) | ||
```javascript | ||
Tenjin.updatePostbackConversionValue(conversionValue) | ||
``` | ||
Parameters: | ||
- `conversionValue`: number | ||
|
||
```javascript | ||
Tenjin.updatePostbackConversionValueCoarseValue(conversionValue, coarseValue) | ||
``` | ||
Parameters: | ||
- `conversionValue`: number | ||
- `coarseValue`: string | ||
|
||
```javascript | ||
Tenjin.updatePostbackConversionValueCoarseValueLockWindow(conversionValue, coarseValue, lockWindow) | ||
``` | ||
Parameters: | ||
- `conversionValue`: number | ||
- `coarseValue`: string | ||
- `lockWindow`: boolean | ||
|
||
## Support | ||
If you have any issues with the plugin integration or usage, please contact us to [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.