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
Data Element Change Event Not Working - Adobe Experience Platform Data Collection 10-03-2019
Hello,We have an AEM video component that updates a data layer whenever an event occurs such as Playback started, percentage reached, etc. Using the function below, I can see the data layer is in fact being updated by testing for the values existence after the events have occurred. Is there a reason why the Data Element Change isn’t activating? Also, since I don’t have access to the AEM source code, does that mean a Direct Call isn’t an option?Thanksfunction updateDataLayer (actionName, percentC...

Views

2.7K

Likes

0

Replies

1
Multiple Domains, Report Suites and Email Addresses - Adobe Campaign Standard 10-03-2019
Hello,We have a client who is considering ACS that has 15 different domains matched to 15 Adobe Analytics report suites. We are wondering to what extent does ACS support this setup, specifically:Would the client need 15 instances of ACS or can a single instance support emails from all domains, e.g., email.acmecorp1.com, e.exampleco.net, on and on up to the 15 domains?As a best practice, is it better to keep all customers in a single Profile DB and segment by a property field or create 15 differe...

Views

1.6K

Likes

0

Replies

0
Impressions, Clicks and Orders Tracking Not Working As Expected - Adobe Analytics 26-02-2019
Hello,I am trying to put together a report showing how many times offers on a page were shown (offers designated with campaign code in query string), how many times the offers were clicked and how many orders were associated with each offer. The results of my report currently look like the following:ImpressionsClicksOrdersOffer A1,100700314Offer B1,100700314Offer C1,100700314As you can see, the Impressions are correct however all Clicks and Orders are associated with all offers – regardless of t...

Views

2.7K

Like

1

Replies

1
Re: Target Classic Landing Page Campaign in Target Standard - Adobe Target 26-02-2019
Ah, I remember that now.  Thanks

Views

2.5K

Likes

0

Replies

0
Re: Capture Activity Map Context Data - Adobe Analytics 08-02-2019
Gigazelle​ - nope, unfortunately that didn't work. I tried all three in the original post inside of the doPlugins and got the following in the console (basically the same as outside of the doPlugins section):activity map value=activity map value=undefinedactivity map value=function(e){for(var t,a=f.regionIDAttribute||"id";e&&(e=e.parentNode);){if(t=o(e,a,a,a))return t;if("BODY"==e.nodeName)return"BODY"}}Maybe there's a different function I should be using?

Views

2.9K

Likes

0

Replies

0
Target Classic Landing Page Campaign in Target Standard - Adobe Target 08-02-2019
Hello,It's been a while since I worked in Target and Target Classic used to have a "Landing Page Campaign" that kept a visitor in a campaign until they converted (or no longer qualified). For example, a visitor clicked a campaign offer on the homepage which entered them into Campaign A. This allowed us to present "Campaign A" related content throughout the site (multiple pages) even if they never clicked the button again.I'm not seeing a way to do this is Campaign Standard - how do you persist a...

Views

3.2K

Likes

0

Replies

2
Re: Capture Activity Map Context Data - Adobe Analytics 04-02-2019
I wish to capture the same value being reported in the Experience Cloud Debugger before it is submitted via the s.tl request.

Views

2.9K

Likes

0

Replies

0
Capture Activity Map Context Data - Adobe Analytics 11-01-2019
Hello,I need to capture the Activity Map "region" whenever the user clicks a link on my site but before the s.tl action is fired. I am aware I can use Processing Rule to copy this value but I need the value client-side. I can see the value in the EC Debugger so I know it's working properly.I've tried the following without success:console.log('activity map value=' + s.contextData['a.activitymap.region']);console.log('activity map value=' + s.contextData['c.a.activitymap.region']);console.log('act...

Views

5.5K

Likes

0

Replies

6
Re: Use Recommendations Premium on Dynamic URLs - Adobe Target 02-11-2018
Rylan,Thanks for responding. I simplified my post to remove the regex so that I wouldn't clutter the question so while the URL portion of your answer is technically correct it wouldn't work for me. The second part of your answer around using Profile Scripts actually isn't supported - at least not yet. The Parameter rule only support mbox profiles - not profile scripts. it would be great if Adobe added this.What I ultimately did was use Adobe Launch's Data Elements to build out my regex and pass ...

Views

2.5K

Likes

0

Replies

0
Re: Capture Anchor Text and Href in Launch Code - Adobe Experience Platform Data Collection 31-10-2018
Hello Everyone, thanks for the input. I think gflare​ probably got it right but I had a deadline well before his post and ended up manually executing the custom link request right after my code. So in Actions, I removed the Analytics extension's Set Variables and Send Beacon and only have:Clear Variables > Core Custom CodeIn the custom code (JavaScript), I just manually make the s.tl request right after the code I already had:s.linkTrackVars = "events,eVar16,prop6";s.linkTrackEvents = "event15";...

Views

4.1K

Likes

0

Replies

0