Google Analytics Tag - Non Standard Implementation - shopify

Google tag assistant shows non standard implementation for my google analytics tag. I have added the tag - (Google Analytics: Universal Analytics) in Google Tag Manager - with my correct Analytics tracking ID. I have placed my GTM installation tags properly and they are not showing any error on Google Tag Assistant.
I am using shopify and I have added my analytics ID in the store preferences as well (screenshot attached).
I want to know what's wrong with Analytics Tag, please refer to the screenshots and suggest any wayout. Thanks!
P.S I can post pictures here until I have 10 reputations points. Still Please help me by any means.

Related

Google Analytics Ecommerce tracking over Squarespace website

I want to track Commerce data in google analytics. I have added GA code in SquareSpace as per instruction. All the website data in showing in Google Analytics data in not there. I have tried to fix the issue but I am not able to find the issue.
I am using Google site tag for GA tracking. Here is the tracking code. If anyone face same issue than please let me know how to solve this. Screenshot of tracking code:
http://prntscr.com/m91zm7

Firebase dynamic links long version not firing automatic analytics events

The long version of a Firebase Dynamic Link is not firing the events First-opens, clicks, re-opens...
Is that a bug or is it on purpose, and in that case why?
Background:
I cannot use the short version because I am adding programmatically a parameter in the deep link associated, hence I need the long version to accomplish it.
As a work around: how can I add programmatically a url parameter in a short Firebase dynamic link? I don't want to generate programmatically a link, I want to have only one link which has dynamic value on it (e.g. productID for a link in my product detail page)
Thanks for your help!
Need your actual dynamic link to investigate this.
At the same time I can suggest that you can create short link programmatically. See iOS docs, Android docs and overview.
EDIT:
When you say analytics what of the following you are referring to:
Data shown in Firebase Analytics (accessible from Firebase Console
in Analytics section);
Data shown in Dynamic Links Analytics (accessible from Firebase Console in Dynamic Links section);
Data shown when in list of created dynamic links you clicking on specific link;
Data retrieved using Firebase Dynamic Links Analytics API;
I feel that we should account long links clicks in 1 and 2. I did not get yet confirmation from server side folks to be sure about this. I would trust Ian's comment for now.
In 3 will be shown only short links created in Firebase console. Short links created using API will not show up in 3.
In 4 you can access data related to short links.

Live Google search results in my website - can it be done?

I'm playing around with ideas for my dissertation.
Is it possible to get live search results from Google in my own webpage?
I found this example of a live search (similar to Twitters) but it uses it's own database, has Google got an API that I can access to pull through search results in a similar manner?
Example: http://demos.9lessons.info/instantsearch.php
Please refer to custom search JSON api. You would need Search engine ID and API key which can be obtained from Google Cloud Console.

Google Analytics - Display event statistic publicly

I'm tracking downloads with Google Analytics trackEvent.
<a onclick="_gaq.push(['_trackEvent', 'Link', 'Download', 'Button']);" href="awesome.zip">Download now</a>
I would like to show the total downloads number publicly on my website. Is there a way to do that?
The short answer is yes, there is a way to show that on your website but it will require you to use the Google Analytics Core Reporting API: https://developers.google.com/analytics/devguides/reporting/core/v3/
I would provide a guide on how to do so but there are many ways and coding languages that you could use to do so and I am not sure what you are using!
You can find details of the Event Tracking Metrics/Dimensions here: https://developers.google.com/analytics/devguides/reporting/core/dimsmets/eventtracking

Custom Twitter Pictures in stream

There are multiple servies that let you insert pictures and videos into the twitter stream. - with instagram and youtube being two of the first that come to mind.
The question is - how do I do that?
If I want a custom image, and I want to link them back to my site - do I have to use the /statuses/update_with_media.json endpoint (which adds it to pics.twitter.com) along with my own link? Meaning two links?
Is there a trick to how these sites do it, or are they officially supported by Twitter?
To play "in-line" on Twitter.com. Only a select few services will allow this.
in case of videos for example, refer to this article on Twitters website.
https://support.twitter.com/groups/31-twitter-basics/topics/109-tweets-messages/articles/75603-how-to-post-videos-on-twitter
You would need two links if you wanted to host a picture on Twitter itself and have it link to another place. The pictures hyper-link would be converted and another link would need to be added next to it.
more:
How do I add an image to a tweet or how does twitter decide which image urls to render
Is there a public API or meta data to integrate with Twitter new media system?
(PS great CI articles, thanks for all your help! :)