Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Track customer registration from external portal.

Avatar

Community Advisor

Hello everyone,

 

Anyone has any suggestion how to track customer registration from external website  and analyze the funnel of the registration ?

Thanks

 

Luca

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Use https://experienceleague.adobe.com/docs/analytics/implementation/other/hardcoded.html#image-request-... on each step on customer registration form on external website to send data to your report suite in adobe server. Use a prop or eVar to track each step and subsequently use workspace to visualize it. use internal link filter wisely to avoid referral issue.

Ex.

"https://example.data.adobedc.net/b/ss/examplersid/1?AQB=1&g=http%3A%2F%2Fexample.com&pageName=Exampl..."

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

Use https://experienceleague.adobe.com/docs/analytics/implementation/other/hardcoded.html#image-request-... on each step on customer registration form on external website to send data to your report suite in adobe server. Use a prop or eVar to track each step and subsequently use workspace to visualize it. use internal link filter wisely to avoid referral issue.

Ex.

"https://example.data.adobedc.net/b/ss/examplersid/1?AQB=1&g=http%3A%2F%2Fexample.com&pageName=Exampl..."

Avatar

Community Advisor
alternatively you can implement your tag manger (Launch or any other) on the external form page.