Questions tagged [marketing-cloud]
The Salesforce Marketing Cloud is the leading 1:1 digital marketing platform, connecting companies with customers in entirely new ways. Platform APIs and SDKs enable developers to manage and automate marketing campaigns and extend the Marketing Cloud with integrated apps and app extensions.
13,706 questions
0
votes
0
answers
7
views
Get Email Send Status
I am trying to get the status for email sends in a journey. I started using the API "https://{subdomain}.rest.marketingcloudapis.com/messaging/v1/email/messages/{Messagekey}" but there is no ...
0
votes
0
answers
9
views
Double Opt-In for SMS in MobileConnect - Is QueueMO API Required or Can Journeys Handle It?
I’m setting up an SMS double opt-in process in MobileConnect within SFMC. I came across the QueueMO API, which simulates an inbound SMS to trigger the confirmation message.
My question is:
Do I ...
0
votes
0
answers
24
views
Remove UTM parameters for external link within a Marketing Cloud Email
I have a dynamic link in my email that is set based on data in a related data extension. It works in preview, but not in the actual email when sent. It acts like it is opening the page, but it just ...
0
votes
0
answers
21
views
Custom activity requests authentication
I'm going crazy between SF support, internal policies and contradicting information online.
I need to secure custom activity http calls through EntraID auth server and I've been led to believe it was ...
0
votes
0
answers
26
views
Can Add Conditional Sync from Salesforce to Pardot (Account Engagement)?
I wanted to confirm whether we have the functionality for conditional synchronization between Salesforce and Pardot.
Specifically, is it possible to use a flag field in Salesforce — where, once it's ...
0
votes
0
answers
21
views
How to Use Custom Activity Data as Journey Data
I have created a custom activity and it works fine with Journey Builder. I am using in and out Arguments. However, I can not see custom activity data in Journey settings although I have seen that ...
0
votes
0
answers
49
views
Duplicate API calls on HTTP Post
I'm getting duplicate API calls on a cloud page that uses http post method. User clicks a button in a previous page and lands on the page with the below code. Here's the code I use:
var url = ...
0
votes
0
answers
48
views
_Open Data View Query Not Returning Expected Results in SFMC
I'm trying to retrieve the most recent open activity for subscribers using the _Open data view in Salesforce Marketing Cloud. I used similar logic that works well with the _Click data view, but for ...
2
votes
0
answers
51
views
RMM Setup for 2 BUs with Shared SAP - DNS Configuration
I'm implementing RMM across two Business Units (BUs) and am not the most technically savvy when it comes to DNS so looking for a little guidance.
Both BUs share the same SAP domain: email.domain1.com, ...
0
votes
0
answers
29
views
Marketing Cloud /interaction/v1/async/events endpoint limitations
We have a production journey that is triggered via the API endpoint /interaction/v1/async/events. We're noticing that a significant amount of data is missing from the Data Extension. We're sending up ...
1
vote
1
answer
64
views
Extract the json object key with BuildRowsetFromJson
Hi I have json structure like this sample (but the object name/count will be dynamically come from html input, which will have different values of any input)
{"Hero":"http://your.image....
-1
votes
0
answers
32
views
Need to Extract last 2 year engagement data from ssjs using dynamically date range or any other way to extract engagement data in a single shot
I have a requirement to create a POC that we need to fetch the last 2 year engagement data in a single shot ? Is this possible ?
If not then can we create script activity in which we can run tracking ...
-1
votes
1
answer
47
views
Dynamic link formation and WAC
Is there anything wrong with using the following code with custom variables for a dynamic link. Will WAC cause any issues?
<a href="http://www.siteid.com/%%=v(@UserName)=%%&user_id=%%=v(@...
0
votes
0
answers
34
views
How to update Mobile Push opt-in/out status in All Contacts in SFMC based on data extension?
I have a preference center hosted on a webpage where users can express their consent or refusal to receive Mobile Push notifications. This data (opt-in or opt-out) is then sent via API to a Data ...
0
votes
1
answer
46
views
How do you activate related attributes from Salesforce Data Cloud to SFMC as single attributes?
Is there a way to activate related attributes from Data Cloud into SFMC as individual fields (not bundled in a JSON string within the shared data extension)?
I explored using data transform within ...