SSJS are hidden gems of marketing cloud. In our last blog, we have seen how to check the automation status via SSJS. In this blog we will see how we can integrate Salesforce Marketing cloud with google sheet.
The idea here is to display Salesforce Marketing Cloud Journey email tracking directly in Google Sheets in real time!
Create a Cloud Page with code resource as JavaScript and add the below SSJS code (view code snippet):
There are 2 parameters in URL:
tskey - Triggered send external key. For all the journey emails we create, SFMC internally creates a triggered email. Give the external key for journey triggered email.
metric - keep the value as 'all'
Sample URL - http://example.com/test?tskey=1234&metric=all
This will return a JSON in the web page.
Now we will import the JSON into Google sheets
Create a google sheet.
Go to Extensions--> Script editor
Delete the placeholder content and paste the code from this script.
Rename the script to ImportJSON.gs and click the save button
Back in the spreadsheet, in a cell, you can type as "=ImportJSON("http://example.com/test?tskey=1234&metric=all", "", "Headers")"
Or if you don't need header, you can type as "=ImportJSON("http://example.com/test?tskey=1234&metric=all","","noInherit,noTruncate,noHeaders")"
Below is the screenshot of how the google sheet looks like:
Please feel free to leave your feedback/ comment in case of any queries.
Happy learning!
Es genial, sabes si puedo enviar datos de una ED de Salesforce Marketing Cloud a Google Sheets?.. tengo unas ED que se alimentan de inscripciones que hacen mediante una landing, y necesito pasarlo de forma automatizada a un GSheets a otro equipo.
Hello,
This is super cool!
With the current implementation, I see that I can pull only the Client Id, External key of the Journey, Name of the journey, and send stats.
Is it possible that we can also store the subscriber's information in the google sheet who has clicked the CTA button?
does anyone know if this is possible not only with triggered sends but with normal email send flow? I need to import monthly report in G Sheet via API.
What about the other way round, from GSheet to Data Extension.