Frequently Asked Questions
General Questions
Section titled “General Questions”What is limited conversion tracking?
Limited tracking (type limited) sends conversion data only using frontend JavaScript code on the thank you page.
Limitations:
- Data is not sent if the customer closes the page prematurely
- Lower accuracy compared to backend tracking
- Does not support satisfaction surveys
For full-featured tracking, we recommend the premium extension.
What is the difference compared to the premium version?
| Feature | Limited Version | Premium Version |
|---|---|---|
| Frontend tracking | Yes | Yes |
| Backend tracking | No | Yes |
| Satisfaction survey | No | Yes |
| Tracking type | limited | standard |
Can I use both modules simultaneously?
No. If you have both modules active, duplicate conversions may be sent. The module will display a warning in the administration.
We recommend using only one module - ideally the premium version.
Settings
Section titled “Settings”Where can I find the Shop ID and Private Key?
- Log in to the Zbozi.cz administration
- Go to the conversion tracking section
- Copy the Shop ID and Private Key
Where can I find the Sklik ID?
- Log in to the Sklik.cz interface
- Go to conversion tracking settings
- Copy the conversion code ID
Is the module GDPR compliant?
Yes, if you properly configure marketing cookies. The module checks cookie consent and sends the consent parameter to Seznam.
Without cookie detection settings, data is sent as if consent was granted.
Technical Questions
Section titled “Technical Questions”When is the conversion code displayed?
The conversion code is displayed only on the thank you page after successfully completing an order.
Can I disable display for certain orders?
Yes. Use the wpify_woo_zbozi_conversion_render_code filter:
add_filter( 'wpify_woo_zbozi_conversion_render_code', function( $render ) { // Your condition return false;} );Can I add custom parameters?
Yes. Use the wpify_woo_zbozi_conversion_script_parameters filter:
add_filter( 'wpify_woo_zbozi_conversion_script_parameters', function( $params ) { $params['customParam'] = '"value"'; return $params;} );How can I verify that tracking is working?
- Place a test order
- On the thank you page, open the console (F12 → Console)
- Look for output
conversionConf - Verify the correctness of values
- In the Network tab, check for calls to
c.seznam.cz