Skip to main content

Snapchat’s PR firm sues influencer for not promoting Spectacles on Instagram

Influcencer marketing could get a lot more accountable if Snapchat’s PR firm wins this lawsuit. Snapchat hoped that social media stars promoting v2 of its Spectacles camera sunglasses on its biggest competitor could boost interest after it only sold 220,000 of v1 and had to take a $40 million write-off. Instead Snap comes off looking a little desperate to make Spectacles seem cool.


Snap Inc comissioned its public relations firm PR Consulting (real imaginative) to buy its an influencer marketing campaign on Instagram . The firm struck a deal with Grown-ish actor Luka Sabbat after he was seen cavorting with Kourtney Kardashian. Sabbat got paid $45,000 up front with the promise of another $15,000 to post himself donning Spectacles on Instagram.



He was contracted to make one Instagram feed post and three Stories posts with him wearing Specs, plus be photographed wearing them in public at Paris and Milan Fashion Weeks. He was supposed to add swipe-up-to-buy links to two of those Story posts, get all the posts pre-approved with PRC, and send it analytics metrics about their performance.


But Sabbat skipped out on two of the Stories, one of the swipe-ups, the photo shoots, the pre-approvals, and the analytics. So as Variety’s Gene Maddaus first reported, PRC is suing Sabbat to recoup the $45,000 it already paid plus another $45,000 in damages.



TechCrunch has attained a copy of the lawsuit filing, embedded below, that states “Sabbat has been unjustly enriched and PRC is entitled to damages.” Snap confirms to us that it hired PRC to run the campaign, and that it also contracted a campaign with fashion blog Man Repeller founder Leandra Medine Cohen. And as a courtesy, I Photoshopped some Spectacles onto Sabbat above.


But interestingly, Snap says it was not involved in the decision to sue Sabbat. The debacle brings unwanted attention to the pay-for-promotion deal that brands typically tried to avoid when commissioning influencer marketing. The whole thing is supposed to feel subtle and natural. Instead, PRC’s suit probably cost Snapchat more than $90,000 in reputation.


The case could solidify the need for influencer marketing contracts to come with prorated payment terms where stars are paid fractions of the total purse after each post rather than getting any upfront, as The Fashion Law writes. PRC’s choice to chase Sabbat even despite the problematic publicity for its client Snap might convince other influencers to abide more closely to the details of their contracts. If social media creators want to keep turning their passion into their profession, they’re going to have to prove they’re accountable. Otherwise brands will slide back to traditional ads.


https://tcprotectedembed.com/protected-iframe/31d2af224258a855b272efb5c105f298

( function() {
var func = function() {
var iframe = document.getElementById('wpcom-iframe-31d2af224258a855b272efb5c105f298')
if ( iframe ) {
iframe.onload = function() {
iframe.contentWindow.postMessage( {
'msg_type': 'poll_size',
'frame_id': 'wpcom-iframe-31d2af224258a855b272efb5c105f298'
}, "https://tcprotectedembed.com" );
}
}

// Autosize iframe
var funcSizeResponse = function( e ) {

var origin = document.createElement( 'a' );
origin.href = e.origin;

// Verify message origin
if ( 'tcprotectedembed.com' !== origin.host )
return;

// Verify message is in a format we expect
if ( 'object' !== typeof e.data || undefined === e.data.msg_type )
return;

switch ( e.data.msg_type ) {
case 'poll_size:response':
var iframe = document.getElementById( e.data._request.frame_id );

if ( iframe && '' === iframe.width )
iframe.width = '100%';
if ( iframe && '' === iframe.height )
iframe.height = parseInt( e.data.height );

return;
default:
return;
}
}

if ( 'function' === typeof window.addEventListener ) {
window.addEventListener( 'message', funcSizeResponse, false );
} else if ( 'function' === typeof window.attachEvent ) {
window.attachEvent( 'onmessage', funcSizeResponse );
}
}
if (document.readyState === 'complete') { func.apply(); /* compat for infinite scroll */ }
else if ( document.addEventListener ) { document.addEventListener( 'DOMContentLoaded', func, false ); }
else if ( document.attachEvent ) { document.attachEvent( 'onreadystatechange', func ); }
} )();

Comments

Popular posts from this blog

How A/B Partitions and Seamless Updates Affect Custom Development on XDA

When Android Nougat released, it had us talking about all kinds of new features . We got a newly updated user interface for starters along with long-awaited multiwindow capabilities and Vulkan Graphics API support. But one under-the-hood addition flew over the heads of most users. Android Nougat introduced “Seamless Updates” on devices that support A/B partitions. The vast majority of existing Android devices (excluding the new Google Pixel and Google Pixel XL ) did not have A/B partitions at the time and thus couldn’t take advantage of seamless updates. The basic premise of this feature is that the device has a second set of the system, boot, vendor, and other important partitions, and when you get an OTA update the update happens in the background while the second set of partitions are patched which lets you reboot into an updated software build seamlessly. If an update fails, you’ll be kicked back to a working build, meaning companies will have fewer headaches to deal with and con...

Huawei Mate 20 Pro launched in India with Kirin 980 for ₹69,990 ($988)

For years, the highest-end Android flagship used to be defined by Samsung’s Galaxy Note series as the “best-of-the-best” Android phones. Google entered the premium smartphone segment in 2016 with the Google Pixel . In addition, one company that has been steadily improving its flagship phones is Huawei. Huawei has also been steadily increasing the prices of its flagship phones at the same rate. Indian consumers, however, were left out as Huawei had not opted to launch any Mate series phone in India before. This year, as the company’s strategy has changed, high-end flagship smartphone buyers now have another option to choose from. The Huawei P20 Pro was launched in India in April . Now, Huawei has launched the Huawei Mate 20 Pro in India—the first ever launch of a Mate series phone in the country. The Huawei Mate 20 Pro is the successor of the Huawei Mate 10 Pro . It’s positioned as a higher-end variant of the standard Huawei Mate 20. It should be noted that Huawei didn’t launch the s...

Can you use the Tor Browser without Tor connection?

Tor Browser is a web browser specifically designed for privacy and anonymity. The web browser is a modified version of Firefox ESR that includes privacy tweaks and even some extensions to improve privacy and security on the Internet. What makes it special is that all connections go through several severs of the Tor network before they connect to the destination. Connections to Tor improve privacy when you are online but could you, in theory, run Tor Browser without Tor? Tor Browser without Tor would still provide better out-of-the-box privacy than Firefox ESR or Firefox Stable -- and other browsers. It is arguably the browser with the best default privacy configuration which might make it attractive to some users. Dropping Tor reduces privacy while online but that can be compensated, e.g. by connecting to a VPN or even chaining VPN services  and it would speed things up significantly. Tor is the better choice when it comes to critical tasks, e.g. leaking documents or communication...