Month: February 2019
Dynamically Populate Value In dataLayer
While checking about dataLayer I came across: https://www.optimizesmart.com/google-tag-manager-data-layer-explained-like-never/ Example of dataLayer On any web page test yourself by pasting the code 1.Paste the following code <script> var dataLayer = { ‘pageName’: document.title, ‘pageURL’: document.URL }; </script> You can check these in console via dataLayer.PageName datLayer.pageURL 2.If you paste the following: <script> dataLayer =… (0 comment)
How To Clear JAVA cache Of Computer
To clear your Java cache in Windows: Click Start > Control Panel. Locate and double click the Java icon in the Control Panel. Click Settings under Temporary Internet Files. Click Delete Files. Select all boxes and click OK on Delete Temporary Files window. Click OK on Temporary Files Settings window. Click OK to close the… (0 comment)
Excel Shortcut Cheat Sheet
Excel Formulas Cheat Sheet
How to track the amount of time between two different Adobe analytics events
In order to track the amount of time between two different events you can use the getTimeBetweenEvents plugin. It allows you to track the amount of time between two different Adobe analytics events. I believe this plugin is not free , to get this you need to get in touch to Adobe Consulting. In case… (0 comment)
Steps For Data Cleaning Using Python
Reference :https://www.analyticsvidhya.com/blog/2015/06/quick-guide-text-data-cleaning-python… (0 comment)
Uploading Data through data source using Adobe Analytics API 1.4
This is to test that what happen to data sources FTP location when data source data is uploaded through API 1.4 using postman 1.Create the data source through Analytics UI Login to SC 15 Click on Admin->Data Sources 2.Create Transaction ID data sources 3.Using Postman send POST request on https://api.omniture.com/admin/1.4/rest/?method=DataSources.UploadData 4.In Pre-request Script var uuid… (0 comment)