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

mubarakd5726232
mubarakd5726232
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
89

Posts

Posts
90

Discussions

Discussions
64

Questions

Questions
26

Ideas

Ideas
48

Blog Posts

Blog Posts
0
Top badges earned by mubarakd5726232
Customize the badges you want to showcase on your profile
Re: Dimension Segments - Adobe Analytics 26-07-2019
This is partially solved with Distinct Count segment operators: Segmentation on Distinct Dimension Counts - YouTube

Views

1.3K

Likes

0

Replies

0
Data Element using JSON - Adobe Experience Platform Data Collection 11-03-2019
How do you define/populate a data element using JSON defined on page?eg retrieve name { "@context": "http://schema.org", "@type": "LocalBusiness", "telephone": "00000000", "address": { "@type": "PostalAddress","addressRegion": "Worcestershire","addressCountry": "gb" }, "name": "foo" }

Views

1.1K

Like

1

Replies

0
Re: Custom Code to define data elements - Adobe Experience Platform Data Collection 27-11-2018
You can access custom variables inside the s object. For example:s.eVar1 = 'My custom value';You can access data elements using the _satellite.getVar() method. So to assign a data element to an eVar in custom code:s.eVar1 = _satellite.getVar('custom data element');More information on getVar can be found here:https://docs.adobelaunch.com/client-side-information/launch-object-reference#launch-object-reference

Views

1.4K

Like

1

Replies

0
Re: Create Segment for visits over 100
H_L
- Adobe Analytics 25-11-2018
Hello Gigazelle,Thanks for your reply, sorry I didn't check this on time.I will try and get back in case this does not work.Best,H

Views

1.2K

Likes

0

Replies

0
Re: Year over Year or Month over Month alerts - Adobe Analytics 30-04-2018
Set some basic alerts up as above watching an orders metric with a pretty low threshold and as of yet they have not worked. Currently working with Customer Care and engineering to debug.Will update once we have information

Views

2.2K

Likes

0

Replies

0
Re: Visited x no. of days in y Timeframe - Adobe Analytics 06-04-2018
Thanks .. sequential segments totally slipped my mind

Views

1.6K

Likes

0

Replies

0
Re: Marketo Bots - workaround? - Adobe Analytics 06-04-2018
some of options ..1. With Bot rules you can also filter by User Agent string (in addition for IPs) .. so, if you're able to identify a consistency in the UA string of the bots (that differs from normal) you can block this way.2. Sounds like you already have a segment in place to identify spikes, if not create one and set up an alert, so you get notified if it goes beyond a certain threshold.3. You may also have this in place too, but create a virtual report suite which you use as your main suite...

Views

1.3K

Like

1

Replies

0
Re: Export Calculated Metrics in Data Warehouse - Adobe Analytics 08-03-2018
Flagging as a duplicate of Using calculated metrics on Data Warehouse - show your support and upvote the idea there!

Views

5.8K

Likes

0

Replies

0
Re: Exclude data via IP Address - Historical Data - Adobe Analytics 13-02-2018
You can also use Report Time Processing to create a virtual report suite that "reprocesses" your data without the IP addresses in question.

Views

1.3K

Like

1

Replies

0
Re: Distinct Dimension count with metric => x - Adobe Analytics 18-07-2018
Pretty certain you can achieve this if you are willing to use a bar graph in lieu of a line graph.Calculated MetricColumn Sum [If page views > 100, 1, else 0]Use month as a dynamic column header below the metric.Drop page or whatever you dimension is into the table.Select the dimension title and viz as a bar graph.This works for values that exceed a threshold, its impossible to use this for values below a threshold (less than 100) because if a user doesn't view a product at least once it would n...

Views

2.6K

Likes

0

Replies

0