Hi, Default port when making html call is 80, if that is changed you have to provide the port number on the instance url.Let's say you are using windows IIS for redirection, default site in IIS will have 80. If you are using the default site for campaign redirection, you can access instance without ...
You will never have duplicate profiles based on primary key because primary key is always unique. I think you might have to deduplicate based on other field like email address.Thanks!
Chan,Yes I am able to create seed addresses from a file.It inserted. It should not matter whether the file is from SFTP or you directly uploaded on load file activity. I used a csv file.Thanks!
You should select the actual event in the query activity> poperties (event whioch you created)Do some filtering bvased opn the criteria you need- I did it for non empty email addresses-When preview it on query activity itselfand configure the preview list- You will see somethign like this-You cannot...
It depends on what fields you are pulling from the table and also see if there are those number of delivery logs or tracking logs exist for every event (the number of collections you configure it on the additional data section). If you have the data but is not seen in the UI, try exporting them in f...
Hi,I think you should try adding [] on firstName on check expression.<leave> <check expr="[@firstName]!=''"> <error>Mandatory field, Please Enter your First Name!</error> </check> </leave>Thanks!