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

FrederikWerner
FrederikWerner
Online

Badges

Badges
27

Accepted Solutions

Accepted Solutions
4

Likes Received

Likes Received
121

Posts

Posts
56

Discussions

Discussions
24

Questions

Questions
31

Ideas

Ideas
18

Blog Posts

Blog Posts
4
Top badges earned by FrederikWerner
Customize the badges you want to showcase on your profile
Allow editing and copy/pasting of segments and calculated metrics in editor - Adobe Analytics 29-11-2021
Description -Creating segments and calculated metrics in Analytics/Analysis Workspace is, naturally, a lot of work for complex ideas. Here is the summary I recently created for my post about the Linearity Indicator:As both a user of Analysis Workspace and content creator, I would like to make it as easy as possible for me and others to confidently replicate or adapt the segments and metrics I've invested a lot of time in. Ideally, we would have the same "summary" view for segments too and be abl...

Views

164

Likes

4

Replies

0
Things you would have wanted to know when your started using Adobe Analytics - Adobe Analytics 18-11-2021
Hello everyone,Today I would love to hear about your personal experience back when you were learning to implement, use, or maintain Adobe Analytics. What are some of the things you had to figure out way too late by yourself that you could have used years ago?For me personally, Counter Evars are definitely among those things. They are super cool and helpful for so many different use cases but hardly anyone ever talks about them! Especially when combined with creative expiration settings those var...

Views

445

Likes

2

Replies

4
Re: Don't use clearVars! - Adobe Analytics 18-11-2021
Nice post! I'm thinking of how this could be brought into Launch or the Analytics extension in Launch so we don't need to custom-code it. Could we maybe use a Set Variables action with empty values instead?

Views

1.2K

Likes

0
Re: Integrate Facebook ADS Data - Adobe Analytics 17-11-2021
Data Sources would be the best way by far. In theory, you could also use the Data Insertion API to upload data, but that would bring additional cost and inflate Visits and Unique Visitors. It's also not as easy to use, so I would consider if it could in any way be integrated with the Data Sources you may already be using.

Views

226

Likes

0

Replies

0
Re: Integrate Facebook ADS Data - Adobe Analytics 17-11-2021
Data Sources are indeed the way to go! Those allow you to upload summary-level data into Analytics that doesn't increment Visits or Unique Visitors and don't incur cost for server calls. You can use the search for some Adobe documentation or look at this end-to-end example in Python for Google search keywords that could easily be adapted for Facebook data: https://www.fullstackanalyst.io/blog/adobe-analytics/importing-organic-google-search-data-to-adobe-analytics-with-a-single-script/?r=exl

Views

233

Likes

0

Replies

2
Re: AA tags on 3rd party applications - Adobe Analytics 17-11-2021
This sounds like a prime-use case for Data Sources! Data Sources allow you to upload summary-level data from other systems. They are free to use (don't count as server calls), don't increment Visits or Unique Visitors, and are easy to implement. You can use the search for some Adobe provided documentation or check out this post for a concrete example (organic Google search data) that works in a similar way https://www.fullstackanalyst.io/blog/adobe-analytics/importing-organic-google-search-data-...

Views

377

Like

1

Replies

1
Re: Interchangeable Dimension in Freeform Table - Adobe Analytics 17-11-2021
The best approach in Workspace is to use the Quick Insights panel. Than panel lets you choose the dimension and metric for the report and also lets you change them super quickly

Views

113

Likes

0

Replies

0
Re: getReportSuites method fails when I execute it un Azure Functions - Adobe Analytics 17-11-2021
This error is not coming from the Adobe Analytics API itself but rather from Python while handling the request. If you are struggling to replicate the error on your local environment, you may want to check whether the versions of Python and its modules (like requests) are the same in both environments. Azure can also be tricky with async operations, but the first go-to should be the versions you are using.

Views

144

Likes

0

Replies

1
Re: Sharing with User Group instead of Product Profile - Adobe Analytics 27-10-2021
I agree with your request, this would be a nice feature. Something similar can be achieved today with a small workaround:You can use User Groups within Product Profiles to circumvent this. Instead of adding individual users to a Product Profile, create a User Group (possibly with the same name) and only add this Group to the Profile. Then you can add users to the Group instead of the Profile, effectively achieving the same result.

Views

137

Likes

0

Replies

0
Re: Automate Staff Access to AA - Adobe Analytics 27-10-2021
There are two approaches that would work today that I can think of:Use User Groups to democratize access: Instead of giving people access to product profiles individually, create a user group for each profile and only add people to that. This allows you to nominate user group admins who can add and remove people from those groups, taking the load off of you. That approach works as long as the new user already has access to the experience cloud org.Use the user management API of the Admin Console...

Views

138

Likes

0

Replies

0