Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How to track campaigns on ASPX pages outside of Kentico CMS View modes: 
User avatar
Member
Member
joeh42 - 11/2/2011 2:44:54 PM
   
How to track campaigns on ASPX pages outside of Kentico CMS
I have added an ASPX page to my solution outside of the Kentico CMS. Thereby it doesn't use the Kentico master page.

The ASPX page returns JSON.

I want calls to the page to be tracked in the campaign management. I added the query string ?...&campaign=quickViewContent.

I'm guessing that because this goes outside of the Kentico master page, the hit does not get tracked by campaign management. How can I get this tracked?

Campaigns are enabled and the key is set to campaign.

Thanks!
Joe Hoppe

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 11/6/2011 3:18:38 AM
   
RE:How to track campaigns on ASPX pages outside of Kentico CMS
Hi,

If I am getting right the link with the campaign is pointing to the page outside Kentico, correct?

If so, you can use some external tools or develop a custom code which will check this particular URL and log the hit based on this example.

Best regards,
Juraj Ondrus

User avatar
Member
Member
joeh42 - 11/8/2011 8:27:18 AM
   
RE:How to track campaigns on ASPX pages outside of Kentico CMS
I didn't see in the documentation how this related to campaigns, but I searched the solution for these method calls. Works great.

Thanks!