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

shesingh
shesingh
Offline

Badges

Badges
14

Accepted Solutions

Accepted Solutions
18

Likes Received

Likes Received
17

Posts

Posts
34

Discussions

Discussions
3

Questions

Questions
31

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by shesingh
Customize the badges you want to showcase on your profile
Re: Adobe Analytics Dimensions and Measures missing in Po... - Adobe Analytics 30-09-2020
Download link, custom & Exit links are not available in Power BI. As a workaround, you can create a report in report builder and publish it to power BI. https://docs.adobe.com/content/help/en/analytics/analyze/report-builder/publish-powerbi/integration-power-bi.html

Views

559

Likes

0

Replies

1
Re: experience.adobe.com keep loading - Adobe Experience Cloud 04-09-2020
Hey Robert, Few things I would like you to check:1. You are using the updated version of the browser.2. Disable non-Adobe extensions(chrome://extensions/) or plugins like ghostery from your browser. 3. Clear browser cache and try again. Let me know the insights!

Views

586

Like

1

Replies

0
Re: Getting 400 Bad Request error due to size of cookie '... - Adobe Analytics 04-09-2020
Hi Shalinee, As far as I am concerned, Analytics itself doesn't make large cookies. If you are getting cookies that are large in size then I am assuming it would be like a custom plugin you might have implemented storing some values in a cookie that keeps appending things. Other scenarios I could think of is: retrieving values from the URL; concatenating values to pass to Analytics et cetera.I believe you would need to evaluate your plugins you are using.Also, we would be needing steps to reprod...

Views

922

Likes

2

Replies

0
Re: Adobe analytics is not enabled under Adobe Experience... - Adobe Analytics 04-09-2020
Hey there, In order to enable Adobe Analytics API, you must have product access to Adobe Analytics for that organization. Moreover, either system admin or developer accesses are required via admin console of Experience cloud(https://adminconsole.adobe.com).You need to reach out to your existing system admins of Experience Cloud to provide you the requisite access.https://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/create-oauth-client.md If it still ...

Views

380

Like

1

Replies

0
Re: For how long is the cookie being kept in order to fig... - Adobe Analytics 03-09-2020
Hey there, As you already know, Adobe Analytics uses cookies to identify visitors. Each cookie has its expiration as mentioned in the document:https://docs.adobe.com/content/help/en/core-services/interface/ec-cookies/cookies-analytics.htmlThese cookies are in place until expired, or browser cache is cleared or an incognito window is used.Hope this helps!

Views

238

Like

1

Replies

0
Re: Do we need to have separate license for Experience Cl... - Adobe Experience Platform 01-09-2020
Hey, There is no separate license for customer attributes. However, it does get provisioned at organization level by our internal team. You may contact the Adobe account manager of your organization who can further point you to the right team. If you need account manager information, please reach out to client care team[clientcare@adobe.com].

Views

381

Likes

0

Replies

0
Re: Adobe Analytics Data is Missing - Dynamic Tag Management 10-08-2020
Hi Balak, There could be multiple scenarios why the report did not fetch the expected results:1. The whole server call is excluded. This can be analyzed by fetching data feeds at your end.2. It only impacted a specific eVar because of the setting of an eVar et cetera.I know it is a late post, but if you are still facing this issue, I would rather suggest you raise a case with the client care team for review.

Views

419

Likes

0

Replies

0
Re: Custom code: Only first declared eVar setting - Dynamic Tag Management 10-08-2020
Hey Philip, The s.linkTrackVars variable is a string containing a comma-delimited list of variables that you want to include in link tracking image requests ( tl() method). I believe the reason eVar is not set when same piece of code is written again is because it resets value of linkTrackVars. For instance: s.linkTrackVars = "eVar1";s.eVar1 = dataElementName;will set eVar1 s.linkTrackVars = "eVar2";s.eVar2 = dataElementName;this will only set eVar2 To fire both the variables on the same server ...

Views

699

Likes

0

Replies

0
Re: Exit link-Adobe launch - Adobe Experience Platform Data Collection 10-08-2020
Hey Pradeep, It depends on multiple factors why a domain is not considered as an exit link. There can be two scenarios when your internal domain is redirected to external link. One is open a popup and second is change the internal URL to external on the same page.To handle both of the above scenarios, make sure you perform the below steps:1. Please add javascript:, mailto:, tel: in Never track list.The default value is a javascript command that returns the hostname of the URL for the curre...

Views

835

Like

1

Replies

0
Re: How can i send the same mcid from one adobe suite to... - Adobe Analytics 09-08-2020
Hi there, Visitor ID service should serve the same MID as long as you are using same Marketing cloud ORG ID in the configuration and the demdex cookie is present. To get same mid across app and web, you may implement appendVisitorIDsTo function and that will help your use case. Hope this helps!

Views

375

Likes

0

Replies

0