Expand my Community achievements bar.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
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.