I am using the Watson Assistant AI system, and needed to find the Workspace ID code. All websites say go to the skills > three buttons > View API details > Workspace ID, but when I press the View API Details, it only shows the Skills ID and other factors.
Where can I find the Workspace ID?
The information shown for View API Details has a section labeled Legacy v1 Workspace URL. Part of that URL is the workspace ID, right in front of the /messages part.
Watson Assistant changed the way the information is displayed, but the workspace ID is still present.
Note that it is only needed for the old V1 API.
Related
When I create a Google Workspace application, I'm asked for a "Unversal Nav Url" and icon that gets added in the google apps menu:
Unfortunately, when visiting my link from the menu, my application URL is simply opened up in a new tab with no additional information (for example: query string parameter).
Does google allow for any specific options which would allow my application to receive a hint when opened from this menu? Or is my only option to create a SAML 2.0 application, which then doesn't have the same discoverability as a "Marketplace" app?
I want to do tracking in my Google Workspace Add-on listing page in Google Workspace Marketplace(https://workspace.google.com/marketplace) by Google Analytics 4 Measurement ID G-xxx but it cannot track anything. However, this can be achieved by UA-xxx ID and the data is passed to GA.
I think this is the Google Analytics version issue and it seems I have nothing to do here but if you have any suggestions or advices, it would be really helpful.
Procedures
Google Cloud Console > API & Services > Enabled APIs & services > Google Workspace Market Place SDK
Under App Configuration tab, set Google Analytics ID in Listing Data field
Put GA4 Measurement ID "G-xxx" and save.
Expectations
Access data will be passed to GA but nothing happens.
All answers to my question lead to a year old document (http://msdn.microsoft.com/en-us/library/windowsazure/gg185919.aspx) which is not correct anymore - the section "To obtain a Facebook Application ID and Facebook Application Secret" describes the process than cannot be used on today's Facebook site for developers.
I am hoping that someone who has Facebook experience can get me the "current version" of this 7 steps long process described as:
Create a Facebook account at http://facebook.com
Navigate to http://www.facebook.com/developers/ (my note: this is wrong - the url should be developers.facebook.com)
On the Facebook | Developers page, click the + Set Up New Application button, and then follow the instructions. (What instructions)
On the Facebook | Edit <> page, click the Web Site link on the left. (No such link)
Copy Application ID and Application Secret. You will use these when you configure Facebook as an identity provider on the ACS Management Portal in the next step
Specify your fully qualified domain name (FQDN) URL to your namespace, including the leading HTTPS. Your namespace will be different.
Click the Save Changes button
The step 6 is the biggest problem - it is the insertion of Azure ACS specific information into Facebook's world and was not able to find the field on Facebook App form creation where this belongs to. Obviously, I do not know anything about Facebook's app creation.
Apologies #nikivancic for not being able to try it out for myself, but I think what you're looking for is in the application settings.
In Facebook
Click the edit button on the top right for the application you have
just created
In the left hand menu, under settings, click on Basic
(you might already be there)
Under 'Select how your app integrates with Facebook', click the 'Website with Facebook Login' option
This will reveal a textbox to enter the url to redirect to on login - I believe this is where you need to enter the URL to your namespace in ACS.
Again - apologies for not being able to test it right now, but try following this and see if that works
I would like to show a graph of visitors (eg. 7 days back) on a specific subpage on my website - not the entire site!
I've been looking at:
http://www.jensbits.com/2010/06/23/google-analytics-data-export-api-with-google-chart-visualizations-2/
.. but i cant figure out how to show a graph for a specific url/subpage.
Any ideas?
Follow these steps
1.Go to your Google Analytics Account.
2.Click on the 'gear' icon. It will show you 3 tabs-> Profile, Tracking Code and Property Settings. Click on Tracking Code.
Under What are you tracking? select A Single Domain radio button. It will show you its corresponding options on the right. Select I want to track PHP pages. It will show you the tracking code underneath. Copy paste the code in the php file/page you are willing to track.
Dont worry about the query parameters. They will be identified automatically with respect to the tracking code. So if your page identifies 100 different layouts with respect to the parameters, they will show up in your analytics account.
Use the following Api to export data from your account
Google Analytics PHP API
Then, after you have received the data, you can set up an ajax request that fetches the data from your PHP script and embeds it in your site using a javascript API chart builder. This is also available with Google
Google Charts API
Hope that helps. All the best!
Ok- new to this today. Two major issues:
First- I am setting up a FB comments box for each of the pages on my website. I have followed step by step and have created an app so I can mederate all of the comments at once rather than page by page. Problem is when I get to my app I am supposed to click on "settings", however I cannot find it. There is an "edit settings' but it does not take me to the box where I can choose either to make every post visible or to let me approve each comment, etc... it just takes me to a summary of my app where I can choose app display name, app namespace, etc.
Here are the directions I have been given:
Changing Moderation Settings
Click on your app in the left column. Then click on Settings (it has two small gears beside it) in the top right corner of the tool to give you access to a few options...
Second issue is that after creating my app and saving changes, I was supposed to click on "need to grant permissions" to create an access token and then see a pink box with the App ID/API Key and App Secret.
After I saved the changes for my app. there was no "need to grant permissions" nor was there a pink box. The App Id and API key and App Secret show, but they are just at the top of the app- no pink box. Do I need to do something with permissions and create an access token? If so how? (I am not even sure what this is)
Assuming the comments plugin is linked to the app correctly (which can be checked by running your URL through the URL Debugger, you can moderate the settings in two places:
The Comment moderation tool
The Settings links, with the gears, displayed in the top right of an instance of the comments plugin itself
You can see your current access token for an app you admin in many ways, but the easiest two places I can think of are:
The Access token tool on the Facebook Developer site
By authorising your app in the Graph API Explorer