<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>Connectors Archives | Ad Victoriam Solutions</title>
	<atom:link href="https://www.advictoriamsolutions.com/blog/tag/connectors/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Salesforce Consulting Implemetation &#38; Integration &#124; Platinum Partner</description>
	<lastBuildDate>Tue, 01 Nov 2022 13:00:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>

<image>
	<url>https://www.advictoriamsolutions.com/wp-content/uploads/2018/05/favicon.png</url>
	<title>Connectors Archives | Ad Victoriam Solutions</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Using Data Relationships to Create Better Segmentation in Marketing Cloud</title>
		<link>https://www.advictoriamsolutions.com/blog/using-data-relationships-to-create-better-segmentation-in-marketing-cloud/</link>
		
		<dc:creator><![CDATA[Ad Victoriam Solutions]]></dc:creator>
		<pubDate>Tue, 01 Nov 2022 13:00:06 +0000</pubDate>
				<category><![CDATA[Salesforce]]></category>
		<category><![CDATA[Ad Victoriam Solutions]]></category>
		<category><![CDATA[AdVic]]></category>
		<category><![CDATA[Connectors]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[Marketing Cloud]]></category>
		<category><![CDATA[Marketing Cloud Connector]]></category>
		<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://www.advictoriamsolutions.com/?p=19837</guid>

					<description><![CDATA[<p>Many marketing teams using Salesforce Marketing Cloud™ create their email segments through the use of filters, which allow users to filter a specific data extension based on data values to identify the subscribers who meet the desired criteria. However, sometimes the data needed to create the segment does not live within a single data extension [&#8230;]</p>
<p>The post <a href="https://www.advictoriamsolutions.com/blog/using-data-relationships-to-create-better-segmentation-in-marketing-cloud/">Using Data Relationships to Create Better Segmentation in Marketing Cloud</a> appeared first on <a href="https://www.advictoriamsolutions.com">Ad Victoriam Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="yoast-reading-time__wrapper"><span class="yoast-reading-time__icon"><svg aria-hidden="true" focusable="false" data-icon="clock" width="20" height="20" fill="none" stroke="currentColor" style="display:inline-block;vertical-align:-0.1em" role="img" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"></path></svg></span><span class="yoast-reading-time__spacer" style="display:inline-block;width:1em"></span><span class="yoast-reading-time__descriptive-text">Estimated reading time:  </span><span class="yoast-reading-time__reading-time">5</span><span class="yoast-reading-time__time-unit"> minutes</span></p>


<p><span style="font-weight: 400;">Many marketing teams using </span><a href="/products/salesforce-marketing-cloud/"><span style="font-weight: 400;">Salesforce Marketing Cloud</span></a><span style="font-weight: 400;"><img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> create their email segments through the use of filters, which allow users to filter a specific data extension based on data values to identify the subscribers who meet the desired criteria. However, sometimes the data needed to create the segment does not live within a single data extension and if your marketing team doesn’t have someone who knows a little SQL this can be a blocker to creating meaningful segments and may limit your ability to use dynamic content within Marketing Cloud.&nbsp;&nbsp;</span></p>
<p><span style="font-weight: 400;">Using a feature called Data Relationships, Marketing Cloud allows users to create a relationship between two data extensions and through that relationship enables marketers to filter data from either data extension to create their segment without having to use SQL.</span></p>
<p><span style="font-weight: 400;">A great use case for this is when your Marketing Cloud instance is connected to Salesforce through the Marketing Cloud Connector. You can create data relationships using the Synchronized Data Extensions, which contain your Salesforce data, to filter data across objects to give you more options to filter your data&nbsp; by than just the Contact or Lead object data extension. For instance you can connect Contacts and Cases, if you’re looking to create messaging around customers opening or closing cases.&nbsp; Another example is Contacts and Orders, you can use the Order data along with your Contact data to define purchase frequency data. Let’s take a look at how to set up a data relationship and how to use one.&nbsp;&nbsp;</span></p>
<h3><strong>Setting up the Data Relationship</strong></h3>
<p><span style="font-weight: 400;">To set up the data relationship there are a couple of prerequisites in order to establish the relationship across data extensions. In order to do this you need:&nbsp;</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">An ID field that is used to identify individuals in both data extensions (think Contact ID).&nbsp;&nbsp;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">In addition to the IDs having to be in both data extensions, in one of the data extensions the ID has to be used as the primary key (unique identifier). This is the great part when using the Marketing Cloud Connector because SF has already established the primary key for you, the Contact ID.&nbsp;&nbsp;</span>
<ul>
<li style="font-weight: 400;" aria-level="2"><span style="font-weight: 400;">If you don’t use the Marketing Cloud Connector then use the field that identifies the subscriber key you use within your Marketing Cloud org as your unique identifier but remember it has to be unique within the data extension.</span></li>
</ul>
</li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">&nbsp;Once you’ve determined the ID fields navigate to Email Studio &gt; Subscribers tab and select Data Relationships from the dropdown menu.&nbsp;&nbsp;</span></li>
</ul>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-19839 size-full" src="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationships-Image-1.png" alt="Using Data Relationships to Create Better Segmentation in Marketing Cloud" width="511" height="528"></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Once on the Data Relationships tab click on the Create button, give your data relationship a name, it’s usually a good idea to include the data extensions being linked in the name.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Then in the Fields section of the screen locate the folder that contains the data extension you want to use that has the primary key using the dropdown on the left. Then select the data extension you want to establish the relationship within from the right-hand side drop down.&nbsp;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">You’ll see a key icon next to the field that MC has denoted as the primary key. In the right-hand column for the field that is next to the primary key field in the left hand side, use the dropdown to select the field that relates to the primary key field.&nbsp;&nbsp;</span></li>
</ul>
<p><img decoding="async" class="size-full wp-image-19840 aligncenter" src="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationships-Image-2.png" alt="Using Data Relationships to Create Better Segmentation in Marketing Cloud" width="1129" height="685"></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Once you’ve established the relationship use the Delete options to remove the other fields if any others are listed.&nbsp;&nbsp;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">If set up correctly the checkbox next to “The relationship can be used within a Data Filter will automatically be checked.&nbsp;&nbsp;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Once you have your data relationship established click the Save button at the top.&nbsp;</span></li>
</ul>
<h3><strong>Using the Data Relationship in a Filter</strong></h3>
<p><span style="font-weight: 400;">Now it’s time to put your data relationship into action and create a filtered data extension.&nbsp;</span></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Find the data extension you used to create the relationship, in the example above it would be the Contact data extension.&nbsp;&nbsp;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">Click on the filter Icon in the top right corner to create a filtered data extension.&nbsp;</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">On the filter screen scroll down on the left where the fields are listed and click on Data Relationships. You’ll see the fields from the connected data extension.</span></li>
</ul>
<p><img decoding="async" class="size-full wp-image-19838 aligncenter" src="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationship-Image-3.png" alt="Using Data Relationships to Create Better Segmentation in Marketing Cloud" width="1276" height="673"></p>
<ul>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">You can now use both the Contacts fields and the Case fields to create your segmented data extension.</span></li>
<li style="font-weight: 400;" aria-level="1"><span style="font-weight: 400;">One item to note is the secondary data extension fields are not available in the resulting filtered data extension. So while you can use them to filter, the data from the second data extension aren’t available for personalization directly from the resulting data extension.&nbsp;&nbsp;&nbsp;&nbsp;</span></li>
</ul>
<h3><strong>Summary</strong></h3>
<p><span style="font-weight: 400;">The Data Relationship feature within Marketing Cloud allows users to extend the functionality of filtering data extensions to create more meaningful and complex segmentation. This feature eliminates the need to use SQL in combining data extensions and allows marketers to quickly create relationships with no code.&nbsp;&nbsp;</span></p>
<hr>
<p><i><span style="font-weight: 400;">AdVic® is a Salesforce® Partner who has the knowledge and capacity to consistently produce customer success for clients. After working with Ad Victoriam, clients significantly enhance their customers’ experience through the ability to automatically send customers down a dynamic journey with highly-targeted personalized messages via </span></i><a href="/products/salesforce-marketing-cloud/"><i><span style="font-weight: 400;">Salesforce Marketing Cloud</span></i></a><i><span style="font-weight: 400;"><img src="https://s.w.org/images/core/emoji/15.0.3/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />, and we can do the same for you. </span></i><a href="/contact-us/"><i><span style="font-weight: 400;">Contact us today</span></i></a><i><span style="font-weight: 400;">.</span></i></p>
<p><b>Related Resources:</b></p>
<p><a href="/blog/marketing-cloud-interactive-email-form-content-block/"><span style="font-weight: 400;">Marketing Cloud Interactive Email: Form Content Block</span></a><br>
<a href="/blog/maximize-your-marketing-cloud-data-with-automation-studio/"><span style="font-weight: 400;">Maximize Your Marketing Cloud Data with Automation Studio</span></a><br>
<a href="/blog/marketing-cloud-intelligence-reports-a-deeper-dive/"><span style="font-weight: 400;">Marketing Cloud Intelligence Reports: A Deeper Dive</span></a></p>
<p><b>Subscribe to the AdVic Salesforce Blog on Feedly:</b></p>
<p><a title="Ad Victoriam Salesforce Blog" href="https://feedly.com/#subscription/feed/http://feeds.feedburner.com/advictoriamsolutionsblog" target="_blank" rel="noopener"><img decoding="async" style="border: 0;" src="https://s3.feedly.com/feedburner/feedly.png" alt=""></a></p><p>The post <a href="https://www.advictoriamsolutions.com/blog/using-data-relationships-to-create-better-segmentation-in-marketing-cloud/">Using Data Relationships to Create Better Segmentation in Marketing Cloud</a> appeared first on <a href="https://www.advictoriamsolutions.com">Ad Victoriam Solutions</a>.</p>
]]></content:encoded>
					
		
		
		
		<media:thumbnail url="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationships-Image-1.png" />
		<media:content url="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationships-Image-1.png" medium="image">
			<media:title type="html">Data Relationships Image 1</media:title>
		</media:content>
		<media:content url="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationships-Image-2.png" medium="image">
			<media:title type="html">Data Relationships Image 2</media:title>
		</media:content>
		<media:content url="https://www.advictoriamsolutions.com/wp-content/uploads/2022/10/Data-Relationship-Image-3.png" medium="image">
			<media:title type="html">Data Relationship Image 3</media:title>
		</media:content>
		<media:content url="https://www.advictoriamsolutions.com/s3.feedly.com/feedburner/feedly.png" medium="image" />
	</item>
	</channel>
</rss>
