Publish Experience Platform tags libraries to stage and production
- Topics:
- Tags
CREATED FOR:
- Beginner
- Developer
Learn how to publish your site’s analytics code from development to stage and production in Experience Platform tags, as well as setting up the report suites for correctly receiving the proper data.
Transcript
Hey, what’s up everybody? This is Doug. In this video, I want to walk you through how to publish your property in Adobe Experience Platform tags from development through staging and over to production. So I’m here in tags and I’m in the publishing flow and we’re gonna come back to this in a minute. I just wanted to start here and kind of show the plan that we’re gonna, you know, we’ve got this build 10. I’m gonna have you pretend for a minute that this is like maybe build one and that we don’t really have anything over here to the right and I’ll show you how to move it over there. But as you’re moving it over there, there are a couple other things you’re gonna want to do. One of those things is to get our report suites set up correctly and maybe even just set up at all, right? So I’m gonna go over to this other tab over here and we are in Adobe Analytics in the admin console and report suites and I’ve got this web retail dev one here. And I’m gonna have you kind of like see, but not see that I have this stage and prod one right here as well. Cause normally I would have just had you create this development report suite. And then when we’re done with the initial setup, go in here and create these other two, right? So if we are done with the first, maybe V1 implementation, then we would go in here, add a report suite and instead of creating from a template, we click on this and say duplicate an existing report suite. Then we would scroll down and find the one, the development one we’ve used. That one is right down here, tech marketing demos, web retail dev one, right? So there’s the one right there. Now this would mean that we don’t have these other two right here yet. But now when you duplicate this one, you can just give it a new report suite ID that says, you know, stage on it. You would create the stage one here first, right? So same kind of things that you did before, TMD web retail stage one or whatever, right? I’ve done that once, I’ve gone once through here for the staging report suite. And then I did it once for the production report suite. Now everything is going to be, you know, pretty much the same, you know, a little bit different naming, a little bit different ID of course, to put stage or prod instead of dev. And then also a different title, you know, with stage production. I’m sure time zone is the same and all these kinds of different things, except for the estimated page views per day. So those will be obviously pretty small on dev and stage, but when you create your production report suite, then you’ll want to give a more realistic number here. So instead of, you know, a hundred or 1000 or something like that for testing on dev and stage, then you’ll put your, you know, real estimated page views for your production site per day, so that the hardware can be set aside for your report suite. And that’s pretty much it there. And so I’m going to cancel out of that, because once again, I already did that here. So you would end up like this. You’d end up with the dev and a stage and a production report suite. Now, once those are created, we go back into tags and we’re going to go into our extensions, into analytics and in the configuration here, where we didn’t have those two report suites for stage and production, we had, you know, just put in the dev report suite for all three. So at this point you would actually go in and now since you’ve created this, you can go in and say, you know, where’s my web retail stage one, there’s now for staging and then so for production, I go in and find the same one, but for production, select that and now we’re good to go. And now when you are doing the testing stuff in development, it’ll go into dev. When you’re doing the staging, we’re going to stage and then prod, we’ll get your production numbers and everything will be mapped up there. So we would save that to our library or working library. I’m just going to go save to library. Now, how do I actually map my site though, to those report suites? And that’s done in the environments. And so you might remember that we went in and grabbed the code for the development site right here, right on development. And we went over here and grabbed the embed codes right here for development. And you can see over here down at the end, I think it says development or something like that. Yeah, right there development. So you copied that and embedded that in all of your pages on your development server. Well, you’re going to do the same thing now for staging and production. So you’re going to take this embed code and you’re going to embed that probably dynamically on your site into all of the pages on your staging server. And you can also see down here at the end, this is staging. So you can very easily identify that embed code when you’re comparing them. And then with production, then of course, once you’re going to go to production, you would grab the production embed code. You’ll see at the end, it doesn’t say staging or development. And that’s how you know it’s actually the production code. So you just grab those. And then once again, dynamically have those embed codes embedded in the head section of all the pages of your site. So once you’ve done that, we can go back to the publishing flow and again, maybe pretend that this is, you know, build one. And once you’re happy with that initial development, then we can go, okay, we’re going to click on these dots right here, and we’re going to do maybe our last build because we needed to add to that library anything that we’ve changed. So I’m going to click on build to development. When that completes, you can mouse over that and you can see that it was successful. So now once it has been built, when you click on that again, you can decide which is the next step. Now, some of this is going to be based on how many people you have working on this, right? If it’s just you and you know, it’s going to be good. You know, you’ve done all the testing. You’re like, I don’t really need to test it on staging or you don’t, maybe you don’t have a staging environment. Maybe you just go, you know, from development straight to production. Then you have that option as well. Or maybe you have groups that need to actually approve what you’ve done, right? So there’s some different things that you can do here. We just did the build. You can submit this for approval. Once you do that, it’ll jump over here. And then anybody who has been tasked with approving that can go in, look at all the rules, look at all the data elements, take a look at everything. And then they can submit that and build it to staging. Or if there’s nobody that needs to do that first approval, you can do that directly, submit and build a staging. You can also approve it for publishing and you can even approve and publish to production. So it depends on how far you want to move it along from here. Let’s say that I want to move it along through each stage and just, you know, knowing that you can actually skip some stages here if you want to, but I’m going to submit that for approval and I’m going to go submit for approval. There it shows up in submitted again. And now those people can submit that or they can approve that, excuse me. And then when they have looked at that and approved that, they can build it to staging.
And now we can see that that has been successfully built for staging. And now if you test staging, that’ll include everything that you included there in that library. Now we can move it along. We can approve it for publishing, approve.
And now once it’s approved, it’s ready to publish. Now, the reason why it didn’t go all the way over to publish is because it might not be time yet for you to publish. You don’t have to publish it right away if you’re waiting for a certain date, but you know, once it’s approved and it’s sitting there ready to publish, then you can go ahead and click on that and you can build it and publish it to production, go.
And now you can see that that has a successful build as well. Now, the next time you need to make some changes to your site, you will create another library, right? You can go library, add library over here. I’ll click on that. You’ll come in here and you know, and you can do, you know, build 11 or whatever you want to do. And then build that to development, et cetera. And you can start over again and make additional changes. So this will be an ongoing process as you add different pieces of your implementation to your site. But I just kind of wanted to walk you through that publishing flow and you know, include those new reports suites. Hope that was helpful. Have a great day.
Analytics
- Analytics tutorials
- Introduction to Analytics
- What is analytics
- What Can Adobe Analytics Do For Me?
- How Adobe Analysis Workspace Can Change Your Business
- It’s More Than Data. It’s Customer Intelligence
- Adobe Sensei and Adobe Analytics
- Customer Use Case - ServiceNow
- Customer Use Case - Accent Group
- Customer Use Case - The Home Depot
- Summit 2019 Super Session - Travel and Hospitality
- Summit 2019 Super Session - Retail
- Summit 2019 Super Session - High Tech
- Strategy & thought leadership
- Transitioning from other platforms
- Analytics Basics
- Customizing the UI
- Getting Help
- Analysis Workspace
- Analysis Workspace Basics
- Analysis Workspace quick intro
- Analysis Workspace overview
- Navigate the new landing page
- Start your analysis with a pre-built report
- Building a Workspace project from scratch
- Create and manage custom templates in Analysis Workspace
- Understanding how data gets into your Analysis Workspace project
- Foundational metrics in Adobe Analytics
- Component management in Analysis Workspace
- Selecting a report suite in Analysis Workspace
- View Analysis Workspace performance metrics
- Create bot reports
- Tips and Tricks
- Navigating Workspace Projects
- Data Dictionary in Analysis Workspace
- Starting your first project
- Training tutorial template
- Use folders in Analysis Workspace
- Copy and insert panels and visualizations
- Create a table of contents
- Right-click for Workspace efficiency
- Keyboard shortcuts
- Annotations
- View density
- Use filters
- Use multi-select drop-down filters
- Real-time reports
- Using Panels
- Using Tables, Visualizations, and Panels in Analysis Workspace
- Quick Insights Panel in Analysis Workspace
- Using the Attribution IQ Panel
- Media Concurrent Viewers Panel in Analysis Workspace
- Media Playback Time Spent Panel
- Using Drop-down Filters
- Using Panels to Organize your Analysis Workspace Projects
- Choose segments for a panel
- Multiple Report Suites in Analysis Workspace
- Next/Previous and Page Summary Workspace Panels & Reports
- Understanding attribution panel and lookback windows
- Building Freeform Tables
- Understand your data–freeform tables
- Use the left rail to build freeform tables
- Easy drag and drop to blank projects
- Work with dimensions in a freeform table
- Work with metrics in a freeform table
- Row and column settings in freeform tables
- Freeform table totals
- Use the freeform table builder
- Right-click for workspace efficiency
- Reorder static rows
- Use Attribution IQ in freeform tables
- Cross-sell analysis
- Freeform table filters
- Time-parting dimensions
- Visualizations
- Visualization types and overview
- Visualization use cases
- Data visualization playbook
- Getting data into visualizations
- Using component drop-downs in Workspace
- Area and area stacked visualizations
- Bar and bar stacked visualizations
- Bullet graph visualization
- Donut visualization
- Histogram visualization
- Unlocking insights with histograms
- Line visualization
- Combo charts
- Adding trend lines to line visualizations
- Map visualization
- Summary number and summary change visualizations
- Key metric summary visualization
- Text visualization
- More than words - Using text visualizations and descriptions
- Scatterplot visualization
- Treemap visualization
- Venn diagram visualization
- Use the cumulative average function to apply metric smoothing
- Flexible layouts
- Changing the scale/axis on visualizations
- Dimension-graph live linking
- Set the granularity for visualizations
- Link inside or outside of your project
- Customize visualization legends
- 100% stacked visualizations
- Table and visualization data source settings
- Build a time-parting heatmap
- Analyzing Customer Journeys
- Applying Segments
- Apply segments to your Analysis Workspace project
- Apply ad hoc segments
- Use different Attribution IQ models with segments
- Choose segments for a panel
- Use segments as Dimensions in Analysis Workspace
- Use segments to limit data in Analysis Workspace
- Quick segments in Analysis Workspace
- Building Customer Journey Segments
- Building Customer Journey Segments - Part 2
- Metrics
- Dimensions
- Calendar and Date Ranges
- Curate and Share Projects
- Attribution IQ
- Using Cross-tab Analysis to Explore Basic Marketing Attribution
- Adding side-by-side comparisons of Attribution IQ Models
- Attribution IQ in Calculated Metrics
- Using Attribution IQ in Freeform Tables
- Using the Attribution IQ Panel
- Using different Attribution IQ models with segments
- Algorithmic Model in Attribution IQ
- Custom Look-back Windows in Attribution IQ
- Cohort Analysis
- Cohort Analysis in Analysis Workspace
- Understand your data–Cohort Tables
- Overview of Cohort Tables
- Cohort Table Settings
- Churn Analysis with Cohort Tables
- Cohort Analysis Using Any Dimension
- Latency Analysis with Cohort Tables
- Calculate Rolling Retention in Cohort Tables
- Use Cohort Analysis to Understand Customer Behavior
- Voice Analytics
- How to Manage and Track Your Voice Assistant App Data
- Understand Differences Across Voice-Enabled Devices
- Finding Opportunities To Increase Engagement for Voice Apps
- Reducing Error Rates and Improving Success Rates in Your Voice App
- Understand User Behavior on Voice Assistants
- Understanding the User’s Voice Journey
- Analysis Workspace Basics
- Administration
- Key Admin Skills
- Creating an empowered community
- Simplify and spend less time training users
- Getting the Right People on Your Analytics Team
- Gaining a seat at the table
- Telling impactful stories with data
- Translating Adobe Analytics technical language in a non-technical way
- Working cross-functionally
- Are you asking the right questions?
- Admin Tips and Best Practices
- Download the implementation playbook
- Audit your data dictionary
- Create standardized naming conventions
- Create standardized code templates
- Create basic videos and training
- Create an internal Adobe Analytics site
- Use a global report suite
- Create a news & announcements project
- Drive success with executive summary dashboards
- Create operational dashboards
- Company Settings
- User Management
- Manage Report Suites
- Configure general account settings
- Customize calendar settings
- Configure paid search detection
- Set up marketing channels
- Create marketing channel processing rules
- Manipulate incoming data with processing rules
- Configure traffic variables (props)
- Configure traffic classifications
- Configure hierarchy variables
- Configure events and variables
- Configure conversion classifications
- Configure list variables
- Configure finding methods
- Set internal URL filters
- Configuring zip and postal code settings
- Enable the timestamp optional setting
- Configure bot rules in Analytics
- Data Governance and GDPR
- Traffic Management
- Logs
- Key Admin Skills
- Implementation
- Implementation Basics
- Experience Platform Tags
- Implement Experience Cloud solutions in websites using Tags
- Basic configuration of the Analytics extension
- Configure library management in the Analytics extension
- Configure general settings in the Analytics extension
- Configure global variable settings in the Analytics extension
- Use custom code in the Analytics extension
- Use a data layer to set variables
- Use doPlugins and implementation plug-ins
- Configure easy download link tracking
- Configure easy exit link tracking
- Prepare Tags for your Analytics implementation
- Create data elements for the Analytics implementation
- Create a global page load rule
- Validate the global page load rule
- Create rules for special pages
- Create rules for success events
- Publish Tags libraries to stage and production
- Using JavaScript
- Components
- Segmentation
- Segment builder overview
- Finding and creating segments
- Rolling date ranges in segments
- Segment comparison in Analysis Workspace
- Segment containers
- Segment management and sharing
- Applying segments in Analysis Workspace
- Using segments as dimensions
- Using segments to limit data
- Differences between the segment builder and quick segments
- Sequential segmentation
- Before/After sequences in sequential segmentation
- Segmentation on distinct dimension counts
- Dimension models in segmentation
- Use ‘equals any of’ in segmentation
- Analytics Insider Webinar - Customer Segmentation Strategies
- Now just wait a segment… Using segmentation to discover new insights
- Calculated Metrics
- Calculated metric builder overview
- Calculated metrics - implementation-less metrics
- Calculated metrics - segmented metrics
- Calculated metrics - functions
- Approximate count distinct function in calculated metrics
- Quick calculated metrics in Analysis Workspace
- Manage your calculated metrics
- Attribution IQ in calculated metrics
- Use dimensions in calculated metrics
- Take your data analysis to the next level with calculated metrics
- Classifications
- Virtual Report Suites
- Activity Map
- Segmentation
- Additional Tools
- Exporting
- From the UI
- Data Warehouse
- Data Feeds
- Report Builder
- Upgrade and reschedule workbooks
- Add Segments to Multiple Requests at Once in Report Builder
- Anomaly Detection in Report Builder
- Edit Metrics across Requests
- Using Report Builder to learn the Adobe Analytics API
- Get started with Report Builder
- Schedule a Report Builder request
- Use Report Builder advanced delivery options for Power BI
- Integrations
- Experience Cloud
- Audience Manager
- Target
- Adobe Advertising DSP
- Configuring Advertising Analytics
- Implementing tracking templates into search engines
- Introduction to the Adobe Advertising DSP integration
- Create a Pre-launch campaign analysis
- Report on Advertising DSP marketing channels
- Create Analytics site journey profiles
- Create Analytics segments for activation and reporting
- Create Advertising DSP alerts with Adobe Analytics
- Create Analytics custom metrics with Advertising DSP data
- Create Advertising DSP site entry reports
- Create Advertising DSP dashboards
- Ad Hoc Analytics
- Power BI
- Magento
- Data Science
- Vertical-Specific
- Media Analytics
- Mobile App Analytics
- APIs
- Analysis Use Cases