How to tracking email opens in GA4? - google-analytics-4

In Universal Analytics there's Email Tracking - Measurement Protocol for tracking email actions.
But not in the GA4 document.
Will this kind of use case be supported by GA4 in the future?
Or there is an alternative that I didn't find?
Thanks. :)

Related

Can i add property id from GA4 into branchIO instead of tracking id?

I am trying to feed branchIO campaign information to google analytics4.
BranchIo is requesting me add tracking id which is of the format UA-xxxxxxx-x , but this kind of id is not available in google analytics 4. Is it ok to use property id instead.
Google analytics UA and GA4 are two completely different systems.
Universal analytics accounts have UA Ids. GA4 Have measurment ids
No you can not. You are using the code for UA it will only work with UA accounts.
The measurement protocol used to send data to these different systems is also different. There for the code needed to send to that system should also be different
You appear to be trying to use a tracker designed to send data to UA accounts. not GA4 accounts.
No it is not okay to send the property id instead. You sould send the UA id or find the code for that system that would work with GA4 which will take a

Is there a way to get the Suggested Contacts through Outlook API?

I'm currently developing an app that fetches my contacts in my Microsoft account.
The problem is, unlike Google, when I send or receive an email to/from a new contact, it isn't copied into My Contacts, so I can't get it through https://outlook.office.com/api/v2.0/me/contacts.
However, when I wrote a new email, it appears as a suggestion, so I guess it is stored somewhere else.
The question is: is there a way to access to my suggested contacts through the API to get their emails? And how?
Thank you 😊
This feature is only available in beta version for now, please see the following api:
https://outlook.office.com/api/beta/me/contacts?$select=EmailAddresses,GivenName,Surname,DisplayName
This api will return all the contacts that you have received an email from or sent an email to :)
The closest thing to what you're looking for is the People API. As that page says:
The People API returns relevent person entities with each request. A person aggregates information from across mail, contacts and social networks. The results are ordered by their relevance, which is determined by the criteria specified in the request and ranked based on multiple communication, collaboration and business relationships.

Using google-analytics to track Jangomail Admails

My company is using Google Analytics to help track there website. Before I took this position they were also keeping track of Admail that was being sent out. Currently, we are sending Admails through JangoMail. I have set the Google Analytic tracking filter within Jangao Mail, however, I am unable to figure out how to track individual email blast. If someone could please advice, your help would be much appreciated.
You need to set up utm parameters for your new email marketing service. You can customize you Google Analytics integration in JangoMail: https://jangomail.com/improvements-to-google-analytics-integration/ . Anyway you can manually build you urls with URL builder: https://support.google.com/analytics/answer/1033867?hl=en
If you want to track every email blast you can use specific utm_campaign value for every blast, alternatively, if your campaign split in few blasts, you can use utv_campaign parameter to track every blast.

How to get google calendar attachments

Is it possible to get the attachment associated with a google calendar event using REST api call? I googled alot but have not found anything. Are google Labs features not compatible with HTTP GET requests?
Thanks in advance
Attachments are now available in the Google Calendar API. Here is the guide: https://developers.google.com/google-apps/calendar/create-events#attachments
It looks like this feature is not yet supported because the attachment is still a Google lab project.
You can always make a feature request.
https://code.google.com/a/google.com/p/apps-api-issues/issues/detail?id=2545

Can I collect data from form fields with Google Analytics?

I have a website with a "contact me" form. Users can leave their name, email, and message and I'll get an email containing their data.
I've set up a goal on Google Analytics for the registration and everything works fine.
Now, the question is: Can I see their names and emails on my Analytics? Is there any way to make Google Analytics save that data and show it to me?
Thanks in advance,
Daniel
Theoretically this can be done using custom variables. See: http://code.google.com/apis/analytics/docs/tracking/gaTrackingCustomVariables.html
However, I believe that name and email address are considered Personally Identifiable Information so sending it to Google Analytics is most likely against their Terms of Service. See section 7: http://www.google.com/intl/en/analytics/tos.html
You would need to use another tracking system such as Piwik: http://piwik.org/
You can try using event tracking.
eg.
Register