Implementing on React Web app to use the same tags as iOS implementation

Bronze Contributor
Bronze Contributor

Hi, all, we've built an iOS app and using Tealium tags, we are happily firing off data into the distance.

 

We are now building our React JS web single page app. It has the same data sources and destinations. I'd like to reuse the Tealium tags and rules I set up for iOS.

 

Is this possible?

 

Any recommendations on how best to do it, especially given the integration for a single page app is already a little hacky?

 

Thanks

1 REPLY 1

Implementing on React Web app to use the same tags as iOS implementation

Tealium Employee

@KITSBBM

 

Technically it is possible to use the same profile on both however, we do recommend to use separate profiles for mobile and website. A better solution would be to have a library containing your configuration and then the two profiles inheriting from that. So both are using the same config, but are also separated from each other.

 

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.
Public