How to setup Adobe Analytics in webapp react typescript using Experience Platform Launch

1.2k Views Asked by At

How to setup Adobe Analytics in web app react typescript using Experience Platform Launch?

I have just js scripts like this: <SCRIPT src="//assets.adobedtm.com/<hash>-staging.js"></SCRIPT> and <script type="text/javascript">_satellite.pageBottom();</script>

So, the question is how I can implement page tracking using those two scripts? I want to create a component to track page switching when users walkthrough

1

There are 1 best solutions below

0
On

Go to Launch, go into the property that you want to release. Then Go to the Environments:

enter image description here

It will give you the script to deploy:

enter image description here

Once you've deployed and tested the deployments, you can make a rule in Launch. In the rule, you set up triggers, conditions and actions. This explains it well.