adobe-analytics

Use AdobeMobileLibrary (for iOS) with cocoapods?

夙愿已清 提交于 2019-12-03 16:16:11
We are going to use Omniture-Tracking for iOS, which is part of AdobeMobileLibrary. AdobeAdobeMobileLibrary is not available via cocoapods-repo (only an older version of Omniture), but as a static-library, that you can download from the Adobe Website. I wonder if it is possible to maintain this static-library with cocoapods? I've created a podspec-file: Pod::Spec.new do |s| s.name = 'AdobeMobileLibrary' s.version = '4.0.2' s.license = 'Commercial' s.summary = 'Adobe Omniture SiteCatalyst analytics library for iOS.' s.homepage = 'https://developer.omniture.com/en_US/content_page/mobile/c

Issue Updating DTM Pre-defined Data Element when Anonymous FUnction

£可爱£侵袭症+ 提交于 2019-12-02 10:54:37
If I have a pre-defined data element called "CS Test" as so: return (function() { var rvalue = "default custom script value from some data layer"; return rvalue; })(); I want to update the value of "CS Test" data element with a new value (e.g. "Updated Value") based on an Event Based rule. I can't get this to work? I understand from a previous post that when you explicitly call _satellite.getVar('Example'), the order of operations is instead: Look for the specified target for the type (e.g. path (js var) for type JS Object) and return that value Look for the satellite cookie and return that

Adobe DTM Data Element Updating

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-01 01:04:17
I'm looking for a way to dynamically update a pre-defined data element in DTM. Once the page loads and the data elements are initialized it is not possible to update them, _sattelite.setVar() does not work. I can create a Data Element on the fly but it won't persist from page to page.Example: var currElementName = this.getAttribute('data-analytics-tracking-name'); _satellite.setVar('custom link name', currElementName); Any suggestions? I'm asking this because I'm going to be working with a MVC framework and I'd like to store some of the data in DTM data elements and update as views change.

Omniture events is not firing/sending data via DTM when using s.tl tracking methods

心已入冬 提交于 2019-11-30 22:41:21
I am using Adobe Dynamic Tag Manager (DTM). I have a Direct Call Rule . I have set evars and props using the GUI I am using "custom page code" option to send events to AA using javascript. The javascript has some case statements and uses a data elements. When I use s.t method e.g. track a pageview - yes. I can see my events firing also evars and props are being sent - as per omniture digital pulse debugger. When I use s.tl method e.g don't track pageview - yes. I don't see my events firing but evars and props are being sent as per regular tracking. Is this a known bug? Note all good with

Adobe DTM Data Element Updating

痴心易碎 提交于 2019-11-30 19:55:41
问题 I'm looking for a way to dynamically update a pre-defined data element in DTM. Once the page loads and the data elements are initialized it is not possible to update them, _sattelite.setVar() does not work. I can create a Data Element on the fly but it won't persist from page to page.Example: var currElementName = this.getAttribute('data-analytics-tracking-name'); _satellite.setVar('custom link name', currElementName); Any suggestions? I'm asking this because I'm going to be working with a

Kill Switch for Adobe Analytics using DTM

二次信任 提交于 2019-11-29 23:43:18
问题 Background We currently have a flag in the datalayer that when it's set to false Adobe Analytics code will not run. We do this for a multitude of reasons, including if we find any security concerns within the product or within the data that we are capturing. We set the flag to false and it no longer pulls in the Adobe Analytics script from our page. Ideally, we are trying to mimic this exact functionality within DTM without having to approve and publish anything. We just want to be able to