Do Google Analytics delay until they are shown in the webview - events

I am tracking several google analytics in my app and it recognized that it takes some time until they are shown in the GA Frontend.
Do you know if this is normal or if they are stuck somewhere?
Is there any possibility to debug this? The events are sent out successfully (HTTP 200).

It's completely normal for there to be a delay. It can be as long as 24-48 hours. The larger the amount of data that has to be processed for the profile the longer it takes, in my experience.

Related

How to show a loading circle on slack app home while my app is retrieving data?

The view.publish API can be used to provide an interactive interface to the user.
However, there is a delay of several seconds between the time my app receives the app_home_opened event and the time it calls the view.publish API, because my app should retrieve data. During this time, I would like to display a loading circle in App Home.
There is no mention of how to display it in the Slack API documentation. Apps like Google Calendar do this, so this should not be impossible.
Does anyone know of a way to do this?

Google Places API and Measurement of Quota Requests

I wonder if someone else has experienced the same issue, and might have an answer to it.
I am using the Google Places API. There I do two kinds of requests
https://maps.googleapis.com/maps/api/place/textsearch/
and
https://maps.googleapis.com/maps/api/place/details/
After I have done about 20,000 of these requests my Quota of 150,000 has been eaten up, and I do get an error message.
The strange thing is, when I look at the Google API Console I can see the following:
In the API & Services Section I can see the following (which reflects the real requests I have done)
and in the IAM & admin section I do see a much higher value
This looks artifically high, and is limiting the service way to early.
Does anyone else have the same issue?
I figuert out, why there is this difference in request in the API view and requests in the Quota view.
When using the TextSeach Places API, each text search request, will be multiplied by a factor 10 towards your free contingent.
it is mentioned at this page:
TextSearchRequests

Typical time to receive approval after App Submission in Google Apps Marketplace

I have submitted our app last week and we are yet to hear from Google. Can someone from Google give us an idea of the time frame?
Thanks.
There is no approval delay. It may take some time to list and be available in search results. Typically this would happen in 15 minutes.

Google Apps Marketplace request -- status?

After creating both a Chrome Web Store listing as well as a duplicate listing tuned for the Google Apps Marketplace, I have filled out the Marketplace Listing Review Request. I've had to edit the second listing several times as I've uncovered issues like not including the app member in the manifest, and I have no idea of the overall status of the request. Is there a way to find out?
My big concern is that something is still not right or that I might have missed a step or done something else wrong in the process of submitting the listing. Since there's no obvious validation around the Marketplace Listing Review request, I'm not 100% sure if I'm doing it perfectly. This is my first listing. Help?
First step would be to provide your Chrome Web Store Item ID as jonathanberi mentioned. Once you do that I can take a look at the application for you.
The reality is that we don't check and test new GAM applications every single day. It's more accurate to say that your application will be checked within 1-2 weeks from publication. If there are any issues, I or someone else on the curation team, will reach out to you to let you know of the problem and it's severity. Most of the time the issues aren't serious enough to warrant immediate removal from the Google Apps Marketplace and simply need to be fixed within a 30 day time frame.
So, long story short, no news is good news for GAM publications. If you don't hear anything from us within 2-3 weeks of your publication date, you can safely assume that your application has met all of our listing requirements.
I had the same problems and spoke to some very helpful folks at Google. Here is a summary of what they said:
Time taken to hear back: For new submissions their SLA for reviewing is 8 business days, but they usually do better than that.
Time taken for your app to show up on Google Apps Marketplace: 12-24 hours. When they approve an item it is automatically send to the public store, however it takes time to be shown in the Google Apps Marketplace search results due to cache propagation as time is taken for their robots to find it, index it and get it ready. (as of Jan 2017)

Why is my page iframe application blank for some users? (Facebook request time out)

I have an incredibly simple application that simply fan gates and then offers a form to fill out (contest). I receive and parse the signed_request and display content based on the like_status. My average response time this week is 0.00495 on my index.php.
However, a number of page view requests NEVER reach me. A small percentage of users report seeing a white page. They do not see an error like a 404 or 501 etc., just a white page.
I can only find out about through disgruntled wall posts because I cannot calculate or diagnose requests that I never receive.
This has been happening MORE this week and it is causing immense issues with a client's contest. While I can offer the explanation that millions of people are hogging Facebook at certain times AND it's return to school week, it's not really helping.
So far an iframe app is like a black box and the wall is the only way to do customer care. If Facebook requests time out before reaching me then I may not be able to offer this service to clients even if it works for 99% of the time.
How have you dealt with these issues in the past because they affect ALL developers of iframe apps now that FBML has been deprecated.
Thanks.

Resources