Marketing features
Share feedback on popular social networks.
While the primary use of surveys is to gather performance data that helps you motivate and coach your team, you can also use Medallia Agent Connect to drive sales, improve customer loyalty and increase brand awareness by:
- Sharing to social networks
- Following in social networks
- Redirecting customers
- Sending referrals
To drive the best results, use one marketing option at a time. You can, however, switch between marketing features as often as you like. Enable, disable, or switch between marketing features on the Marketing setup page.
Custom referrals in social sharing
Optionally, work with your Agent Connect Client Success Manager to use custom referral codes when sharing in social networks. For example, you might want different referral codes for specific customers.
- Update the customer data you send to Agent Connect to include a specific
custom_id
referral code for each customer.For example:
{ "customer": { "name": "Jane", "email": "janecustomer@example.com", "custom_id": "JANE83" }, "channel": "phone", ... }
- Ask your Agent Connect Client Success Manager to enable this feature.
When the feature is enabled, the Marketing page includes a new Referral codes tab.
- On the Referral codes tab, configure social sharing as described above, and include the
%extCustomerId%
variable in the text you would like to share.This variable inserts the
custom_id
referral code appropriate for the customer.
Follow in social networks
If you are focused on increasing your social followers, select the Follow in social networks toggle switch. While you can choose to enable following for either X or Facebook, we encourage you to use both, since this gives you the highest opportunity to increase your followers.
Consider the following best practices when using following in social networks:
Consider your marketing objectives when developing your social strategy. For example, you might be trying to acquire new customers, build your brand, improve customer loyalty, and so on.
Test different social messages regularly to maximize your share rates.
Track results using SC tracking links or codes.
Consider incorporating hashtags that are associated with specific campaigns, promotions, or taglines your company is currently highlighting. Rotate these hashtags as needed to keep your message fresh.
Encourage your social team to like and respond to as many posts as possible to amplify the impact.
Complete the following steps to configure social following:
- On the Marketing page, select the Follow in social networks toggle switch.
- Toggle the Twitter and Facebook switches On.
- In the Handle field, enter your company's X handle.
- In the Facebook Page URL field, enter the URL of your company's Facebook page.
- Click Save when finished.
The thank you page of your survey now includes links for customers to follow your company on social networks.
Redirecting respondents
Using the redirect feature in Agent Connect, you can drive sign-ups to your loyalty program or push your latest special offers and promotions.
Standard redirect configuration
On the Marketing page, select the Direct traffic back to your site toggle switch.
Select a Link type.
Do one of the following, depending on the Link type you selected:
If you selected Text, enter the link Text you want customers to see on the thank you page of the survey.
If you selected Image, click Upload, then select an image you want customers to click on the thank you page of the survey.
Make sure your images use a standard Interactive Advertising Bureau "medium rectangle" size of 300x250 pixels. For best results with other sizes, use a 6:5 ratio, such as 180x150 pixels.
In the Link to site field, enter the URL you want as the destination for customer clicks.
Optionally turn On the Include generic tracking field.
Use this option only if your company URL does not include tracking tags that attribute new traffic back to this source. Work with your company marketing team to determine whether your URL includes tracking.
Click Save when finished.
The thank you page of your survey now includes a link (as text or an image) that redirects customers to your website, as seen in the example below:
Advanced redirect configuration
As an advanced configuration, you can update the link and text of your redirect for each survey. This gives you an enhanced ability to target customers with relevant marketing actions specific to them at the end of a survey. For example, you might want to redirect customers in one region to a different website than customers in another region.
To use this option, begin by updating your API integration to send the correct link marketing text for each survey. Send requests to the Agent Connect endpoint at https://api.stellaconnect.net/v1/requests
using the following format. The required updated fields are near the bottom, in bold.
{
"customer": {
"name": "Jane",
"email": "janecustomer@example.com"
},
"employee": {
"custom_id": "522743",
"email": "paulagent@blancapeak.com"
},
"channel": "chat",
"ext_interaction_id": "5000f00001ClBXZ",
"external_url": "https://na63.salesforce.com/5000f00001ClBXZ",
"do_not_send": true,
"tags": [
"product-defect",
"return",
"vip"
],
"brand": "blancakids",
"language": "en",
"country": "us",
"custom_properties": {
"marketing_text": "Click here to join our loyalty program!",
"marketing_url": "https://www.example.com"
}
}
On the Marketing page, set the following fields and click Save:
Make sure the Link type field is set to Text.
If you are using customized text, in the Text field enter %custom_properties.marketing_text%.
If you are using customized links, in the Link to site field, enter %custom_properties.marketing_url%.
Make sure the Include generic tracking field is Off.
Friendbuy referrals
Agent Connect is integrated with Friendbuy, software that helps drive customer referrals. If your company uses Friendbuy, you can include a referral widget directly on the thank you page of your Agent Connect survey.