Use Your Own WalkMe Configuration
For Powered By customers using WalkMe
You can now use your own WalkMe configuration on the white labeled organization.
We have introduced a new parameter, walkMe
, in the white labeled organization settings.Using API, set this parameter to the ID of your WalkMe configuration. For example:
"walkMe":"9co9eaewd2b3ntqz3slw9co9eaewd2b3"
When you use API to retrieve settings of your white labeled organization and a custom WalkMe configuration is in use, the walkMe
parameter with your WalkMe ID will appear in the API response, like the following:
"portalSettings":{
"applicationTitle":"Custom analytics",
...
"headerTextColor":"#610B38"
"walkMe":"9co9eaewd2b3ntqz3slw9co9eaewd2b3"
}
Learn more:
Customize the White Labeled Organization
API: White Labeling
New API Calls
Fact Table Grain API Support
GoodData now supports fact table grain information as part of a logical data model transfer with the includeGrain
parameter.
Example of the resource for creating a project model including operations to create/update Fact Table Grain:https://secure.gooddata.com/gdc/projects/{project_id}/model/view?includeGrain=true
Example of the resource for generating a MAQL DDL script including operations to create/update Fact Table Grain:https://secure.gooddata.com/gdc/projects/{project_id}/model/diff?includeGrain=true
Saved Views
We have introduced a new API group - Saved Views. Saved views allow users to store their dashboard filter settings.
Learn more:
API: Create a project model
API: Generate a MAQL DDL script
API: Saved Views
Deprecation Updates
- SFTP server
The SFTP server continues working. You can use it, as usual. - na1-di.gooddata.com domain
The na1-di.gooddata.com domain continues to be supported. You can use it, as usual.