Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revenue from campaigns is not getting #7938

Closed
shogunjames opened this issue May 19, 2015 · 2 comments
Closed

Revenue from campaigns is not getting #7938

shogunjames opened this issue May 19, 2015 · 2 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@shogunjames
Copy link

Hi Mattab,

Thank you for your reply,

I have attached a screenshot from my piwik insttalation where I am checking the campaign status.

I am using a magento site for ecommerce activities , and we are sending newlstters to our customers.

I need to get the revenue I got from each newsletter , when they came to the site by clicking the urls in the newsletter and when they purchase a product.

I hope it is clear for you.

Also I have enabled ecommerce for my magento site and installed piwik ecommerce extension in my site. This is the piwik code which is on the source code of the success page after the order is placed.

//<![CDATA[

var pkBaseURL = (("https:" == document.location.protocol) ? "piwiksiteurl" : "piwikurl");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));

try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);

piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
//]]>

This is the screenshot :

piwik

My current piwik version is 2.1.0 . Should I need to upgrade this? If I upgrade will I get the total revenue from each newsletter I send out?

@mattab
Copy link
Member

mattab commented May 19, 2015

My current piwik version is 2.1.0 . Should I need to upgrade this? If I upgrade will I get the total revenue from each newsletter I send out?

Yes, please upgrade. there have been more than 10 major versions since yours, this bug should be fixed after you upgrade

@mattab mattab closed this as completed May 19, 2015
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label May 19, 2015
@shogunjames
Copy link
Author

Hi

I will update piwik and will let you know.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants