I am trying to send an event to Google Analytics 4 with measurement protocol, via Insomnia.
I would like it to show up in GA4 debug view, so I've added the debug_mode parameter and changed the POST endpoint to /debug/mp/collect instead of /mp/collect. But it doesn't show up in debug view.
I have read similar questions about GA4 measurement protocol here on stackoverflow but can't find out why GA4 isn't receiving these POST requests. Do any of you know why it isn't working? See the images of my json body and header below.
Really need some help with this, thank you in advance.
Image of header
Image of payload/object
Related
I checked the Youtube API and it's mainly to do with adding functionalities related to the YouTube app rather than getting analytics data about videos.
There is a chrome extension called VidIQ that shows the views per hours of a particular video when going to the video's page on YouTube, so I tried reading the source code for it, but it is all compressed and I can't easily find what I'm looking for.
Could someone explain to me how VidIQ chrome extension is getting the views per hour stat for YouTube? Maybe it's not an official stat from Youtube but a rough estimate calculated by VidIQ. How do they get this information?
I tried debugging the VidIQ chrome extension to search through the source code but adding a simple html tag made the file corrupted and disabled the extension until I repaired it again. I'm having difficulties deciphering the source code.
Most of what VidIQ gets is from the YouTube analytics api and not directly from the YouTube data api although i would be they use some combination of both.
If you create a report that extracts views and run it every hour you should get the results you are looking for.
However i would be willing to be that they cache a lot of the data and do some internal analytics on it. They would need to cache it as the YouTube analytics api only returns data for the last 90 days last i checked.
If your intent is to Reverse Engineer VidIQ you may need to accept that a lot of the data you are seeing is internally stored in their system and generated by them based upon the data that is avaliable in the YouTube Analytics API and the YouTube data apis.
I have gone through the API documentation of Survey Monkey but i am unable to find any option for retrieving the PDF associated to the response through the API.I need to import it in salesforce. Is there any work around for that?
There isn't an API to create a PDF of your responses at the moment with SurveyMonkey.
You can watch the docs for updates on when that is added. If you're interested, there is a Salesforce integration coming you can fill the form here if you're interested.
LinkedIn has a /share API endpoint which accepts a link and a message. The link is afterwards expanded to an OpenGraph card and that gives you a way to stick an image preview in there, but it seems there's no other way to upload an image/picture to LinkedIn feed like you can do in the web app itself.
Is there a way, private API, undocumented endpoint or some other way to do that?
Creating a rich media share is done in two steps. First, the media is uploaded to LinkedIn's media platform. Then, a personal or organization share referencing that media is created.
This URL might be help you.
https://developer.linkedin.com/docs/guide/v2/shares/rich-media-shares#upload
No. You need to give us the URL and we'll scrape it (or pull it from our cache).
I've some trouble with google plus API for page. I've filled this form (https://developers.google.com/+/api/pages-signup) about one months ago but I haven't recieved any response. There is a way to know if I can obtain this one for my app? There is a guide to use this API?
Thanks in advance.
You can use https://www.googleapis.com/plusPages/v2/people/[id]/activities to post a "note" with a text message, using the same attributes you set by posting to a user profile, via an HTTP REST request. However, problems might occur when attempting to post an Image, then you'd have to have "special" access.
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! :)