Posts

Salesforce Google Analytics Integration

Image
A Little Background About This Post: In my recent project with one of my client , they came up with salesforce to Google Analytics integration as their challenge as  they were interested to see all page stats in salesforce itself . I worked over this piece of integration and thought of sharing this with community . Here we go for step by step guide . Part 1:  Create an oAuth ID (Other) Go to:  https://console.developers.google.com Create a new project Enable the “Analytics API”New project creation Go to credentials Create “oAuth Client ID” Configure (Other) and save Give it a name Save the client ID and client secret Download the JSON Part 2:  Compile the following URI call from the JSON  https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/analytics&redirect_uri=YOUR_REDIRECT_URI_HERE&response_type=code&client_id=YOUR_CLIENT_ID_HERE ·       ...

Salesforce Shopify Integration

Image
A Little Background About This Post: In my recent project with one of my client , they came up with salesforce to shopify integration as their challenge as  there was lot of manual work involved from shofipy to salesforce . I worked over this piece of integration and thought of sharing this with community . What they use shopify for ? Well here is brief introduction for shopify. Shopify is a complete ecommerce solution that allows you to set up an online store to sell your goods. It lets you organize your products, customize your storefront, accept credit card payments, track and respond to orders — all with a few clicks of the mouse. Happy To See: I had look into Shofipy API and was happy to see that. 1.        It provide beautiful Rest API. 2.        It uses OAuth 2.0 for authorization and authentication. Tool Needed For Demonstration : 1.        Salesfor...