Google Analytics 4 Measurement ID is not working in Google Workspace Marketplace SDK - google-analytics-api

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.

Related

Google workspace marketplace - download counter

Hello we have created an app for google drive for our product but the download counter on the marketplace does not match our internal counter, i was wondering if there is any way to check this or alternatively how often dos this counter update
As an alternative, if you provide a Google Analytics ID when you configure the Google Workspace Marketplace SDK for your app listing, you can monitor how users interact with your app listing from Google Analytics.
Also, the Google Marketplace API lets you determine what domain have installed/uninstalled your app. You can use the API's LicenseNotification collection method to collect the activity of your app.
Regarding how often the counter updates, there is no estimate of how long it takes but if you still notice that numbers doesn't match, you can forward your report to the dedicated 'Send Feedback' channel. From the Google Marketplace page click on the (?) icon > 'Send Feedback'. You can also attach a screenshot to show the install count.

branch.io and facebook install ads attribution

We are having trouble setting up Facebook Install Ads attribution via Branch.io. Currently, Branch.io dashboard shows we have installs via Facebook link, but Facebook ad cabinet shows 0 installs.
Our setup is
I've integrated branch.io for Flutter using this plugin https://pub.dev/packages/flutter_branch_sdk (Quick Links are working OK, see p.6)
I've setup Application on Facebook (developers.facebook.com) side and linked it to application in stores (AppStore and Google Play)
I've setup Facebook as Ad partner in Branch Dashboard > Partner Management, and then created Facebook link
I've created Ads in Facebook with aim Installs and used Branch link (all as per guides)
I've followed guides on Branch's docs regarding publishing - specified that we use IDFA in AppStore, all ticks as in guide, made sure we have AdSupport.framework in xCode project, added com.google.android.gms:play-services-ads:9+ in build.graddle, etc
I've exported some data from Branch Dashboard and IDFA/Android Id values were present (in Branch Dashboard > Exports > Custom Exports, as I understand, this exports Quick Links only, but still IDFA are there), this proves we are collecting these IDs.
Branch > Ads > Fraud dashboard is empty.
Branch SDK versions are 0.32.0 iOS and 5.0.1 Android
Regardless, Facebook doesn't see app Installs at all.
guides used:
https://help.branch.io/using-branch/docs/facebook-app-install-ads
https://help.branch.io/using-branch/docs/facebook-faq-and-advanced-options
https://help.branch.io/developers-hub/docs/apple-app-store
https://help.branch.io/developers-hub/docs/google-play
https://blog.branch.io/troubleshooting-facebook-install-ad-discrepancies/
What did I miss?
Thanks!
A Branchster Here -
Briefly explaining that SAN partners like Google AdWords/ Facebook integration is different from conventional non-SAN partners, where we send conversion data to SAN partners and they will claim the install/ Events according to their conversion logic and respond to us via API. Branch then analyses the data from all the partners and attributes the same Install/ Event based on last touch attribution logic. You will see less data on Branch dashboard as we show only attributed data for a SAN partner than the respective SAN dashboard. Please note Branch numbers is more accurate as we show the data as per cross-channel attribution.
Here are some troubleshooting you can do-
Please match both the attribution windows.
Please make sure you have synced the timezone on both Branch and Facebook
Please make sure you have signed the Facebook MMP or attribution data won't come.
I'll keep this post updated with general troubleshooting.
Issue is resolved.
Recreating Ad campaigns with exactly same settings resolved the issue.
Unfortunately both Branch and Facebook support were not helpful. :(

Google analytics, adwords, facebook data on my server

I've got client who has several different websites, each website having Google analytics account.
Our marketing department is also running Google Adwords/Facebook/Instagram ads for each of those websites.
I want data/leads from Google and Facebook on my local server. I also want real-time data that should automatically update from Google & Facebook with fixed time interval.
I've been Googling and experimenting with the Analytics API docs, but no luck.
Any one please help me to find better solution.
#This question is not for this website but I didn't find any other option.
Thank you.
There are several services that your are looking for. Use this info like a getting started. Every service has his own simplicities and complexities.
Adwords
Use Campaign Performance Report to download your campaign's metrics. See examples in PHP, Java, Python, etc.
Analytics
Use RealTime API to get real time data. See examples
Use Core Reporting API to get general data. See examples
There is a very useful tool: Query Explorer to see Analytics API working
Facebook / Instagram
Use Ads Insights API to download your campaigns's metrics. See examples

Link Analytics API to my Google Developers account

When I sign in to Google Developers console and go to the Enabled APIs tab, I see "No enabled APIs". I used to see the Analytics API here and now it's no longer there. That's because the project associated with it is gone.
I believe this happened when I switched my old Google account to the new Google Apps for Work account. It asked me to choose between the two because they had the same email address and I chose to keep the new one.
Unfortunately the old one had all the Developers APIs associated with it. :(
The Analytics API is still working, it's just no longer associated to my account. Is it possible to link it back to my account?
Thanks for your help,
Philip
PS. I can provide my Google email account and the Google Analytics API client id on request if needed.

How do I see the errors shown in the Google Developers Console Project Page?

I'm on the Google Developers Console Project page (https://console.developers.google.com/project) and I can see that I have a number of errors for one of the Projects.
It says that the number displayed is the number that Google has sent over the past 24 hours.
Where are these errors displayed? Were they sent to my email? I'm not sure where to view them so that I can resolve them.
You need to select the project and go to the Monitoring -> Logs section in order to access the Logs Viewer which retrieves data from the Google Cloud Logging service
Depending on whether you use Google App Engine or Google Compute Engine, if you do not see any logs, then see Getting Started for instructions on what to do to setup the logging for your project.