<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Facebook Releases New Contest, Sweepstakes Promotion Guidelines<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Facebook Releases New Contest, Sweepstakes Promotion Guidelines

posted by Nick Cifuentes @ Tuesday, November 24, 2009 - 7:18 PM
Running contests or promotions on Facebook have become one of the most effective ways in building high-level engagement with your brand. Numerous companies have come up with a variety of strategies to link external social networks into their contest campaigns, and a large target in that funnel - FACEBOOK.

The new rules that Facebook released ealier this month have now set specific guidelines for any company or individual looking to run any kind of promotion or contest within Facebook. These new guidelines now require anyone to request permission from Facebook before being allowed to launch any Facebook related contest or sweepstakes. All promotions that run on Facebook must be fully located on either the canvas page of an application, or in an application box or tab on a Facebook Page.

Section 3. Administering a Promotion through the Facebook Platform

You may not administer any promotion through Facebook, except that you may administer a promotion through the Facebook Platform with our prior written approval. Such written approval may be obtained only through an account representative at Facebook. If you are already working with an account representative, please contact that representative to begin the approval process. If you do not work with an account representative, you can use this contact form to inquire about working with an account representative. If we provide you such approval, you agree to the following:

3.1 You will only administer the promotion through an application on the Facebook Platform, as directed by us.

3.2 You will only allow users to enter the promotion in the following locations on Facebook:

3.2.1 On the canvas Page of an application on the Facebook Platform.

3.2.2 On an application box in a tab on a Facebook Page.

3.3 You will include the following language in a clear and conspicuous manner adjacent to any promotion entry field: "This promotion is in no way sponsored, endorsed or administered by, or associated with, Facebook. You understand that you are providing your information to [recipient(s) of information] and not to Facebook. The information you provide will only be used for [disclose any way that you plan to use the user's information]."

3.4 You will not mention “Facebook” in the promotion's rules except in the following ways: (i) "You can enter the Promotion through the [application name] application on the Facebook Platform. You can also find the application on the [tab name] tab on the [Page name] Page on Facebook."; (ii) to fulfill your obligations under Section 3.7.

3.5 You will designate an individual to act as a primary contact to address any communications from us with respect to the promotion.

3.6 You must submit materials for any promotion you plan on administering through the Facebook Platform to your account representative for our review and approval at least 7 days prior to the start date of such promotion. Promotions not approved in writing within such time period will be deemed unapproved.

3.7 You will include the following provisions within your official rules for the promotion:

3.7.1 Acknowledgement that the promotion is in no way sponsored, endorsed or administered by, or associated with, Facebook.

3.7.2 Complete release for us from each entrant or participant.

3.7.3 Any questions, comments or complaints regarding the promotion will be directed to you, not us.

Basically, these new rules will now clear out the 'spam' like contest entries that you see float through your friend's newsfeeds, often in status updates through Facebook.

To clear up any confusion, Facebook has given users a few examples of how to apply Section 3 of the Promotion Guidelines to actual situations:

You cannot: Condition entry in the promotion upon a user providing content on Facebook, such as making a post on a profile or Page, status comment or photo upload.

You can: Use a third party application to condition entry to the promotion upon a user providing content. For example, you may administer a photo contest whereby a user uploads a photo through a third-party application to enter the contest.

You cannot: Administer a promotion that users automatically enter by becoming a fan of your Page.

You can: Only allow fans of your Page to access the tab that contains the third-party application for the promotion.

You cannot: Notify winners through Facebook, such as through Facebook messages, chat, or posts on profiles or Pages.

You can: Collect an address or email through the third-party application for the promotion in order to contact the winner by email or standard mail.

You cannot: Instruct people (in the rules or elsewhere) to sign up for a Facebook account before they enter the promotion.

You can: Instruct users to visit the third-party application to enter the promotion (as described in Section 3.4(i)). Since users must have a Facebook account in order to access an application on the Facebook Platform, if you give this instruction, they will be prompted to sign up for a Facebook account if they do not already have one.

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>