|

Click Tracking and Adobe Target

We often get asked about all things Adobe Target here at MiaProva given our Chrome Extension, participation in forums like Measure Slack or SDEC’s Education Community, or my work at Analytics Demystified.

Several people recently suggested that it would be beneficial to have videos related to the guidance and feedback. And just this week, a brand new international client at MiaProva shared how some videos I did while I was at Omniture and Adobe about Profiles helped him and his program back then quite a bit. So, I thought I would give it a go. As questions come our way, we’ll try putting together a quick video.

Click Tracking

This question comes up quite a bit. What is the best way to capture clicks with Adobe Target (or some variation of that)? The short answer is that it will vary depending on what exactly is being clicked. This video highlights a solid approach I often use with my clients, and it enables the analysis in Analytics Workspace by way of Activity Conversions.

Here is the snippet of code that used to add URL parameters to sections of links. Keep in mind, if you want to just track one, two, or a few links, it might be easier to just use the Visual Editor to customize the links.

$(function () {
    $("#YOUR_CSS_SELECTOR_FOR_SECTION a").attr('href', function (i, h) {
        return h + (h.indexOf('?') != -1 ? "&t=c" : "?t=c");
    });
});

Similar Posts

  • MiaProva Best Practices

    Many times, business owners request a test to be run at a site location with low traffic, not realizing how crucial sufficient sample size is for effectively detecting the difference between test and control.

    Also for many organizations that do not have very large volume of traffic, there often is the need to run multiple tests on the same page, making it crucial for everyone to understand how other tests might impact the one that you’re trying to run. In addition, as part of industry competitive research, many business users wants to know if their competitor sites are already testing certain features.

    MiaProva offers a list of tools that easily help with your business users to research and plan for their test prior to them even coming to requesting it.

  • MiaProva App

    Your business partners often want on-demand updates of how their tests are doing, as well as transparency around where their tests are in the global prioritization queue. In an increasingly AI-driven, Alexa/Siri smart home world, they do not necessarily want to log in a tool to read dashboards.

    MiaProva’s intelligent Mobile App takes a humanized Q&A approach to directly answer some most key test questions that end users might have.  Instead of having to find answers in complex dashboards, business stakeholders can simply ask MiaProva’s smart app questions such as ‘how is my test doing’, either through voice interaction or click-n-see.

Leave a Reply

Your email address will not be published. Required fields are marked *