I looked at the solution mentioned above a few times and I still cannot
get my plugins loaded. Is it possible to add updated documentation with
examples here: Choose an implementation method
You could set the element inside your custom code like
this:_satellite.setVar("user_location","florida");to retrieve it to set
the analytics call you can reference it like this %user_location%
You can always check this in the console of the page you are on by
referencing whatever you have set that tracker eVar or prop to:s.evar9or
if you want to trace out the value of the data element that shares the
value of your analytics variable, you can do the following to trace out
to the console:_satellite.logger.info('MY DATA ELEMENT = ' +
_satellite.getVar("my_data_element"));
Looking to see the best placement for the adobe launch script tag on our
pages in relation to other the DOM elements. Also since we are working
with a data layer that is populating some of our data elements our
assumption is that this declaration will need to be above the Adobe
Launch tag.
I am leveraging the "Adobe Report Suite Selector" extension by way of a
data elements for one of my suites. You will need the web services API
credentials. Inside Adobe Analytics1. Admin -> Web Services2. API Access
Information3. Copy Web Services Username & Shared SecretInside
LaunchInstall Adobe Report Suite Selector Extensionenter credentials
from Adobe Analytics then:1. Create a data element 2. Use the extension
"Adobe Report Suite Selector"3. Data Element Type: Select Report Suite4.
List of...
When you order the arrangement of the ACTIONS on a rule, do those
actions wait until the previous action has finished?If not, would the
better approach be to break these up into Rules and give them a specific
order--Chris
Inside the Adobe Analytics extension for Adobe Launch, where is the
recommended place for individual appMeasurement Plug-ins ? Inside the
extension "Custom Code" for the tracker or inside something like a
data-element?Regards,Chris