Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Aweber and Estore Analytics Error for Digital downloads
- This topic has 4 replies, 2 voices, and was last updated 13 years, 2 months ago by formbet.
-
AuthorPosts
-
September 11, 2011 at 5:14 pm #4285formbetMember
I have WP-Estore on my site and also use Aweber mailing list. The integration works great with new Estore subscriptions going straight onto my AWeber mailing list. However, the problem is when I go to send a message out in Aweber with a download link that I generate daily. If I enable “Track clicks on website links in this message” it gives me the error below. I have copied the Aweber analytics code into my footer on the site and also installed an Aweber Analytics plugin that should generate the code. I even tried placing the javascript into the download.php but whatever I try I still get the following error -:
Invalid Links:
The following link(s) in your message are on domains listed in the Analytics Websites section of the Analytics Settings page. However, the analytics javascript does not appear to be installed on these pages. Without the javascript being properly installed, any clicks on these links will not be recorded.
****.co.uk/wp-content/plugins/wp-cart-for-digital-products/download.php?file=6fvcv1211Yai40iG—Miscellaneous Error
Any ideas what I need to do to get digital downloads tracked in Aweber and integrate correctly with Estore ?
Thanks in advance
Dave
September 12, 2011 at 1:05 am #36502adminKeymasterWP eStore’s download validation script is not part of your standard web page so no tracking script is running there. The job of the download validation script is to verify the authenticity of the request and dispatch download securely (that ss all that it knows about). WP eStore itself tracks the downloads via encrypted links (so you know if a link got used or not). Anyway, you can try to edit the “download.php” file to add your JavaScript code there but it may not be trivial (I have never tried this before so really have no idea).
September 12, 2011 at 8:00 am #36503formbetMemberThat’s a shame…the problem I have is that I generate a secure link to an excel file I upload each day to send to a ‘members only’ list who signup via E-Store/Paypal recurring monthly subscription.
However, I have noticed there are quite a few more downloads each day than subsriber numbers via different IP’s so someone is being naughty and forwarding on the secure link. Ideally I would like to be able to track this somehow so I could either identify the offending IP’s or give me some more clues as to who could be forwarding on the secure link. Or is there just a better/more secure way I should be delivering this members-only information or an alternative method of tracking downloads via IP ?
Thanks again
September 13, 2011 at 12:38 am #36504adminKeymasterAweber’s stat won’t help you identify the IP addresses because it will just have a list of 500 IP addresses for example and without knowing which ones are valid customers you are in the dark.
If you deliver digital items to a list of subscribers or users on a regular basis and you want to make sure that only the customers get it then the best way to handle that is to deliver the item from behind a membership script. A membership plugin will make sure that only your customers can log in and download the content. Some membership plugins (for example: WP eMember) have features that can detect if multiple users logged into the same account (based on the IP address) and block that account.
So basically you do the following:
1) Place your encrypted download link on a members only download page (you can also give them the option to generate the link themselves)
2) Protect this download page so only members who are logged in can access the content of this page
3) When you send an email to your list simply tell them to log into the site and download the content from the member’s only download page.
All done!
This demo page will give explain more if you are interested:
September 13, 2011 at 1:27 am #36505formbetMemberOk thanks I will look into that as I have the emember plugin already. I guess the problem remains that they can still forward on the end product excel file to people though and in that case I guess I have to go down the route of some form of excel file protection.
-
AuthorPosts
- You must be logged in to reply to this topic.