Hi,
Looks like we don't have term "Campaign Tracking". can you give more details about your needs?
/ Viet Anh
Krishna,
Episerver has a product called Campaign. It has a Tracking feature, which tracks how many recipients have opened your mailing.
Here is link to the documentation: http://webhelp.episerver.com/EN/Campaign/2-omnichannel-campaigns/mailings-classic/step-4-tracking.htm . Is that what you're asking about?
Campaign also has a "Post click tracking" feature - http://webhelp.episerver.com/EN/Campaign/5-analytics/post-click-tracking.htm
Thanks Viet and Bob.
In Commerce - > Marketing -> Campaign tab, we can promote the discount for product. There I've seen the Tracking Option.( like, "Enable detailed campaign analytics. The format is specific to the analytics tool being used." ).
Whats the effective use of this ? I gave the Tracking code in that input text box.
I am also interested in how this tracking works. There is no info in docs about tracking in campaigns https://world.episerver.com/documentation/developer-guides/commerce/marketing/campaigns/
How does it work? What is needed to be configured? What are these tracking codes? Any examples would be great.
According to the documentation: http://webhelp.episerver.com/latest/commerce/marketing/campaignsnew.htm it says:
"
Use to enter a tracking code for campaign analytics. This field must be specifically implemented for your site. |
"
So I guess it means you can enter the code but you need to wire up the analytics yourself.
ps don't forget to hit the icon of the top right of the documentation to expand all the areas :)
The tracking code in Commerce campaign is just a data property. So for example you can create a Google Analytics tracking code and use that, then save the code for your campaign to map the data later. Commerce does not use that tracking code for any internal functionalities.
Thanks for an answer but it doesn't give much.
Is there an example in Quicksilver how to "map" this tracking code to the data "later"? Is this tracking code stored in the redemption created so that I can map it later?
How does it suppose to work in the checkout?
P.S. Customer needs just tracking of redemptions. Not sure how this is supposed to work - how to implement it in the checkout.
The mapping part is your implementation, there is nothing out of box for that
But is it stored in the order after the checkout? How to get that code when the order is confirmed?
No, it is not stored in the order after the checkout by default. If you want to you can get the promotions from the IOrderForm.Promotions, then get their campaigns and therefore their tracking codes.
A bit tedious, I know.
Hi All,
Can Anyone explain about the Campaign Tracking with the Example ?
Thanks in Advance..