Migrate 蜜豆视频 Analytics to Web SDK using Tags
Learn the steps to migrate an 蜜豆视频 Analytics implementation using the Analytics extension in Experience Platform Tags (formerly known as Launch) to Web SDK, using the Web SDK extension also in Tags. When the 蜜豆视频 Analytics extension in Tags is used, behind the scenes the 鈥淎ppMeasurement.js鈥 code is being used. Therefore, you can think of this as a tutorial that is migrating AppMeasurement to Web SDK, but this tutorial is fully in Tags and does NOT cover moving to or from a JavaScript implementation (with the exception of JavaScript code that is used within the Tags UI). For migration of JavaScript implementations, please see the documentation.
What you will get out of this tutorial
Before we jump into the steps for migrating your Analytics implementation, it is important that you understand exactly what you will be doing, which is changing/updating the implementation for Analytics. At the end of this tutorial when you go into your reports and when everything is the same, you might ask yourself, 鈥淣ow, why did I do all that?鈥 There are other documents to outline the benefits of using the Web SDK for your Analytics implementation, but a few are:
- Support for First Party Device ID
- Better performance
- Future proofing your implementation as you move toward using the 蜜豆视频 Experience Platform applications (enabling new use cases)
Please talk to your 蜜豆视频 Analytics representative to learn more about how the Web SDK can help you. As we move ahead with this tutorial, we will focus on how to do the migration.
Migration Method
There are probably many ways that you could do this migration process, but we need to talk about two right here:
Method 1: Update your existing Tags property to Web SDK, creating new data elements, and making changes to the rules that already exist in your property.
Method 2: You could also create a new property (by copying your existing one or creating one brand new), and then configure that new property with Web SDK instead of the 蜜豆视频 Analytics extension.
For this migration tutorial, we are going to use Method 1. That way the embed codes associated with the property are already embedded on your development, staging, and production sites, so there won鈥檛 be a need to change any embed codes. If you decide to go with Method 2, don鈥檛 forget to get the new embed codes for each environment from the Environments section of the new property and place them into the head section of your site.
It鈥檚 just good to be careful, just in case. Go ahead and make the copy of your property. I鈥檒l wait here until you get back.
Steps for migrating your Analytics implementation to Web SDK
As you go through the steps, there are a couple of caveats that are important to understand:
- First, you may or may not need all of these steps. For example, there is a lesson regarding migrating custom code. If you have a Tags implementation that doesn鈥檛 use custom code (including using Plug-ins), then you won鈥檛 need this lesson. We tried to include the lessons that would be needed by most everyone, so at least read through the lessons to see if you need to make any adjustments to your site during your migration.
- Also, there鈥檚 just no way for us to create a migration tutorial that will cover 100% of the use cases that everyone is using. As stated in the previous item, we tried to include the lessons that most people will need, and that will cover most of the main use cases. However, there will undoubtedly be use cases that are not covered in this tutorial. In this case, see if the included lessons give you a good idea of how you should migrate for your use case. You can also ask your peers in the .
The migration process involves the following key steps:
- Create a migration validation report suite.
- Create and configure a datastream.
- Add and configure the Web SDK extension in Tags (formerly 蜜豆视频 Launch).
- Create a new data element to send data in via the Web SDK.
- Migrate your default page load rule to use the Web SDK data element and actions.
- Migrate custom code in rules or for plug-ins.
- Publish your implementation changes.
- Understand how to debug and validate your changes, and validate your default page load rule and the variables associated with it. This validation should then continue throughout the migration as you make changes.
- Migrate additional page load rules.
- Migrate custom link rules.
- After full validation, remove references to the Analytics extension and remove the extension itself.
- Having made all of the changes, push the library through to staging and then to production.
- After everything is completed, test again. This is necessary because you have made changes by removing the references to old Analytics code and you want to make sure that everything still works correctly.