Create Google Calendar Events with Live Stream Generated - google-calendar-api

resouce: https://developers.google.com/calendar/create-events
Add video and phone conferences to events
conferenceProperties.allowedConferenceSolutionTypes[] : "eventHangout", "eventNamedHangout", "hangoutsMeet"
i have successfully create event with Google Meet link generated. and if i want to add sream to my event. i must manually add/ edit event in Google Calendar Interface. is there any possibility this feature
virtual ConferenceParameters Google.Apis.Calendar.v3.Data.ConferenceData.Parameters
Additional properties related to a conference. An example would be a
solution-specific setting for enabling video streaming.
i have read https://developers.google.com/resources/api-libraries/documentation/calendar/v3/csharp/latest/namespaceGoogle_1_1Apis_1_1Calendar.html
but cant find how to generate meet link and stream at the same time using API. is possible to do this?
if this feature unavailable yet. i have submitted here https://issuetracker.google.com/153114077
i'm using Gsuite for Edu.

Related

Getting analytics on custom events for Firebase Dynamic Links

Been reading through the Firebase Dynamic Links analytics documentation, and it's clear that the analytics presented in the console will only show three events: clicks, first opens, re-opens. However, I'm not able to tell if retrieving analytics from the API is limited to the same thing. The example shown in the docs only shows those three events too, but doesn't explicitly say that it's limited to them.
Is there any way to get analytics on custom events (for example, a purchase event) for Firebase Dynamic Links?
The three analytics events correspond with the actions you can perform on the dynamic link itself. If the link then leads to a purchase, you'd log that as a separate event from your app itself. The dynamic link won't contain that information, but the new event will of course be associated with the same app instance ID and user ID (if set).

How to create a timed quiz in google form

I use Google Classroom for my chess club and send out quizzes using Google form. I am trying to find out if it is possible to set up some sort of timer in Google Forms right now. All the answers I can find using google are pretty outdated.
Here's a blog you can check and try for the implementation on How to Schedule your Google Forms and Limit Submissions. Afterwards, you can just add as a material and attach the link using Google Classroom API.
You can use Timify.me add-ons. It's easy to use and looks good as well.
Pros:
- timmer shows on the top of the page
- triggers the form to close upon timeout
Cons:
- only paid version allows you to set logo, text, design and webcam tracking
- You can't customize the time countdown section-wise, countdown as a whole submission
note: you need to configure timify.me with a token from timify.me web app

Pulling Google Variable Into Hidden Field

I've started parsing out the Google UTMZ_ cookie and am looking for any possible way to push that information into Marketo hidden fields. I currently create and populate Marketo hidden fields based on Google Tracker fields, but I can't figure out how to do it with the fields in the attached image.
I'm wondering if anyone has any insights into how I could push those fields to a form. Below is the code I use for pushing Google Tracker fields to Marketo.
MktoForms2.whenReady(function(form){
ga(function(){
form.addHiddenFields({
GA_User_ID__c : ga.getByName('gtm1').get('userId')
});
});
});
Universal Analytics does not use utm cookies, and it does not have custom variables (they have been replaced by custom dimensions), so your version of the GA code does not match the information from your screen shot.
Since campaign attribution is now done completely on the Google servers you can no longer get the information via client side GA code. You would either have to pull that information via the API (which I do not think is feasible in runtime) or build your own solution to try and match Google's campaign attribution (as displayed here in a flowchart).

Tracking Member, Non-Members using GTM

i need too track Members and non-members in the website using google tag manager. specifically, it is important to distinguish users prior and after sign up process and not overwrite them as members (even though they entered the website and non-members). i don't want to push the data directly to the google analytic so i need to create tags in google tag manager to be fired.
any suggestion?
cheers
You might want to take a look at Custom Dimensions to track the status of visitors on your site. For more information on Dimensions, you may find more details on Google's Support pages: https://support.google.com/analytics/answer/1033861
This would allow you to segment the data and Reports in Analytics based on those Dimensions.
Otherwise, if you cannot send data to Google Analytics from Tag Manager, you might want to track users by settings cookies according the specific Rules. This article provides a gist of how to set cookies from within Tag Manager: http://www.simoahava.com/analytics/universal-analytics-fire-script-just-per-session/

Shared Google calendar: how to find who updated event?

My team is using google shared calendar. Sometimes members blow away some events, I would like to see if there is a way to find out 'last updated by' and 'who updated specific event'
I could not find setting in Google calendar.
Thanks
There is no way to do this. However, rather than giving users editor rights to the calendar, you could simply give them read or freebusy access to the calendar and configure the calendar to auto-accept the events. Then when users need to create events on the shared calendar, they'd invite the calendar rather than creating the event directly on it. This gives each user access to modify only the events they own on the calendar.

Resources