
Hi,
Inside the App Dynamics 365 for Marketing we have created a Web Page, containing a registration form for the users, nested inside our web Portal. When the form il filled, a Lead record is created.
Now, we decided to place this form on an external Host too, so that we have an additional channel through the users can register. After the registration a lead record is created too.
In this last case, we need to return somehow information to the external host about the Lead created, so that the host can perform a qualitative analysis on its systems about the record created through its host (e.g.: How many are the created records in total? How many the record coming from trusted servers? Ho many are fakes record?....etc etc)
We are thinking if is possible to return the Id number from Lead generated to the external host. Or, alternatively, insert into the html code of the web page a counter (or a pixel) that can track and return this information.
Is it possible to develop something similar?
Thanks
Luca
Hi Luca,
Have you tried to get the id of the leads with JavaScript, then pass it the your external host?
Here is the JS code:
formContext.data.entity.getId();
If this helped you, I'd appreciate it if you'd mark this as a Verified Answer, which may in turn help others as well.
Best Regards,
Nya