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
Use Recommendations Premium on Dynamic URLs - Adobe Target 31-10-2018
Hello,We would like to use Product Recs on our Product Description Pages which have the product SKUs in the URL. They look something like this:/product.24-MB05.html/product.26-M987.html/product.MG-B234.htmlWe have over a 1,000 different SKUs (URLs) but the structure is all the same. I’ve created a profile script which uses regex to determine whether the current page is a product page however the VEC requires a specific URL in order to use the editor. Using the FORM based approach allows me to us...

Views

3.3K

Likes

0

Replies

2
Load Rule for Adobe Analytics Product String Extension - Adobe Experience Platform Data Collection 11-10-2018
Hello,I have a few questions about setting up the load rule for this extension:The documentation states my actions should look like this: Clear Variables > Set s.Products > Set Analytics Vars > Send Beacon. My question is since I already have a “every page” Analytics load rule, wouldn’t adding a Send Beacon as part of this load rule cause two s.t (page view) requests to be sent? Does Launch ignore all but a single Send Beacon option so if I created 25 Analytics Load Rules with each containing a ...

Views

2.4K

Likes

0

Replies

1
Re: Stop AEM from Converting Double Quotes - Adobe Experience Manager 10-10-2018
Right, I read that one before I posted. The slashes don't work in this case, not sure why but the output is a broken name/value pair.

Views

7.5K

Likes

0

Replies

0
Re: Reterive Value from Custom Code - Adobe Experience Platform Data Collection 10-10-2018
Doesn't seem to work - the string literal %user_location% is passed. Also tried %this.user_location%.

Views

2.9K

Like

1

Replies

0
Stop AEM from Converting Double Quotes - Adobe Experience Manager 10-10-2018
Hello,I have some HTL markup that requires single-quotes for one of the entries instead of double quotes and no matter what I do AEM converts the entries back to double quotes. I've tried escaping, using calls, creating the full string in my logic.js - nothing works. HTML code below:Even if I hard code the data-setup entry like above, AEM replaces the data-setup=' with data-setup=". I even tried creating the correct version of the string in my logic.js but I'm not aware of a print/echo function...

Views

7.7K

Likes

0

Replies

3
Load Dynamic JavaScript Based on Radiogroup - Adobe Experience Manager 09-10-2018
Hello,I have a component with a radiogroup with three options corresponding to a JS library. My JS files are under the component root in js.txt as: /js/library1.js/js/library.2js/js/library3.jsWhen the end-user selects one of the radiogroup options, would it be possible to only load the selected JS library and prevent the other two from being merged into the clientlibs? If this isn't possible with my current setup, what is a better way of dynamically loading only the required JS libraries based ...

Views

1.9K

Likes

0

Replies

1
Reterive Value from Custom Code - Adobe Experience Platform Data Collection 09-10-2018
Hello,I'm using the Adobe Analytics "Set Variables" action and I have a variable in the Custom Code section. How do I get the variable from the Custom Code and assign it to any of the evars, props, etc. in the UI? So if I have this:var loc = 'florida';what is the code I use to assign the value in the UI (not via code)? %this.loc% doesn't work.

Views

4.7K

Likes

2

Replies

4
Pass Property Value to JavaScript Function - Adobe Experience Manager 09-10-2018
Hello,I'm trying to pass the value from cq:dialog property to a JavaScript function but the compiler is erroring out on the '$'. If I wrap the property in quotes, it's treated like a string. How can I get around this? Using AEM 6.4 ${logic.getFrame}Same thing with a script tag; when written out to the Publisher the value is null myFunction(${properties.name}) { // whatever });

Views

2.6K

Likes

0

Replies

1
Re: Capture Anchor Text and Href in Launch Code - Adobe Experience Platform Data Collection 09-10-2018
My doPlugins in part of the Analytics extension's Configure Tracker Using Custom Code section. I completely removed everything in the editor (including all comments) and attempted again without success.

Views

4.1K

Likes

0

Replies

0
Re: Capture Anchor Text and Href in Launch Code - Adobe Experience Platform Data Collection 09-10-2018
Frustrating... My original code showed the evar's contents in the console so I know they were populated but I've updated my code to include the missing event and to concatenate the values. I tried your script as well as Adobe's appendList plugin and neither works. Tried on multiple browsers and the link_click request never contains the evars/events when it fires and there aren't any errors in the console. Console (using console.log(s.eVar16);)EC DebuggerUpdated Codefunction concatenate(value, ad...

Views

4.0K

Likes

0

Replies

0