I was wondering for the organization lookup API https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-lookup-api?view=li-lms-2022-09&tabs=http , can I use this API to lookup any company by name even if I am not an admin of that company?
Thanks!
Related
Is there a way to pull company insights info using one of the LinkedIn API's? I have a premium account and have created an app on the LinkedIn developers platform. I can’t seem to find a way to fetch company data such as number of employees (by category and total), headcount growth (3m, 6m, 1yr, 2yr), job openings by category, etc.
Any idea on how to resolve this issue?
you can do this easily using organizationPageStatistics and brandPageStatistics APIs
just request the following link
GET https://api.linkedin.com/v2/organizationPageStatistics?q=organization&organization={organization URN}
if you need to read more you can read the documentation
Documentation
I am a payment processing site for several different companies. I currently use Cybersource and it allows me to pass transactions under separate company credentials so payments are processed to the correct company.
With PayPal, I am trying to find which API I should use so that I can do an Express Checkout payment and pass different usernames and signatures for different companies. So far NVP seems like one that would work but I am using VS2015 with ASP.Net (VB).
The SDK for PayPalCoreSDK.Dll uses a Configuration.cs file to store credentials. I don't know how to provide each company's credentials "on the fly".
Any suggestions? Thanks!
PayPal provides option to use 3rd party API permission. Your system will do the API call and you will include the email address of other companies in subject field to receive the payment.
https://developer.paypal.com/docs/classic/admin/third-party/
I am having trouble getting company information using the Marketo REST Apis. (Describe Company » Marketo Developers )
Everytime I use the call
/rest/v1/companies/describe.json?access_token=
I always get the Error
[{\"code\":\"1018\",\"message\":\"Company API disabled\"}]}
However when I check on the User Role permissions I have enabled I seem to have access to all of the APIs.
Is there any other permissions I need to use the Company API?
Any help is appreciated.
Thank you
The Company API is only available on instances where there is no native CRM sync, such as Microsoft Dynamics or Salesforce, enabled. Your instance probably has one of these enabled and so the company API is not available.
sometimes the company information is wrapped up with the person/lead object. Maybe you can get it from a lead from a company?
I want to capture Google Analytics User IDs into our company's SQL database WITH the following information: UTM_Source / UTM_Campaign / UTM_Keyword / Goal Completion.
I know some analytis services may be better equipped but I believe there is a way to hack this.
Thanks!
You could write User IDs to a custom dimension (session or user scope, as you need).
For each User ID and UTMs set you will see a number of Goal Completions.
Using Core Reporting API you can import these reports into your DB:
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A89723405&start-date=yesterday&end-date=today&metrics=ga%3AgoalCompletionsAll&dimensions=ga%3Adimension1%2Cga%3Asource%2Cga%3Acampaign%2Cga%3Akeyword
My GA tracking code is being referenced on another persons website. I am currently tracking several domains/sub-domains in one profile. Is there a way to create a list of allowed domains for reporting and data collection purposes?
Go in to Google Analytics, at the bottom click on Filter Manager. Add a new filter, with the type "Exclude all traffic from a domain" and enter the other person's domain name. Select your website profile and save.
Could be they have a similar account number and haven't realized that they are using yours instead. Boy, hope they're not getting paid for analytics by a client. That would be most embarrassing. :)
You can setup an Include filter instead of an Exclude filter.
Create a regexp with all the domain and sub domain names on which you run your UA number :
^www.domain1.com|^www.domain2.com$
This way you are sure to only get your data.
If you use e-Commerce transactions, they cannot be filtered out by hostname: you need to setup a filter on the transaction ID, matching the format of your transaction IDs.