Hi All,
I have configured the
Website Connector in Data Cloud and created the Webpage Embed Code. This generated the required beacon code, which I added to the developer website immediately below the <head> tag.
Following the configuration, two data streams were automatically created:
- Website Behavioral Events
- Website Profile Events
However, the data streams are currently not refreshing, and the website activity is not being captured. Even when a user visits the website, I am unable to see the corresponding records being ingested into the data streams.
I have included the embed/beacon code below for your reference:
<script src="https://cdn.c360a.salesforce.com/beacon/c360a/e5adb394-0b5c-4a4e-a1e9-72bfbb4c328a/scripts/c360a.min.js?wtcp_id=1NDWK000000Fu9x4AC"></script>
<script>
const consent = {
provider: "Salesforce Marketing Cloud",
purpose: "Tracking",
status: "Opt In"
};
SalesforceInteractions.init({
consents: [consent],
}).then(() => {
SalesforceInteractions.initSitemap({ pageTypes: [] });
});
</script>
Resources I have followed the below article for this website tracking:
https://medium.com/@marketingcloudtips/marketing-cloud-on-core-tracking-external-websites-without-a-consent-banner-467326874412
Hi @balla swetha,
Check whether you have saved the code in Data Cloud? I inspected your link and noticed that there doesn’t seem to be any script.
Regards,
Harshan R K