All,I have a custom link that is fired multiple times over our website, is it possible to break this down by which page the custom link was fired on?Any help greatly appreciated!
Hi there,Is it possible to do any more advanced attribution modelling with Adobe Analytics Standard such as time decay or position based? Ideally we want to move fully away from Google Analytics free where this can be done but I can't seem to figure out where I can do it in Adobe Analytics.
Answered my own question...Example below added to customise page code in the GA tool:var gaProperty //store the property if(location.host == ("xxx")) { gaProperty = 'UA-1234567-1'; } else if (location.host == ("xxx")){ gaProperty= 'UA-1234567-1'; } else { gaProperty= 'UA-1234567-1'; } _gaq.push(['_...
Hi all,Need some help, I've been following https://marketing.adobe.com/resources/help/en_US/whitepapers/redirects/redir_jump.html to allow us to track a link in an email which goes to a 3rd party however I've hit a brick wall with customer care!The above article states to contact Customer Care and p...
Hi all,I need to implement Google Analytics in DTM but dynamically change the tracking ID based on the domain name, we currently override the Adobe report suite on Adobe Analytics tool using an IF statement but not sure how to do the same thing on GA tool?Any help will be greatCheers
Hi there,If you use $1, $2 etc in the "to" section, where $A1 is your first extracted value as per screenshot below this should work for you [img]screenshot-sc3.omniture.com 2015-10-06 15-02-10.png[/img]
All, does anyone know if setting the reportsuite timezone to "Greenwich, Dublin, Edinburgh, London, Lisbon" take into account British Summer Time which is effectively GMT+1?Thanks
Hi Community,Hoping for a bit of advice regarding form tracking:At present we have a form on our website where each page fires a success event for example page 1 fires "form loaded", first field of the form fires "form started", page 2 fires "form page 2" event and so on till the submit button at th...