This is the situation: I want to send a certain data ('someData') to Google Analytics when loading a certain page (for example, if the URL parameter 'qp' = 'someValue'). So I configured a Set Data Value Extension by filling in a variable 'someVar' with the trigger "if 'qp' = 'someValue'" and then in Google Analytics Tag I map this variable. So: Set Data Value Extension ---> Set: 'someVar' to 'someData' - Condition: 'qp' equals 'someValue' Google Analytics Tag ---> Map 'someVar' This is the problem: The data is sent many times in a single page load. Even if you click or trigger another event on the same page, the data is sent again. But I want to send it only once. ¿How could I do it? Thanks a lot. Best regards, Agustin
... View more