the project api documentation does have a section on updating projectshttps://www.adobe.io/apis/experiencecloud/analytics/docs.html#!AdobeDocs/analytics-2.0-apis/master/projects-guide.md you just need to send a PUT request to /projects/{id}in the Body you specify what you want to change as discussed...
You can use the Adobe GUI to transfer assets, yes. But if you're an admin, you won't have issues transferring assets to or from users. It's the API only that has the 'insufficient access' issue. in the Adobe Analytics GUI (not the Experience Platform Admin area), if you're not familiar, in the Adm...
Hello. Thanks for getting back to me. I think the biggest hurtle you will have will be have the correct 'access rights'. Meaning, when i created a new workspace project via the API, it was assigned to my 'techAccount' email address which is different than my Adobe Analytics Log In email address. S...
Hello Could you provide more details about what type of implementation are you working on? Since you mentioned a website, are you able to use Adobe Launch as Saurave_Raj suggested? Also, is your website a tradition URL based website or is a single page app (where the urls contain # tags)? I'd b...
Hello. I was starting to think about something similar and the strategy that I'm exploring is using some kind of internal site or confluence or wiki to document the 'most recent' solution with callouts/links to previous versions with roll out dates. So imagine a wiki page detailing what information...
Hello. Quick follow up. I've been able to transfer ownership of an Analysis Workspace project between two users within the same company/account using Adobe's API and Postman. You can do the same thing within the Adobe UI, but i was able to get it to work using Postman. Is that what you're lookin...
Hello Community I was hoping some of you might be able to help me. I've been trying to teach myself the Adobe Analytic API 2.0 solution using Postman. Thus far I've been able to - create segments- create calculate metrics- transfer calculated metrics between users- transfer existing analysis works...
Hello everyone. I'm trying to create a variance bar chart visualization in analysis workspace that calculates the difference between an individual row and the overall conversion rate within a breakdown freeform table. For example, say our overall site conversion rate is 1.50% (shown at the top of ...