This video demonstrates how to update your Mapp Intelligence Analysis directly within Excel using the Intelligence API.
The exact paths and designations may differ depending on your Excel version.
All the steps we mentioned in the video are listed below.
Before anything, you must have the API activated for your Mapp Intelligence Account. If not already active, please reach out to your CSM.
Step | Navigation path | Description |
|---|
1 | User Management > Roles > Account Configuration | Make sure the user has permission to access the API. Go to User Management > Roles, and select the role that should have API access. Enable Intelligence API.
|
2 | Settings > API Client IDs | Click the configuration symbol, then click API Client IDs. Select Create New Client ID Add a description, such as the user's name. Copy the Client ID and Secret to your clipboard and keep them somewhere safe! You will need them any time you use the API.
Find more information here. |
3 | Visitors > Time > Weeks | Go to Visitors > Time > Weeks and add Visits, Qty Orders, Conversion Rate %. Set in the calendar dynamic time frame Current Year until Yesterday. In the upper right-hand corner, select the menu and Copy JSON Configuration. Paste the JSON into an editor. Replace all the single quotation marks (") with double quotation marks ("").
|
4 | Excel file configuration | JSON_API_powerBI_demo_version1_5 and open the example sheet. Enable external data connections  Under the Data tab, select Get Data > Launch Power Query Editor. Change Privacy Settings Window OS: Go to File > Options > Settings > Query Options > Current WorkBook > Privacy Under Privacy Levels, Select Ignore the Privacy Levels and Potentially Improve Performance. Please note this could potentially expose sensitive data.
Mac OS: Go to Options > Project > Privacy Activate Allow combining data from multiple sources
Right-click on getToken to use the advanced editor. Replace the placeholders with your clientID and secret. In getAnalysisData, right click to get the advanced editor. Paste your JSON into queryAsJson = "< your JSON >". Depending on the Excel version, you may see hint boxes or a loading hint. In most cases, this does not affect the functionality, so you can simply continue.
Click Close and Load.
|
5 | Excel file update | Click Data > Refresh All to update data. Because your ID and Secret are saved in the file, be careful about sharing it directly with others.
|