Git Product home page Git Product logo

venia-tag-property's Introduction

Check out the story behind this project.

Venia Tag Property Project

This is an example web property definition on how to setup a Adobe Expierence Platform Tag (previously Adobe Launch) for an AEM website using WCM core components, CIF core components, and Magento events SDK. This tutorial is valid for the following reference websites:

  • Venia with WCM and CIF core components
  • WKND with WCM core components

A few general points for this Tag property project:

In this documentation:

Installing the Venia web property

  1. Create and Adobe IO project
    1. Add the Experiance Platform Launch API
      1. Generate a public/private key pair
      2. Download the public/private key
    2. Go to Service Account (JWT)
      1. In the top right click Download JSON
      2. Update downloaded file to config.json
    3. Update config.json to include the path to the private.key you downloaded earlier.
    {
      "CLIENT_SECRET": "xxxxxxxxxxxxxxxxxxxxx",
      "ORG_ID": "xxxxxxxxxxxxxxxxxxxxx@AdobeOrg",
      "API_KEY": "xxxxxxxxxxxxxxxxxxxxx",
      "TECHNICAL_ACCOUNT_ID": "[email protected]",
      "TECHNICAL_ACCOUNT_EMAIL": "[email protected]",
      "PRIVATE_Key": "path/to/private.key",
      "PUBLIC_KEYS_WITH_EXPIRY": {}
    }
  2. Create a new AEP Tag property.
    1. Take note of the PID from the URL: P12341234123123123123
    2. Install these plugins:
      1. Experience Cloud ID
      2. Adobe Client Data Layer
      3. Adobe Experience Platform Web SDK
      4. Adobe Target v2
      5. Adobe Analytics
      6. Adobe Analytics Product String
  3. Download venia-property.json
  4. Install npm if not already installed
  5. Install the AEP tag tool
 npm install -g @knennigtri/aep-tag-tool
  1. Import the venia data elements and starter rules into your property:
 aep-tag-tool -c config.json --import venia-property.json -p <yourPID> -DR

venia-tag-property's People

Contributors

knennigtri avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.