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

morgant29080047
morgant29080047
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
9

Posts

Posts
22

Discussions

Discussions
1

Questions

Questions
21

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by morgant29080047
Customize the badges you want to showcase on your profile
Some props writing out in a loop, others not. Why? - Adobe Experience Platform Data Collection 20-08-2019
I'm manually setting and submitting an array of document titles in custom code in Launch when a user executes an action. However prop47 isn't getting stored in analytics but it looks like it's getting set in both the Adobe debugger and the console. The data is correct but it's not getting stored. Prop50 is the same value (business requirement, don't bother asking why the duplication) and it is working. Any thoughts on why?Here's the loop:for (var i = 0; i < docLength; i++) { var s=s_gi(xxxxxxxx)...

Views

7.1K

Likes

0

Replies

13
Associating pieces of data to a single interaction - Adobe Experience Platform Data Collection 15-08-2019
We have an app where a user can select documents via checkboxes and then press a btn to email a list of links. I'm basically faking an array in Launch and storing the titles and then writing them out in custom code when the user presses the button. But now there's a requirement to capture department, so that they can do analytics on what documents each department is sending. If I also pass department (which I'm already capturing in a data element) in the same loop as I go through the array of do...

Views

975

Like

1

Replies

1
Re: Can I switch environments for Launch using the developer console like I did in DTM? - Adobe Experience Platform Data Collection 19-02-2019
The lack of a console command is a huge problem if you're having trouble with an environment loading. We're having an issue right now where the dev environment script isn't loading correctly, but the Chrome Switch extension only works if it sees Analytics, which it can't since it's not loading. So I'm stuck on dev and can't switch to production. Any ideas?

Views

5.5K

Likes

2

Replies

0
Re: Create an array within Launch? - Adobe Experience Platform Data Collection 11-12-2018
This is great, thanks! Totally works. I didn't realize you could treat a data element as an array.

Views

2.2K

Likes

0

Replies

0
Re: Create an array within Launch? - Adobe Experience Platform Data Collection 10-12-2018
Yeah, the developers on this project are not very helpful in giving me anything - they aren't writing anything to the data layer so I'm trying to do this all within Launch. I haven't worked with cookies or either storage option yet, I'll have to research.

Views

1.7K

Likes

0

Replies

0
Create an array within Launch? - Adobe Experience Platform Data Collection 10-12-2018
Are variables (in this case an array) created within a rule only local in scope to that time the rule fires? Is there a way to create a persistent array within Launch?I have a page with a list of documents and a checkbox next to each. A user can select what they want, then press a button at the bottom which basically shares these documents. What I'm trying to do in Launch is each time the user clicks a checkbox, it adds (or removes) the doc item from the array. I'm creating the array in the rule...

Views

4.6K

Likes

2

Replies

5
Re: Launch: set a data element from within a rule? - Adobe Experience Platform Data Collection 05-12-2018
Thank you so much! That was it and it's working now. Seriously, I appreciate the effort to help me out. Also learned that you can't use spaces in the Custom Link name field.

Views

4.7K

Like

1

Replies

0
Re: Launch: set a data element from within a rule? - Adobe Experience Platform Data Collection 04-12-2018
That's just what I'm calling the dynamic data element I created in the previous script._satellite.setVar("featuredTileNumber2",tileIndex.toString());

Views

4.6K

Likes

0

Replies

0
Re: Launch: set a data element from within a rule? - Adobe Experience Platform Data Collection 04-12-2018
Thanks for the help but it's still not displaying - I'm just getting %featuredTileNumber2% writing out when the tag fires.I wonder if it's my order of events somehow? I have a custom code block (where I have this js) -> set Analytics -> Set Beacon. Here's my console output: [Adobe Analytics] Firing link track beacon using the values: {"linkType":"o","linkName":"%featuredTileNumber2%"}. [Custom Script] featured content link rule fired [Custom Script] tile index= 1

Views

4.6K

Likes

0

Replies

0
Re: Launch: set a data element from within a rule? - Adobe Experience Platform Data Collection 04-12-2018
Thanks! I just read about not being able to setVar on Data elements. One odd requirement I should have added to the post was that the marketing person wants to me add the index # into the custom link name field. Essentially like this:We have a property in DTM that's doing this and they want to re-create it in Launch the same way, but that's where the value is failing. I tried creating the data element on the fly as you suggested but it's not passing (which looks like it worked in DTM).

Views

4.6K

Like

1

Replies

0