Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

MktgCloudUser
MktgCloudUser
Offline

Badges

Badges
17

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
14

Posts

Posts
43

Discussions

Discussions
3

Questions

Questions
40

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by MktgCloudUser
Customize the badges you want to showcase on your profile
Re: getVisitStart is not a function - Adobe Experience Platform Data Collection 08-10-2018
I was getting the same error due to confusion over where to place the plugin code. In short, the actual plugin code should be outside of the dos.getVisitStart=newFunction(...);s.usePlugins=true;s.doPlugins=function(s) { // usage here var s_visitStart = s.getVisitStart('sc_visit_start');}Can't Get Analytics Plugins Working

Views

2.4K

Likes

0

Replies

0
Capture Anchor Text and Href in Launch Code - Adobe Experience Platform Data Collection 08-10-2018
Hello,I'm trying to capture the an anchor link's text and href and pass them into an evar. I've successfully created the event to capture when a visitor clicks a link, however I'm having trouble setting the values in the Analytics call. The s.linkType and s.linkName fire correctly but my props, events and evars are not applied to the s.tl() request.RuleSet Launch Var Codevar turl = this.href.toLowerCase();var ttext = this.text.trim().toLowerCase();var tsection = 'body';s.linkTrackEvents = "event...

Views

9.4K

Like

1

Replies

8
Can't Get Analytics Plugins Working - Adobe Experience Platform Data Collection 04-10-2018
Hello,I can't get Adobe Analytics Plugins working. Keep getting errors in console or Analytics doesn't load at all. Below is a simple example using an Adobe plugin; here's my setup:Analytics ExtensionManage the library for me (checked)Custom Code Section (below)Load RuleSet Variables > Custom Code if (_satellite.getVar('Page: External Campaign (URL)') != '') { s.events=s.apl(s.events,"event3",",",1) }I've tried several variations of putting all of the plugin code in the Load Rule, Extension and ...

Views

3.6K

Likes

3

Replies

1
Re: How to install Launch on non-AEM Site - Adobe Experience Platform Data Collection 05-09-2018
Not sure why the code doesn't appear in this question. I can see the HTML in edit mode but not in preview.

Views

707

Likes

0

Replies

0
How to install Launch on non-AEM Site - Adobe Experience Platform Data Collection 05-09-2018
Hello,Having trouble finding basic information for installing Launch outside of AEM 6.4 and not migrating from DTM. I've looked through the technical documents, getting started, etc. and none of them answer two fairly basic questions - 1) where do I download the Launch JS libraries and 2) how to call Launch from the head of your page.In this simple HTML example below:My Page var dataLayer = { "page": { "pageName" : "My Page", "pageURL" : "/mypage.html" } }// Where do I download the Launch JS files// Is this script call all I need to do client-side to connect to Launch, everyth...

Views

1.8K

Likes

0

Replies

2
Upgrade Issues: AEM 6.0 to 6.2 Oak Migration - Adobe Experience Manager 12-08-2016
Hello,We are attempting to upgrade from 6.0 to 6.2 using the instructions outlined here: https://docs.adobe.com/docs/en/aem/6-2/deploy/upgrade.html#par_title_1963308877. Step 3 fails to create the FileDataStore.cfg file and generate the error below:Main] Main.java:269 Missing mandatory C:\CoxSoftware\AEM\aem_60\author\crx-quickstart\install\org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg OSGi configuration file. Did you manually remove it?Not sure if this matters, but we don’t...

Views

2.0K

Likes

0

Replies

5
Click-Tracking - Adobe Target 15-10-2015
Hello,I'm trying to wrap my head around how to properly implement Click-Tracking within Test & Target (Advanced). As is typically the case, the team writing client-side code into the T&T interface is not the same team that produced the published site - which is to say they do not have access to the underlying source code. With that said, suppose I want to do a classic A/B Test where I wish to understand whether "30 Days Free" messaging has a higher click-through and conversion than "One Month Fr...

Views

2.4K

Like

1

Replies

3
Re: Capture Form-field Value using Script Profile - Adobe Target 15-10-2015
Thanks Brian,I like the idea of using a regular offer that gets loaded by a plug-in - seems much more flexible than straight script parameters (makes me wonder why not convert all over to offers). One question though, I'm having trouble finding the syntax and code examples of interacting with mboxes and the user/profile values in the T&T help.I know how to retrieve a user/profile parameter in an offer - ${user.paramName} - but how to you set a new value? On this page - http://microsite.omniture....

Views

1.1K

Likes

0

Replies

0
Capture Form-field Value using Script Profile - Adobe Target 15-10-2015
Hello,I'd like to capture a form field value while not tied to a campaign or offer. For example, every time page1.html is rendered, capture the "country" form-field and store it to a User Profile. The reason I don't want to use a campaign/offer is I only have a single mbox on the page and I don't want to prevent entry into real campaigns just to capture this value. I'm thinking the script profile would look something like this:On Page CodeExample Script Profile if (mbox.name == ('global') && (pa...

Views

2.6K

Likes

0

Replies

3
Re: Problems Getting Brackets/Sightly working with Geometrixx - Adobe Experience Manager 15-10-2015
Okay, I will give this a try - where you successful with that login dialog after re-entering the credentials?

Views

472

Likes

0

Replies

0