Magento
- Have your CJ-specific IDs ready before you begin: Enterprise ID, Action ID, and Tag ID. These are provided by your CJ Client Integration Engineering (CIE) team.
- Ensure you have admin-level access to your Shopify store before starting.
- Your unique tracking script must be copied directly from the CJ Network App within your Shopify Admin — do not use example code from screenshots.
- CJ cannot provide legal guidance on privacy compliance. Consult your legal team for jurisdiction-specific requirements before configuring privacy settings.
Step 1: Access Magento Marketplace
Step 2: Download the Extension
Step 3: Create Directory Structure
Create the following folder structure in your Magento installation:
# Navigate to your Magento installation directory
cd /path/to/magento
# Create directory structure
mkdir -p app/code/CjPublicis/UniversalTagStep 4: Extract and Install Files
<Magento_Installation_Folder>/app/code/CjPublicis/UniversalTagStep 5: Execute Installation Commands
Run these commands in your Magento root directory:
# Upgrade Magento setup
bin/magento setup:upgrade
# Clear cache
bin/magento cache:flush
# Restart your serverStep 6: Verify Installation
Configuration
Access Configuration Settings
- Log in to your Magento 2.x admin panel
- Navigate to Stores → Configuration
- Locate and click CJ UNIVERSAL TAG in the settings list

Configure Tracking Parameters
Your CJ Client Integration Engineer will provide your account's Enterprise ID, Action ID, and Tag ID.
Never share your Enterprise ID, Action ID, or Tag ID publicly. These values are unique to your account and should be kept confidential.
Customer Tracking Settings
Choose whether to track:
- New Customers: First-time purchasers
- Existing Customers: Returning customers
Note: Customer status is determined by the email address entered at checkout.
Save Configuration
- Enter the provided tracking parameters
- Select your customer tracking preferences
- Click Save Config at the top of the page
- Optionally configure specific website or store views by changing the Scope
Uninstalling The Extension
<StepList
color="#025450"
steps=[{"n":"1","body":{"key":null,"ref":null,"props":{"children":[{"type":"strong","key":null,"ref":null,"props":{"children":"Remove Files"},"_owner":null,"_store":{}}," — Delete the extension directory:",{"type":"pre","key":null,"ref":null,"props":{"children":{"type":"code","key":null,"ref":null,"props":{"children":"rm -rf <Magento_Installation_Folder>/app/code/CjPublicis"},"_owner":null,"_store":{}}},"_owner":null,"_store":{}}]},"_owner":null,"_store":{}}},{"n":"2","body":{"key":null,"ref":null,"props":{"children":[{"type":"strong","key":null,"ref":null,"props":{"children":"Clean Database"},"_owner":null,"_store":{}}," — Execute these SQL statements in your database:",{"type":"pre","key":null,"ref":null,"props":{"children":{"type":"code","key":null,"ref":null,"props":{"children":"DELETE FROM core_config_data WHERE path='universaltag/general/enterprise_id';\nDELETE FROM core_config_data WHERE path='universaltag/general/action_id';\nDELETE FROM core_config_data WHERE path='universaltag/general/tag_id';\nDELETE FROM core_config_data WHERE path='universaltag/general/customer_status';"},"_owner":null,"_store":{}}},"_owner":null,"_store":{}},{"type":"strong","key":null,"ref":null,"props":{"children":"⚠️ Warning:"},"_owner":null,"_store":{}}," Back up your database before executing SQL statements. These changes cannot be undone."]},"_owner":null,"_store":{}}},{"n":"3","body":{"key":null,"ref":null,"props":{"children":[{"type":"strong","key":null,"ref":null,"props":{"children":"Finalize Removal"},"_owner":null,"_store":{}}," — Run Magento's setup upgrade and restart your server:",{"type":"pre","key":null,"ref":null,"props":{"children":{"type":"code","key":null,"ref":null,"props":{"children":"bin/magento setup:upgrade\n# Restart your server"},"_owner":null,"_store":{}}},"_owner":null,"_store":{}}]},"_owner":null,"_store":{}}}]
/>
Need help?
Submit a support ticket for account-specific support.
Updated 3 months ago

