Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 44aedb0

Browse files
author
Jelle Klaver
committed
Minor README updates and LICENSE extraction
1 parent 23e4124 commit 44aedb0

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

LICENSE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Copyright 2018 Jelle Klaver [https://jelleklaver.com](https://jelleklaver.com)
2+
3+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
4+
5+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

README.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# react-linkedin-insight
2-
Easily add LinkedIn Insight Tag to React.
2+
Easily add LinkedIn Insight Tag to React.
33
It is heavily inspired by [react-facebook-pixel](https://github.com/zsajjad/react-facebook-pixel) from [@zsajjad](https://github.com/zsajjad).
44

55
## Install
6-
This repo is available via npm ([react-linkedin-insight](https://www.npmjs.com/package/@jelleklaver/react-linkedin-insight))
6+
This repo is available via npm ([react-linkedin-insight](https://www.npmjs.com/package/react-linkedin-insight))
77

88
```bash
99
npm install react-linkedin-insight --save
@@ -20,7 +20,7 @@ LinkedInTag.track(conversionId);
2020
```
2121

2222
### Partner ID
23-
You can get the partner ID from the script LinkedIn provides when you create an Insight Tag. The partner ID can be found on the second row of the code they provide: `_linkedin_partner_id = "123456";` where the 123456 is your partner ID.
23+
You can get the partner ID from the script LinkedIn provides when you create an Insight Tag. The partner ID can be found on the second row of the code they provide: `_linkedin_partner_id = "123456";` where the `123456` is your partner ID.
2424

2525
### Conversion ID
2626
Conversions can only be tracked if they are created within the LinkedIn Campaign Manager. Once an event-specific pixel is created, they will provide an image tag like `<img height="1" width="1" style="display:none;" alt="" src="https://dc.ads.linkedin.com/collect/?pid=123456&conversionId=789012&fmt=gif" />`. The `789012` behind the `conversionId=` is your conversion ID.
@@ -29,8 +29,4 @@ Conversions can only be tracked if they are created within the LinkedIn Campaign
2929
Currently there is no option in automatically tracking navigation with client-side routing. Input would be very helpful and appreciated. It could be opted to create a conversion in LinkedIn which is called 'virtualPageView' or so, but I don't think this is good practice. We should create a way in which LinkedIn registers a navigation change as a page load.
3030

3131
## License (ISC)
32-
Copyright 2018 Jelle Klaver
33-
34-
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
35-
36-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32+
[ISC](https://github.com/jelleklaver/react-linkedin-insight/blob/master/LICENSE.md) | Copyright 2018 Jelle Klaver [https://jelleklaver.com](https://jelleklaver.com)

0 commit comments

Comments
 (0)