Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stape-io/cj-tag
CJ Tag for Google Tag Manager Server Side
https://github.com/stape-io/cj-tag
cj gtm gtm-custom-template gtm-server-side gtm-template stape
Last synced: 26 days ago
JSON representation
CJ Tag for Google Tag Manager Server Side
- Host: GitHub
- URL: https://github.com/stape-io/cj-tag
- Owner: stape-io
- License: apache-2.0
- Created: 2024-01-25T18:54:07.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T08:54:52.000Z (7 months ago)
- Last Synced: 2024-12-05T05:45:38.536Z (about 1 month ago)
- Topics: cj, gtm, gtm-custom-template, gtm-server-side, gtm-template, stape
- Language: Smarty
- Homepage: https://stape.io
- Size: 86.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CJ tag for Google Tag Manager Server Side
There are two types of events that CJ tag includes: PageView and Conversion.
- Pageview event stores the CJEVENT URL parameter inside the cje cookie.
- Conversion event sends a request with the specified conversion event data to CJ postback URL.## How to use the CJ tag:
**Pageview** - add the CJ tag to the pageview event.
**Conversion events**
Required parameters:
- **CID** - CJ assigned ID for your program
- **Type** - Also referred to as Action ID, this is a CJ assigned value that identifies the action being trackedAlso, you can override values of the following parameters which will be parsed from eventData by default:
- **Conversion Date Time**
- **Order ID**
- **Currency Code**
- **Coupon**
- **Discount**
- **Items**### Useful links:
- https://stape.io/blog/cj-server-to-server-tracking-using-sever-google-tag-manager
## Open Source
CJ Tag for GTM Server Side is developed and maintained by [Stape Team](https://stape.io/) under the Apache 2.0 license.