ga:dfpRevenue is Restricted - google-analytics

I am trying to fetch Double Click for Publishers data from my Google Analytics account, but the dfp metrics are not possivble to fetch via the reporting api.
Am I right that I need to have GA360 for this?
That's the error message:
Restricted metric(s): ga:dfpRevenue can only be queried under certain conditions. For details see https://developers.google.com/analytics/devguides/reporting/core/dimsmets.
Can I fetch this data via the google DFP API?

Set up the DoubleClick for Publishers reporting integration
Preflight checklist To see DFP reports in GA the following criteria
must be met:
You have a Google Analytics 360 account.
The majority of tags on your site are Google Publisher Tags (GPT).
Select a user who will be an administrator of both DFP and GA Premium.
This will only work with a 360 account which has been set up to use GPT

Related

Google Analytics User Activity API

I need to get following google campaign data for the user visiting our website from google analytics and pass the data to another application
Campaign Content
Campaign Medium
Campaign Name
Campaign Source
Campaign Term
Found this google analytics API for user activity. https://developers.google.com/analytics/devguides/reporting/core/v4/user-reporting
Does it provide real time data? Is there another API which we can use to get this information real time for the user based on the google analytics User_ID or Client_ID?
Real-time traffic source information is unavailable via Analytics APIs. Also using APIs for this purpose would be hardly practical because of API limitations and quotas.
You might get some very close results with alternatives like sourcebuster.js but note that this wouldn't provide you with Google Ads synced data

How much can I get with reporting on Google Adwords API as compared to Google Analytics API linked to a Google Adwords account?

I'm currently working on a reporting module using Google Analytics API (v4) linked to a Google Adwords account.
While it does manage to query data based on a selection of criteria from the Google Dimension and Metrics Explorer from a linked Google Adwords account, I am unable to query data such as Click Type Performance (the one that shows Headline, Sitelink, etc) or Ad Extension Performance from Adwords through the GA API.
I do know that Google Adwords API is able to provide reporting functionality as well but is the API thorough enough to pull data such as Click Type Performance and Ad Extension Performance?
In other words, what does Google Adwords reporting API provide that GA API linked to a Google Adwords account can't do?
The Google Analytics is a website for displaying analytics about web and mobile applications. Google Adwords is is an online advertising website. they are two different systems.
The Google Analytics API can only return to you Google Analitcs data. That being limited to the dimensions and metrics found in the Google Dimension and Metrics Explorer.
The Adwords API can only return to you data for adwords.
What does Google Adwords reporting API provide that GA API linked to a Google Adwords account can't do?
Adwords returns analitics based upon the ads you are currently running. Google analytics api returns your website analytics data.

Analytics for Firebase + Google tag manager + Google Analytics

I'm working with an app and I'm using Firebase , mostly for Analytics. This app also have a website, so what i want to do is sending my data that i'm collecting with Analytics for Firebase to some Property in Google analytics. Can i do this by Google Tag Manager?
The Flow will be something like this:
Firebase events -> Analytics for Firebase -> Google tag Manager -> Google Analytics
You should always start with a measurement plan that details the data you want to collect. This will help you report the performance of your business objectives and key performance indicators (KPIs) to your stakeholders. If you’re new to measurement planning, check out Analytics Academy for tips on how to create a solid measurement plan.
Then, you can install a basic implementation of Google Analytics via Tag Manager in four steps:
In Google Tag Manager, select ‘Create Tag’ and then choose the Google Analytics tag template.
Select ‘Universal Analytics’.
Configure your tag by naming it (it will default to the tag template name if you do not choose to change it). We suggest naming it "GA Pageview." Then add your Google Analytics property ID or your gaProperty variable. Finally, choose the Track Type, which in this case, should be the most common type of tracking: ‘Page View.’ A pageview tracks each time a browser loads a site page. Other types of tracking include Events, Cross-domain, Social, and Transaction and refer to the type of action you want to track on your website.
Choose your firing triggers. For a basic Google Analytics implementation, select ‘All Pages’. This means that the Google Analytics tag will fire, or execute, on every page of your site.
Google Tag Manager offers a variable type called “Google Analytics Settings” for use in Universal Analytics tags in web and mobile (Firebase) containers. A Google Analytics Settings Variable acts as a central location to configure sets of Google Analytics settings for use across multiple tags.
When you create a Google Analytics tag using Universal Analytics for web, iOS (Firebase), or Android (Firebase), you will be prompted to select or create a new Google Analytics Settings Variable.
Check this: https://analytics.google.com/analytics/academy/

accessing Doubleclick Campaign Manager data through Google Analytics API

I am attempting to bring Doubleclick Campaign Manager dimensions through the GA API and am getting the following error message -
"Restricted dimension(s): (DCM dimensions I entered in the query string) can only be queried under certain conditions. For details see https://developers.google.com/analytics/devguides/reporting/core/dimsmets.
There is no guidance on that referencing site. Has anyone run into and solved this - or is it an auth restriction (shouldn't be: I have admin rights to the property).
thanks
If your property is not Google Analytics 360 you cannot query any of the metrics of the DCM. Take a look again here beside each metrics explanation there is the (Analytics 360 only). That is the only thing I can think if you also have admin rights on the property. Also check if you are authenticated with the correct account in any API or Query Explorer you are using

Google Analytics API for user explorer

Google Analytics is rolling out a new feature called User Explorer that offers website administrators a chance to see a specific visitor interactions across my website. The timestamp of each activity is shown on the google analytics official user interface.
Is there any related API to get the data?
I have looking for the relative topic "google analytics api individual history".
However, get nothing.

Resources