Hi Bob,So I just updated my Dreamweaver version to the latest one (18.1 build 10155) using the CC app, and the integration works fine.Did you try since the last upgrade of ACS?Florent
Hi,I think that the creator always has rights on the campaigns he created. You can check with the options mentioned here: https://docs.campaign.adobe.com/doc/AC/en/CMP_Orchestrate_campaigns_Setting_up_marketing_campaigns.html#Checking_and_app… Florent
Hi Carlos,Ultimately, you should use the same console and server build number. If you have a v6 server, you should use a v6 client console.Why do you want to use the v7 client console?Florent
Hi Bob,To make sure I understand, why do you need to query the second schema? From what I read you simply want to have all profiles who have their email address filled, but I'm not sure of why you are considering that other schema.Florent
Hi,What Menno wrote is true for AC Classic.For AC Standard, it is not possible for now. You can call a workflow from the rest API, but not the other way around.Available APIs for AC Standard and how to use them are detailed in this document: https://docs.campaign.adobe.com/doc/standard/en/api/ACS_AP...
Now, I show you an example. I'm going to upload a csv file which looks like that:---name;firstname;email;country;birthdatedoedoe;johnn;leborgne+2345@adobetest.com;France;19/03/1986collins;florent;leborgne@adobetest.com;Italy;17/11/1987---johnn doedoe will be new in the database so my workflow will c...
Thanks,First thing I notice here is that in your geo unit, the @name (which corresponds to the field labelled "ID" in the geo unit detail) is GEO2 for Italy. So in your enrichment you'd have to use 'GEO2' in the source field and not 'IT'.I'm still working on the example to give youFlorent
Hi Eveline,Yes you seem to be close to what needs to be done. To me, what's missing is a reconciliation activity just before the enrichment to identify the incoming profiles as profiles.I will show you a working example. Just to make sure that I show you your exact use case, do you specify the geo ...