I'm entering a meeting nickname (Test Meeting) for a Google Meet meeting.
However, I'm not able to find the meeting nickname in the response from the audit log API. Is there another API where this information is available?
After chatting with Google Support, there is no way currently to access the Google Meet meeting nickname via the audit log API.
Related
There is attendance tracking feature in Google Meet for business accounts that can be turned on in the settings and Google emails the report after the meeting ends. I want to know if an API is available to get the attendance report programmatically?
Attendance tracking is available in google workspace business plus or higher plans and now the api is also available with which you can get a lot of details but business plus or higher account is a pre-requisite.
Check the api documentation for more:
https://developers.google.com/admin-sdk/reports/v1/get-start/overview
I'm looking for an endpoint for the Google Meet Feedback Score. I've implemented the Admin SDK and I can retrieve livestream_watched and call_ended but neither includes a Feedback Score. If I check out the Meet Quality Tool there is a way to filter based on Feedback, so I'm hoping there must be some way to retrieve the information.
Answer:
Unfortunately, there is no way to retrieve this information.
More Information:
As you have already pointed out, the Google Meet Audit Activity Events parameters do not include the feedback score for the meet.
Feature Request:
You can however let Google know that this is a feature that is important for access to their APIs, and that you would like to request they implement it.
Google's Issue Tracker is a place for developers to report issues and make feature requests for their development services, I'd urge you to make a feature request there. The best component to file this under would be the Admin SDK component, with the Feature Request template.
References:
Google Meet Audit Activity Events | Reports API | Google Developers
Google Issue Tracker
I am developing a web app which will be pulling data from Amazon Advertising API. I need as a user to see data for all of the sellers that has approved/registered for using their profile's data.
Is this scenario possible? If not, is there anything similar to it? If yes, how do I implement it, is there some documentation?
The Amazon Advertising API v2 was released late 2018, so it's pretty new but has some missing information in the official documentation. But to get started please follow the official documentation guide:
https://advertising.amazon.com/API/docs/v2/guides/get_started
A lot of other sources are outdated, so I suggest to stick to this guide.
The logic to handle multiple Amazon Seller Accounts you have to handle yourself.
But every Seller Account has to go through the consent workflow to give your console app the rights to get access to the shop data via API. Therefore you need to implement a 'Login with Amazon' button - That's the part that is not mentioned in the documentation. See https://login.amazon.com/
I have requirement to share a product image and its description from my website to instagram.
Can anyone tell me is it possible?.
I went through the Instagram Graph API documentation but everything is related to Mobile Apps, can i use the same API for sharing from my desktop website.
Thanks in advance.
There is content publishing API support for FB Instagram graph API. but that is in beta yet.
https://developers.facebook.com/docs/instagram-api/content-publishing
The Content Publishing API is in closed beta with Facebook Marketing Partners and Instagram Partners only. We are not accepting new applicants at this time.
The Content Publishing API is a subset of Instagram Graph API endpoints that allow you to publish media objects. Publishing media objects with this API is a two step process — you first create a media object container, then publish the container on your Business Account.
Currently, the API can only be used to publish photos.
This would also require your Instagram account to be business account to use this API.
I'm writing an utility to email an alert when:
a Google Apps domain's number of users approaches the subscription limit
a Google Apps domain's subscription is coming up for renewal
I found the data for point 1 in the Admin Settings API in fields called MaximumNumberOfUsers and CurrentNumberOfUsers
Unfortunately I cannot find any subscription/billing details in the APIs except in the Reseller APIs (which doesn't help me, I'm not a reseller)
This information is available in other cloud product APIs, like Office 365 etc.
Does anyone know if this information is accessible via an API?
The License Manager API provides a way to get/update/assign licenses to users but does not provide details about subscription renewals.
There is no API function currently to retrieve the renewal date.