Skip to main content

#AskMCExpert토론 중인 항목 0개

Hi folks,

Can you provide any article or suggestion why the transaction data in GA are different from transactional data in Personalization? There is no integration between Personalization and GA. Any article, recommendation, suggestion, please?

#AskMCExpert

답변 1개
  1. 2022년 12월 7일 오후 3:35

    look over any filters you may have as well as data change settings

0/9000

Is there a way to define a specific engagement frequency rather than letting Einstein determine what it should be. And, is it possible to use journey frequency split taking into account both email and SMS messages? For example, if I want a subscriber to get no more than 2 messages and a subscriber is sent 1 email and 1 SMS in a week, then don't send a 3rd message. #AskMCExpert

답변 5개
  1. 2021년 11월 28일 오후 3:21

    Hi Laura, noticed you in my feed this morning! We build suppressions for some of our clients with SQL to solve this issue.

    In your example we could filter contacts down WHERE count of sendlog events LIKE ‘%EmailName%’ is >= 1 AND sms event >= 1. This is easiest at journey entry but may also be able to be set up as Exit Criteria in a journey if you want a subscriber pulled out after a certain level of engagement.

0/9000

Is there anything we can do to mitigate the fact that any user who has access to data extensions can export the data from them? #Trailhead Challenges

답변 2개
  1. 2021년 11월 10일 오전 11:39

    Hi  Laura,

     

    You can set up an "export email allowlist" on the setup section (under security option). Just add in email addresses that you will allow to export  DE data out of SFMC directly. 

     

    See link for help page

    Export Email Allowlist (salesforce.com)

     

    Cheers

    John

0/9000

Marketing Cloud 'Locale' field in DE:

In a standard DE, I have added a 'Locale' type field. This DE already has data. I want to give a default value to the 'locale' field which is same for all records. The default value field is inactive and not letting me define a value. Is it always inactive? What is way out to put a value in it?

 

#AskAMCExpert #AskMCExpert #AskAMarketingCloudExpert 

댓글 7개
  1. 2021년 6월 1일 오전 7:57
    Hi @Ajay Rohera

    .

    From what you are saying and what I am seeing in Marketing Cloud the last few days seems to be a problem with Contact Builder and the order in which the field data is filled. Have you tried creating the field in Email Studio?

0/9000

Ad Studio:

What all can we do with Pardot-SalesCloud-AdStudio combo? As per my understanding, we need to add the prospects in Pardot which will sync with SF campaign which in turn will make a report and send the data to Ad studio.

 

Now in Ad studio, we can create audience using this data. Is that it? Am I missing anything here. Just wanted to see if it's worth going for Ad Studio (we already have Pardot and SF).

 

#AskAMarketingCloudExpert #AskAMCExpert #AskMCExpert 

댓글 3개
0/9000

Adding information via a web form to a data extension:

 

Using the below mentioned script, we are able to collect web form data into a DE. It works fine for a new user/email (email which doesn't exist already), however if the form is filled again using the same email, it doesn't update the data.

 

Script url: https://help.salesforce.com/articleView?id=sf.mc_es_demanager.htm&type=5

 

It's because of following code:

<input type="hidden" name="_action" value="add" />

 

If we change it to:

<input type="hidden" name="_action" value="update" />

then only 'update' works (updates the existing record) and not 'add' (doesn't add new record).

 

How can we do both (if it's a new email then add, else update)?

 

#AskAMCExpert #AskMCExpert #AskMarketingCloudExpert 

댓글 2개
0/9000

We have one main/parent unit and one business unit under it in MC. Can we have different default preference centers for both?

 

#AskAMCExpert #AskMCExpert 

댓글 2개
  1. 2021년 3월 31일 오전 3:59
    Yes, you can have different pages act as preference center for each business unit. You will need to open a support case and request that the profile_center_url be updated to each respective url or cloud page. (The same applies to the unsub_center_url personalization string.) Also note that with the cloudpagesurl AMPscript function, you can redirect subscribers from a child business unit to a page in the parent BU if you would like to have a shared preference center.
0/9000

Is it feasible to have multiple preference centers in MC having different lists?

#AskAMCExpert #AskMCExpert 

댓글 3개
0/9000

Just like in Pardot, is there any tracking code in MC which need to be installed in the website?

 

#AskMCExpert #AskAMCExpert 

0/9000