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...

____ offers the CCNP certification.

A. Microsoft B. Cisco C. Google D. Novell

Computer Science & Information Technology

When a list's append method results in memory wasted beyond a threshold, the size of the underlying array is decreased.

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

Computer Science & Information Technology

Suppose that alpha, beta, and gamma are int variables and the input is:100 110 120200 210 220300 310 320What is the value of gamma after the following statements execute?cin >> alpha;cin.ignore(100, '\n');cin >> beta;cin.ignore(100,'\n');cin >> gamma; 

A. 100 B. 200 C. 300 D. 320

Computer Science & Information Technology

When a function returns a value of true or false, it acts as a condition.

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

Computer Science & Information Technology