We are using LinkedIn API to retrieve the updates that were posted on the company page.
All the available updates are returned by the API beside Native Videos.
Is there a way to pull Native Videos via the API?
Please refer me to any documentation / Instructions.
Related
I have installed Firebase for my app and I would like to track which marketing channel is driving apps open and my in-app conversions (tracked in Firebase already).
I have tried using utm tracking links that goes to Google Play and iTunes; however I couldn't find any source data in Firebase: all conversions are attributed to "direct"
I then tried using Dynamic Links in Firebase console to create dynamic links that include campaign tracking parameters. Same result as the utm tracking links I created
Questions:
Is Firebase recognising utm tracking links by default? Or there has to be additional coding done when implementing Firebase SDK?
Similarly for dynamic links: I have only created the links via Firebase console but haven't been doing any coding changes within my app. Is there anything I need to do so that my app open and conversions can be attributed to the source I specified in the dynamic link settings?
Thanks!
Raymond
I avoided using the UGC API on my recent migration to v2 of the LinkedIn API because this page of the docs (dated 2/4/2019, https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/ugc-post-api) suggests that the UGC is an "upcoming" API, only available for uploading videos, but not retrieving them (e.g. "UGC Post is currently best suited for creating and fetching video posts" and "Use the UGC Post API to create video content for organic posts and video ads. More functionality will be soon be added to the UGC Post API. As of now, you cannot retrieve the actual video content of a video post. This feature will be available soon.").
However, I just found this (https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/marketing/context#creating-a-share-on-linkedin) page, which talks about Sharing on LinkedIn, and seems to suggest using the UGC endpoint to upload text posts, article shares, and images.
Does anyone have a clear picture of what it is ready and not ready to go? I don't want to build out our app to use endpoints that are available only for testing, etc. I would like to know that LinkedIn officially supports the APIs that I am using in my app. I know LinkedIn monitors SO and touts it as part of their official mechanism for support, so I am posting this here.
At any rate, it might be a good idea to bring these two pages into alignment to prevent confusion like this.
===
EDIT: Noticed today that the link to the UGC docs is now time-stamped 4/10/2019. Not immediately clear to me what the changes between 2/4 and 4/10 are.
We use LinkedIn V2 UGC API to post articles, images etc. and it works fine. However, uploading video results in an error that we do not have permission. I am not sure if there is any special permission that is needed even when we can post images fine.
We use UGC API (V2).Here is documentation for reference https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/marketing/context#creating-a-share-on-linkedin
Video upload end point is not yet released. if you access that it will return permission required response.
I'm able to create a dynamic link through API request in jquery but to get data back I couldn't find any documentation on it. please advise..
This wasn't possible initially, but recently the Dynamic Links analytics API has launched, take a look at the docs here: analytics api docs: https://firebase.google.com/docs/dynamic-links/analytics#rest_api
I wonder how can I remove a post from my profile and company using API in my system. What parameter should I spend? Anyone have any idea?
There are no APIs available for removal of a LinkedIn share. It has to be done manually through the web/mobile UI.
I wanted to integrate social websites using their API. Is there any free API which ease this work? Like Facebook, LinkedIn and Google.
My intention is to give the user the opportunity to login/register through these websites to
get profile information specially from LinkedIn and Facebook.
Check out the Facebook SDK. There is a NuGet which will get you started quickly:
Documentation
Source code
Facebook has a great API for that and documentation, and you can download the Facebook API if you need it.