I know you can use Google Analytics to track links and user actions, etc. Is there a way to do this with NetSuite on an external site? Ex. I have a WordPress driven website can I use NetSuite for all my analytics needs?
I've looked through the developer documentation for NetSuite and the API but cannot find what I'm looking for. From what I can tell, I can only pull analytics data out of NetSuite.
tl;dnr Save your money; Use GA.
FWIW I don't know anyone using Netsuite analytics as their primary analytics package.
Google Analytics works quite well and even though it doesn't give you quite the same Netsuite specific reports I'm not aware of anything in the NS analytics you can't infer from GA.
Related
I'm looking for examples of how others might have solved for this.
Did you build a custom cartridge?
Did you leverage some externally running agent to retrieve data by OCAPI (or Commerce Cloud APIs)? ...(i.e., a "pull" strategy)
I've read the documentation, spent many nights searching Google, searched the Salesforce Commerce Cloud Marketplace, spoken with several Salesforce Commerce Cloud expert consultants & system integration firms - but it appears no one is aware of anyone else doing this before.
Yes I was able to create a custom cartridge for Twilio.
Twilio provides many separate REST APIs for sending text messages, making phone calls, looking up phone numbers, managing your accounts, and a whole lot more.
You can go through their REST API documentation https://www.twilio.com/docs/sms/api. You can use their REST APIs and implement it in Salesforce B2C Commerce.
Follow creating a simple web service in Salesforce B2C Commerce.
https://documentation.b2c.commercecloud.salesforce.com/DOC1/topic/com.demandware.dochelp/content/b2c_commerce/topics/web_services/b2c_coding_your_web_service.html
we wanted customize our salesforce application via giving the skype conference link while sending the email from the application itself. the application is completely on visualforce pages and controller so i dont see any appexchange app will help on this.
I have already checked the below links though i could not get any integration apis
https://msdn.microsoft.com/en-us/skype/ucwa/onlinemeetinginvitation_ref
https://ucwa.skype.com/websdk
There are no integration Apis as of now. Only you have to write your own integration logic using Skype for Web SDK. It is a bit complicated SDK and not properly documented or maintained. It has tight coupling with Azure AD and video streaming doesn't work in Chrome/Firefox.
Some integration use cases/examples can be found here
Other relevant information.
https://dev.skype.com/
https://github.com/OfficeDev/skype-docs/tree/master/Skype
The customer I am working for enjoys the look/feel of the Google Analytics site. The look & feel, ajax refreshes, live graphs, etc.
Does anyone know what framework Google uses for producing it? Are they still using GWT, or have they moved onto something else (such as AngularJS)?
I found a link to the Google Analytics site on https://www.madewithangular.com/#/sites. Does that mean that the whole Analytics site is designed with Angular?
Google Custom Search (GCS) has replaced Google Search API.
And all of the GCS docs are heavily weighted toward Website integration -- for adding google to your domain.
But I want to use it in a mobile app for image searches.
They offer a list API:
https://developers.google.com/custom-search/json-api/v1/reference/cse/list
But to use it requires an API key. (see docs)
To create an API key, you need to go to your cloud console and add a project. Then you can "turn on" Google Custom Search API and get a key to use.
https://cloud.google.com/console
But before enabling, a popup forces you to agree to both the Google APIs Terms of Service and the Custom Search API Terms of Service.
Google API Terms of Service https://developers.google.com/terms/
Custom Search Terms of Service:
https://cloud.google.com/console/tos?id=customsearch
In the Custom Search API it clearly states,
"The Custom Search API may be provided to you without any free usage quota at all. You may be charged for each successful request you make through the Custom Search API." And then links a broken link to pricing.
This is confusing to me, since Google Custom Search offers a free tier.
Perhaps this is because they don't have a way of delivering ads through the API?
QUESTION: How do you integrate Google Custom Search into a mobile App via the API at the free usage tier?
If not possible, the pricing doesn't seem to line up, as it's geared towards website searches, not searches within mobile applications (where search could be a primary tool, not a secondary option). Alternatives besides Bing?
I am trying to add an analytics service in my Bada application.
It's a C++ application , not a web one.
Google analytics only supports Android and iPhone as far as I've seen.
Is there any way to integrate it anyway?
Or is there other analytics services that are free and could be integrated?
Thank you,
George
I guess the easiest way is to add an invisible WebPanel where you load the HTML/JS-code for Google analytics.
I couldn't understand your question, but take a look on http://deskmetrics.com. They have analytics for non web apps.
You can use Piwik for analytics. You need to setup a Piwik Server for that and call its APIs.
Check for more details.
http://piwik.org/blog/2010/07/new-piwik-tracking-api-track-visits-from-mobile-apps-desktop-apps-anywhere/