|
1 |
| -# promo-types, by [Tincre`.dev`](https://tincre.dev/) |
| 1 | +# next-gtm-server, by [Tincre](https://tincre.com/) |
2 | 2 |
|
3 |
| -Types for Tincre [Promo](https://tincre.dev/promo). Use it in conjunction with the [`promo-dashboard`](https://github.com/Tincre/promo-dashboard), [`promo-chat`](https://github.com/Tincre/promo-chat), [`promo-button`](https://github.com/Tincre/promo-button) and other Promo integration applications. |
| 3 | +This is the GTM portion from the `@next/third-parties`, a collection of components and utilities that can be used to efficiently load third-party libraries into your Next.js applications. |
4 | 4 |
|
5 |
| -- [promo-types, by Tincre`.dev`](#promo-types-by-tincredev) |
6 |
| - - [Installation](#installation) |
7 |
| - - [Yarn](#yarn) |
8 |
| - - [Npm](#npm) |
9 |
| - - [Usage](#usage) |
10 |
| - - [Support](#support) |
11 |
| - - [License](#license) |
12 |
| - - [Development](#development) |
13 |
| - - [Releases](#releases) |
14 |
| - - [Release prep](#release-prep) |
15 |
| - - [Test release](#test-release) |
16 |
| - - [Release `latest` tag](#release-latest-tag) |
| 5 | +> Note: `@next/third-parties` is still experimental and under active development. |
17 | 6 |
|
18 |
| -## Installation |
19 |
| - |
20 |
| -Use your favorite package manager to rock installation of `promo-types`. |
21 |
| - |
22 |
| -### Yarn |
23 |
| - |
24 |
| -``` |
25 |
| -yarn add @tincre/promo-types# -D if you want this as a dev dep |
26 |
| -``` |
27 |
| - |
28 |
| -### Npm |
29 |
| - |
30 |
| -``` |
31 |
| -npm install @tincre/promo-types# --save-dev if you want it as a dev dep |
32 |
| -``` |
33 |
| - |
34 |
| -### Usage |
35 |
| - |
36 |
| -- Import the types |
37 |
| -- Use the types |
38 |
| -- Deploy! |
39 |
| - |
40 |
| -#### Usage example |
41 |
| - |
42 |
| -```ts |
43 |
| -import { CampaignData } from '@tincre/promo-types'; |
44 |
| - |
45 |
| -const data: CampaignData = { |
46 |
| - ...//your actual stuff here |
47 |
| -} |
48 |
| -``` |
49 |
| - |
50 |
| -## Support |
51 |
| - |
52 |
| -- Documentation: [tincre.dev/docs](https://tincre.dev/docs) |
53 |
| -- Guides and how-tos: [tincre.dev/docs/guides](https://tincre.dev/docs/guides) |
54 |
| -- Reference docs: [tincre.dev/docs/reference](https://tincre.dev/docs/reference) |
55 |
| -- Community: [community.tincre.dev](https://community.tincre.dev) |
| 7 | +This version of `GoogleTagManager` allows for custom urls to be set for server-side Google Tag Manager deployments. |
56 | 8 |
|
57 | 9 | ## License
|
58 | 10 |
|
59 |
| -This code is free to use for your commercial or personal projects. It is open-source |
60 |
| -licensed under the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/). |
| 11 | +This code is under the MIT license. |
61 | 12 |
|
62 | 13 | You will see various headers throughout the codebase and can reference the license
|
63 | 14 | directly via [LICENSE](/LICENSE) herein.
|
|
0 commit comments