- This topic has 1 reply, 2 voices, and was last updated 9 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › WP Affiliate Troubleshooting › Gumroad integration recording clicks but not commissions (for embedded form)
Hi, So the page is [http://shavasti.com/audio-book/]
I’ve followed the instructions at
https://www.tipsandtricks-hq.com/wordpress-affiliate/gumroad-wp-affiliate-plugin-integration-865
The total code in text edit mode is this:
<script src=”https://gumroad.com/js/gumroad.js” type=”text/javascript”></script>
<script src=”https://gumroad.com/js/gumroad-embed.js” type=”text/javascript”></script>
<div class=”gumroad-product-embed” data-gumroad-product-id=”QBYy[wp_aff_custom_args]”>< a href=”https://gumroad.com/l/QBYy?%5Bwp_aff_custom_args%5D”>Buy my product</div>
And it does record clicks, but not sales. (NOTE – I’m using an embed of the gumroad payinging button, not using a link to the gumroad website)
And here’s the contents of the log so far:
[deleted log data after checking it]
I hope that’s enough info to start with!
Looks like the custom data is not coming through via the ping message.
WHen I did a view source of the page, I see the following URL in the embedded form (which has the required custom data). However, after the transaction, this custom data is not present in the ping (which is why the tracking is not working):
https://gumroad.com/QBYy?ap_id=tips21&ip=58.110.216.73
Also, I think the actual URL should be the following (it has the /l/ which the above URL doesn’t)
https://gumroad.com/l/QBYy?ap_id=tips21&ip=58.110.216.73
Does the gumroad’s custom data passing for embedded form work the same way it works for standard link?