With the alloy.js library, I'm looking for a way to get the imsregion. With visitorapi.js, this could be done in a couple of ways (visitor.getVisitorValues(), visitor.getLocationHint()), but I'm not finding a way to do it with alloy.js. Am I just missing it, or is it not a feature yet?
@raj_mandalapu - Assuming you have control over the implementation, you can do what @vibhatna suggested and remove it entirely from pages on the offending domain. Another option might be to leverage s.abort as part of your doPlugins logic to stop analytics calls from firing only when/if it's the off...
@ng772 - The extra information you pass should be unique to each call. If you call two DCRs in rapid succession, and each DCR has a unique payload (event.detail), the values available to each DCR will come from their respective payload, setting the correct (expected) values. For your last question,...
Hi, @Luca_Lattarini - I would suggest tracking all selected options when the form is submitted. Capturing the data in either a list-enabled prop or a listVar would make it so classifications (for breaking the data apart) wouldn't be necessary.For example, either of the following approaches would let...
You'll probably have to leverage the Wistia JS API to monitor video activity. In the past, when taking a similar approach, I've loaded the related JS in a page load rule (only on pages where videos exist), then triggered a direct call rule from within the JS. Passing a payload in with the direct cal...
With a goal of trying to report on the absence of data, where even a single page view would move the page in question from the "no traffic" column to the "has traffic" column, your best bet is probably to do your analysis outside of Analytics. With that, as long as you have a complete list of pages ...