Google Analytics PDF Export - Error has occurred [closed] - google-analytics

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I'm attempting to export five or six reports from free Google Analytics spanning only about 9 months or so. I have no difficulties getting the report to show up within Google Analytics, but when I attempt to export it to a PDF, I repeatedly get the following error:
An Error Has Occurred
We're sorry. The service is temporarily unavailable. Please try again in a few minutes.
I've been attempting to do this export several times over the past week, and a couple of months ago when I exported a similar report, I didn't have an issue with it. Anyone know of any workarounds until this gets fixed?

I'm having the same issue.
A workaround is to send the PDF via email.

Related

How can I see/track users who have seem +3 pages on my google analytics account? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
One of the company's KPIs is: "have seen +3 pages on the website".
On google analytics, I can see the pages/session metrics. I have tried to create the following segment but it didn't work (see screenshot). I still see pages/session under 3 and the numbers look a bit too low (second screenshot)
segment
pages/session
I not only want to find out how I can see this info in analytics but and most importantly, I want to do 2 things:
Use this information to retarget these users with Facebook Ads
Display this information on a Google Data Studio Dashboard.
Any help with this would be much appreciated. :)
You have to include sessions instead of users, then remove the rules where session duration is equals 1 (it doesn't make sense), so set pageviews >= 3:
In the report the value of Pages / session becomes representative:

How to automate the process of generating daily report from firebase? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
For example, to automate the process of producing a daily report for selected events and the duration of time that unique users spend on some specific event. And it is even better if I can customize the reporting information and have it generated in excel sheet automatically. Any suggestions or ideas would be much appreciated.
You could use a Cloud Function to generate you excel report, for example by using excel4node (https://www.npmjs.com/package/excel4node)
And to call this Cloud Function regularly, you have to trigger it via http through a cron-job.
Have a look at:
https://firebase.google.com/docs/functions/http-events).
and
https://www.youtube.com/watch?v=CbE2PzvAMxA
Note: What works quite well too is to generate some PDFs via the Cloud Function, using pdfmake.

What is Google Analytics data retention period? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 6 years ago.
Improve this question
What is Google Analytics data retention period? i.e. How long are we able to view the data in GA account before it is no longer view able?
Right now, we are using a free Google Analytics account.
It differs for the type of GA account you have. For GA Premium the data retention period is 3 years while that for GA standard its 25 months.
Update from google :
The rules are 2 years for Standard and 3 years for Premium. However this is not being enforced at the moment and never have been - you should see all of the data from the date you started collecting. Note that this may be enforced at some point in the future.

Drupal Advertisement Module [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
We have a Drupal 6 website and we want to add Advertisements to the site. I had used OpenAds 7 years ago but now since they changed to openx, i can't quite understand from their website if it's still FREE to use with all the features that were available in OpenAds many years ago.
Roaming around i found Drupal Advertisement Module which seems to report the most installs (8200 people using it approx).
The question is if some has used this module and can tell me if it supports the industry standard methods for selling ads, i.e. are we able to do the following:
Sell space using CPM (Cost Per Matrix views).
Cost Per Click (CPC)
any others ....
Can we create accounts for different advertisers and specify the budget and the ads stop automatically when their views or clicks exceed their budget?
You can learn about the differences between OpenX products here:
http://www.openx.com/publisher/compare-ad-server-products
Please let us know if there's anything we can do to help you out. You can email us here: openxnews#openx.com

How to create survey form using Shiny app [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm new to shiny and programming, I m trying to create survey form in shiny app and i found all what i am looking for in Dean Attali example Google mimicking form and i found two versions but both gave different error message.
the first one
https://raw.githubusercontent.com/daattali/shiny-server/master/mimic-google-form/app.R
here is the error
Error: do not know how to convert 'data$timestamp' to class “POSIXct”
the second one message
https://raw.githubusercontent.com/daattali/shiny-server/5ef197b233e0940fb1e5248e063ac0e7d55f02e6/mimic-google-form/app.R
and the error message
Error: cannot open the connection
how can fix this
this URL works fine
https://raw.githubusercontent.com/daattali/shiny-server/5ef197b233e0940fb1e5248e063ac0e7d55f02e6/mimic-google-form/app.R
just add folder and name it "responses" to save csv file in

Resources