What are some reasons to create a Social Media community?

What will be an ideal response?

? To grow revenues—Social Media community members purchase 10% to
15% more products than noncommunity members.
? Decrease costs—Create an affordable way to disseminate information and
provide customer service.
? Achieve first-mover advantage—Create a two-way dialogue before
competitors.
? Enhance internal collaboration—Share knowledge and solve problems.
? Increase customer knowledge—Use discussion forums.
? Optimize sales pipeline—Implement service and product knowledge.
? Generate customer leads—Create lead generation.
? Minimize customer churn—Keep customers engaged.
? Expand distribution channels—Communicate with partners.
? Drive product innovation—Use ideation and crowdsourcing.

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. The JECXZ instruction jumps to a target label when the CX register is equal to zero. 2. The OR instruction can be used to find the intersection of two bit-mapped sets. 3. With unsigned operands, the CMP instruction sets the Carry flag when the destination operand is less than the source operand.

Computer Science & Information Technology

If a queue is implemented as the ADT list, which of the following queue operations can be implemented as list.remove(1)?

a) enqueue() b) dequeue() c) isEmpty() d) peek()

Computer Science & Information Technology