Adding Location to an Email Tile
Was this helpful?
Was this helpful?
This article will instruct how to add a map visual to the base of an Email Tile to visualize the location where a UGC Tile was created using Google Static Maps API.
To achieve this we will adjust the Tile Layout. Nosto's UGC Layout editors are built using the template framework, which is what we will be editing to add the Map visuals to the Tile.
We will not be adjusting the CSS or any other component of the Email template. For information on how to style your Email Tile, .
Assuming that you have already created your Email Campaign and have configured your Campaign Settings and Email Tile Appearance, we can now look to add our Map visual.
For this guide, we are going to explore using Google Maps to provide the render that we will append to the base of the Tile. We have chosen OSM and Google as Map providers that offer a Static Map API.
Google offers its own Static Map API, called . Much like other vendors, the Maps Static API lets you embed a Google Maps image on your web page without requiring JavaScript or any dynamic page loading, however, the Map Static API requires you to generate a Google API Key before you can use it.
To find out how to generate your API Key, .
The structure of the Static Map API endpoint is as follows:
You can also add Markers to your output by adding the following parameters
Following a similar process to what we did with OSM, we will look to add the following code to the Tile Partial in our Code editor: