Site response time tracking - response

Does anyone know any online services that provides live tracking of response time for all pages of my site listed in sitemap? Any analytics tools also would be great

You can try adding google analytics for that.

Related

Is it possible to use Django Allauth with Google Ads API?

I've seen that Google is one of the available providers (https://django-allauth.readthedocs.io/en/latest/providers.html#google)
But the link there is broken and I'm not sure if Django Allauth is only for "simple" Google authentication (people creating an account on a website with their Gmail/Google account) or if it works also for more "complex" services like Google Ads API.
I've checked the "official link" that Google Ads mentions (https://developers.google.com/identity/protocols/oauth2/web-server#python), but I'm a Python newbie and I don't know enough yet to judge this.
If Allauth is not a good option for accessing the Google Ads API (via Oauth2), can you please tell me other Django packages that could be good for this?
I've seen many other Oauth packages for Django (https://djangopackages.org/grids/g/oauth/), but even after reading their descriptions, I'm still not sure if they are designed for what I need.
Thanks!

Youtube API in google apps scripts ..... where to get started with coding

i would like to use the Youtube API's with
Google Apps Scripts.
Unfortunately I am complete newbie and don't know Google Scripts.
Can someone please guide me to the link in which part of google apps
I can directly get started.
Thanks
Svenja
learn Google Apps scripts
Learn Google cloud... simple things like making projects and which permission and api you will need in ur project
Use YouTube API in Google Apps Scripts
https://developers.google.com/youtube/v3/guides/

disallowed_useragent with Google Drive SDK

I am trying to implement Google Drive SDK in my project but nothing seems to go well, i wanted to upload images and create folder on Google Drive but i am stuck with the error ,which i don't know how to get through, as i found nothing related to the following error.
I have strongly followed this link for code
Google has updated its security restrictions for OAuth flow. They are not going to allow native web-views to initiate OAuth flows. You will need to use the OS browsers to do so.
Modernizing OAuth interactions in Native Apps for Better Usability and Security
You may have to wait for google to update the sample code or figure out how to do it yourself sorry i am not an IOS developer so cant be of any help.
The issue is already logged on the issue forum for Google drive 4919

Facebook Instal Tracking like Google AdWords in iOS

One of my clients asked me to add the conversion tracking of Google Analytics AdWords, and they send me this link:
https://developers.google.com/app-conversion-tracking/ios/conversion-tracking-server
We use Google Analytics to track everything in our app and we are not interested in use the Facebook SDK to track the same (or almost the same) we track on Google Analytics, so I have been looking for a way to use the Facebook Pixel in a similar way Google does.
In Google I just have to call this URL (this is the example of the link above):
https://www.googleadservices.com/pagead/conversion/0123456789/?label=abCDEFG12hIJk3Lm4nO&rdid=8880ea97-db86-4e10-a10f-4e71461ab8f9&bundleid=com.example.MyApp&idtype=idfa&lat=0
If I get a 400 response the URL is not well formed and if I get a 200 response everything is ok, is pretty easy and in accordance with our development.
Is there a way to do something similar with the Facebook Pixel? I have look a lot on the web and everything I can find tells me to install the Facebook SDK in my iOS project.
Thanks to all in advance for the help.

Google Analytics Reporting SDK for iPhone?

Upon exploring new ideas for apps, I stumbled on one that seemed pretty easy to do once nailed down to the right SDK, etc. I want to use Google OAuth authentication system to report Google Analytics data into my app, from the users account.
A couple days of researched turned up pretty much nothing but on how to add Google ANalytics to YOUR app to track YOUR views, etc.
Where should I begin? Does Google have Sample Code for this?
Google has a complete API for accessing the Google Analytics data. See https://developers.google.com/analytics/devguides/
There are several iOS apps out there that already use this data to provide graphical and numerical data on your GA account.

Resources