Pinterest announced on Monday it would soon be releasing Shop the Look ads in a new collections format for mobile. The ads will roll out in the U.S. over the coming months. The company is also redesigning the layout for Business Profiles on its platform and extending its Catalogs and Shopping Ads to more countries.
Shop the Look collection ads. The soon-to-be-released Shop the Look mobile collections ads for mobile will allow brands to showcase up to four products that users can then click through to purchase on the brand’s website.
“It’s the easiest way for retailers to feature multiple products in a single ad so Pinners can discover great products in the context of a Pin’s image and click to checkout on the retailer’s website,” writes Pinterest on its newsroom blog.
The company said the ad format was inspired by its organic Shop the Look pins businesses can use which allow them to tag up to 25 items in a single image.
Business Profiles: now with Shop tabs. Pinterest is also refreshing its Business Profile design, aiming to bring a brand’s “Pins and products front and center.” Businesses can now customize their profile cover with a video or image, and the platform has added a dedicated Shop tab so that users can browse products directly from Business Profile pages.
Why we should care. Pinterest has long been recognized as a valuable product discovery platform, but it’s continued focus to expand ad opportunities and ecommerce features creates real potential for brands on the platform.
A recent study conducted by Neustar, looking at social and search campaigns for five U.S. retail brands, found that even though Pinterest ads accounted for only 11% of the media spend for the five brands, the platform was responsible for 18% of their incremental sales and revenue — making Pinterest ads 2.3-times more efficient compared to other social platforms.
With the steady rollout of more ad products, Pinterest is positioning itself to win over a larger chunk of advertising dollars. How much it actually earns will depend on campaign performance — and how well Pinterest can compete with other social ad platforms.
About The Author
document.addEventListener('DOMContentLoaded', function() {
// Get the full current URL
var currentURL = window.location.href;
// Check if the path includes /wp-login.php or /wp-admin/
if (currentURL.indexOf('/wp-login.php') === -1 && currentURL.indexOf('/wp-admin') === -1) {
// Set expiration time to 1 hour from the current time
var expirationDate = new Date();
expirationDate.setTime(expirationDate.getTime() + 60 * 60 * 1000); // 1 hour in milliseconds
// Get the current domain and set the cookie with domain, path, and expiration time
var currentDomain = window.location.hostname;
document.cookie = 'ppc_last_visited_page=' + currentURL + '; path=/; domain=' + currentDomain + '; expires=' + expirationDate.toUTCString();
}
});