Urgent.News

What's breaking now, across thousands of outlets.

Tech

Meta reverses decision to reject ads for Elon Musk documentary, calls it an 'error'

Meta initially rejected ads for Elon Musk’s documentary due to its classification as political content. After backlash, Meta corrected the error and will now run the promotional advertisements. YouTube also faced issues with the documentary's paid advertising but has since cleared it to run. The documentary, directed by Alex Gibney, delves into Musk's life and career and premieres on October 9.

Meta reverses decision to reject ads for Elon Musk documentary, calls it an 'error'

Meta, the parent company of Facebook, initially refused to run paid ads for Elon Musk's documentary, but has since reversed that decision and confirmed it is restoring the ads. The reversal came after a report claimed that Meta, TikTok, YouTube, and X had all denied running ads for the documentary trailer about the world's richest person, directed by Alex Gibney.

Meta's spokesperson stated that the rejection was an "error" and the ads are being restored. The film's distributor, Bleecker Street, had appealed the decision. The controversy arose due to platforms' restrictions on political advertising, as classifying a theatrical documentary trailer as political content raised questions.

Written by urgent.news from Times of India's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at timesofindia.indiatimes.com →

More in Tech

Oracle SQL: SQL Statement Classifications

1. SQL Statement Classifications SQL statements are categorized based on their functional purpose within the database architecture: Data Manipulation Language (DML): Retrieves data from the database…

  • SQL statements classified into four categories: DML, DDL, DCL, TCL
  • DML statements manipulate data: SELECT, INSERT, UPDATE, DELETE, MERGE
  • DDL statements define/alter/remove database structures: CREATE, ALTER, DROP

Oracle SQL: Essential Environment Commands

SET DEFINE OFF Purpose: Controls whether SQL*Plus and SQL Developer interpret the ampersand ( & ) as a substitution variable prefix or as a literal character.

  • SET DEFINE OFF controls ampersand usage in SQLPlus and SQL Developer
  • SET LINESIZE determines max characters per line before wrapping
  • SHOW ALL retrieves current environment setup and configuration statuses

More from Sunday 27 September →