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

Stewart_Schilling
Stewart_Schilling
Hors ligne
Type
  • Toutes
  • Questions
  • Discussions
  • Idées
  • Blogs
Filtrer par contributions des utilisateurs
  •  dans Dynamic Tag Management Questions 12/08/2018
    By "Server Call", I assume that you are referring to Adobe Analytics beacons. This code tests to see if it is running within an iframe.  It could be shortened a bit as such: if (parent !== window) {    //we are in an iframe     return false;} else {     //we are NOT in an iframe     return true;}Thi...

    Type

    Questions

    Vues

    1.5K

    Likes

    2

    Réponses

    0
  •  dans Dynamic Tag Management Questions 10/08/2018
    This is pretty much the same as the other one you asked about here: Re: Google Conversion Tracking On a Button .There are two parts to consider: 1) The code library to be loaded when the page loads.-and-2) The function call that happens when the button is clicked. The library should get loaded in a ...

    Type

    Questions

    Vues

    3.2K

    Likes

    2

    Réponses

    0
  •  dans Adobe Analytics Questions 10/08/2018
    Yep.  Since hollywood.halloweenhorrornights.com and hhntickets.universalstudioshollywood.com are on different top-level domains, you cannot set a cookie client-side on one and pick it up on the other.Since you go through a redirect (interstitial page), you lose the referrer.  You might be able to p...

    Type

    Questions

    Vues

    2.5K

    Likes

    0

    Réponses

    0
  •  dans Dynamic Tag Management Questions 10/08/2018
    Move the Global site tag (gtag.js) into a page top rule as Sequential HTML.  Note that the script that it loads is async, so there really is no performance issue here.   Be sure to replace DC-XXXXX (in two places) with your account ID.============================================<!-- Global site tag ...

    Type

    Questions

    Vues

    2.4K

    Likes

    3

    Réponses

    0
  •  dans Adobe Analytics Questions 10/08/2018
    TLDR;Yes, you may use the colon character, ":" as a general delimiter within the query component of a URI. ===============================================http://www.ietf.org/rfc/rfc3986.txt 2.2. Reserved Characters  URIs include components and subcomponents that are delimited by  characters in the "...

    Type

    Questions

    Vues

    8.4K

    Likes

    3

    Réponses

    0
  •  dans Adobe Analytics Questions 10/08/2018
    I don't see these exact domains, but I do see a similar situation when going from www.universalstudioshollywood.com to store.universalstudioshollywood.com.When I click from the Buy Tickets and Passes drop down, I see that there is an interstitial page before I land on the ticketing app. When I look ...

    Type

    Questions

    Vues

    2.5K

    Likes

    0

    Réponses

    0
  •  dans Dynamic Tag Management Questions 09/08/2018
    This sounds like a good use of the AA doPlugins function. Take a look at the doc referenced below.  Link Tracking Variables in doPlugins Here's an example of the code that would go in your DTM > AA Tool > AA Custom Code (assuming that you have nothing there at present).  Also assuming that the prop ...

    Type

    Questions

    Vues

    2.4K

    Likes

    3

    Réponses

    0
  •  dans Adobe Analytics Ideas 09/08/2018
    My guess is that if Adobe moved from hit metering to GB metering, customers would start making implementation changes to optimize for smaller beacons.  We'd see a big move toward classification usage and a resurgence in all the old tricks that were once used when browser limitations dictated that be...

    Type

    Idées

    Vues

    7.9K

    Likes

    0

    Réponses

    0
  •  dans Dynamic Tag Management Questions 07/08/2018
    I think I have your answer.  I found it in another question that you asked : Uncaught TypeError: jQuery is not a function In that question you shared this code: function bindKudoEvent() {  jQuery('.lia-button-image-kudos-kudoed a.kudos-link').on('click', function(e) {    var isAcceptedSol = jQuery(t...

    Type

    Questions

    Vues

    3.6K

    Likes

    4

    Réponses

    0
  •  dans Dynamic Tag Management Questions 07/08/2018
    Typically, when I see an error like this, it is an indication that the function has been inadvertently overwritten by something that is not a function.   Below is an example of this. ==========================================Beyond this, the code that you shared has issues.  It is recursing and inst...

    Type

    Questions

    Vues

    4.3K

    Likes

    2

    Réponses

    0
Meilleurs badges gagnés par Stewart_Schilling
Choisissez les badges que vous souhaitez afficher dans votre profil