Développer ma barre des réalisations de la Communauté.

Type
  • Toutes
  • Questions
  • Discussions
  • Idées
  • Blogs
Filtrer par contributions des utilisateurs
  •  dans Adobe Analytics Questions 26/08/2022
    Agreed. It's not exactly clear where that specific step occurs, but it's definitely in the "After Processing Rules" section, which means it happens after anything we can configure either through data collection or Processing Rules.

    Type

    Questions

    Vues

    5.2K

    Like

    1

    Réponses

    0
  •  dans Adobe Analytics Questions 26/08/2022
    @Jennifer_Dungan is correct. Dynamic variables will populate with what's visible in the network call. This means that using D=pageName to populate an eVar will copy up to 255 characters into the eVar. It will not truncate to 100 characters.   For reference, here are more details on order of operatio...

    Type

    Questions

    Vues

    5.2K

    Like

    1

    Réponses

    2
  •  dans Adobe Analytics Discussions 26/08/2022
    @ya_maryia - Without seeing your implementation, it's hard to know for sure, but there could be a variety of issues. I would start with the following: Your "checkout" event could be firing less frequently than expected. Has your customer experience changed in the past few months such that a customer...

    Type

    Discussions

    Vues

    881

    Likes

    2

    Réponses

    0
  • @AAanon - No problem.I would suggest a single direct call rule to handle all of your video tracking. For this sake of this post, let's assume this rule is named "dcr:video progress" and that we're doing the following two things:Setting Adobe Analytics variablesSending the Analytics beacon with a lin...

    Type

    Questions

    Vues

    3.0K

    Likes

    0

    Réponses

    0
  • @AAanon - It's actually pretty similar. Using the documentation on the Wistia site, there's a quick reference to interacting with videos that are embedded via IFRAME. Assuming you have the necessary Wistia JS library on the page (//fast.wistia.net/assets/external/E-v1.js), you should be able to use ...

    Type

    Questions

    Vues

    3.0K

    Likes

    0

    Réponses

    2
  •  dans Adobe Analytics Questions 12/10/2021
    @helenr35573098 - Based on what your image shows, I'd guess you have either a bot that's hitting your site, or internal processes that hit the site at somewhat high volume. My suggestion would be to segment for hits that match that OS Type and dig further to see if you can figure out where the traff...

    Type

    Questions

    Vues

    3.4K

    Likes

    0

    Réponses

    0
  •  dans Adobe Analytics Questions 12/10/2021
    @Trystan_Colwyn- - Using the first fetch() example here:fetch('./api/some.json') .then( function(response) { if (response.status !== 200) { console.log('Looks like there was a problem. Status Code: ' + response.status); return; } // Examine the text...

    Type

    Questions

    Vues

    2.9K

    Likes

    0

    Réponses

    0
  •  dans Adobe Analytics Questions 11/10/2021
    @Trystan_Colwyn- - If your API/request has a callback/response, I would suggest one of the following:Push the information to your data layer (assuming you're using an event-driven data layer)Use a direct call rule (DCR) that can be triggered directly in your callbackIn your callback, trigger a custo...

    Type

    Questions

    Vues

    2.9K

    Likes

    2

    Réponses

    2
  •  dans Adobe Analytics Discussions 11/10/2021
    @morlaanil - If the cancellations are handled on the website (and not through a call center), you'll have to implement tracking that increments a "Bookings Canceled" (counter) success event and tracks the "Revenue Canceled" amount in another (currency) success event. Ideally, you'll capture the same...

    Type

    Discussions

    Vues

    1.2K

    Likes

    0

    Réponses

    0
  •  dans Adobe Analytics Questions 08/10/2021
    You make it an "exclude" segment by selecting the option highlighted below. (This is the only difference between your two segments.): Once selected, the definition will display the following. Note that it now says "exclude" and the left border is red:  

    Type

    Questions

    Vues

    1.6K

    Likes

    2

    Réponses

    0