Troubleshooting
Common Problems and Solutions
Section titled “Common Problems and Solutions”Retargeting Code Is Not Displayed
Section titled “Retargeting Code Is Not Displayed”Possible causes:
-
Missing rtgId
- Check that the retargeting identifier is entered
- Without rtgId, the code will not be rendered
-
Filter blocking display
- Check the usage of the
wpify_woo_sklik_retargeting_render_codefilter
- Check the usage of the
-
JavaScript error
- Open browser console (F12)
- Check for errors that may be blocking the script
itemId Is Not Sent
Section titled “itemId Is Not Sent”Possible causes:
-
Feature is not enabled
- Enable “Add E-shop offer identifier” in settings
-
You are not on a product page
- itemId is only sent on product pages (
is_product())
- itemId is only sent on product pages (
-
Custom field does not exist
- If using a custom field, verify it exists and has a value
Category Is Not Sent
Section titled “Category Is Not Sent”Possible causes:
-
You are not on a category page
- category is only sent on category pages (
is_product_category())
- category is only sent on category pages (
-
Missing category settings
- Enable “Use category identifier from Wpify Woo Feed”
- Or fill in “Custom category identifier”
-
Wpify Woo Feeds is not installed
- The Wpify Woo Feeds plugin is required for automatic categories
Cookie Consent Not Working
Section titled “Cookie Consent Not Working”Cause: Incorrect cookie name/value settings.
Solution:
- Open DevTools -> Application -> Cookies
- Verify the exact cookie name and value
- Enter the correct values in the settings
Data Not Showing in Sklik
Section titled “Data Not Showing in Sklik”Possible causes:
-
Wrong rtgId
- Verify that you are using the correct identifier
-
Script blocking
- AdBlockers can block retargeting scripts
- Test with AdBlocker disabled
-
Delay
- Data in Sklik may appear with a delay of several hours
Verifying Functionality
Section titled “Verifying Functionality”Browser Check
Section titled “Browser Check”- Open browser console (F12 -> Console)
- Look for output:
retargetingConf - Verify it contains the correct values
Source Code Check
Section titled “Source Code Check”- View page source code (Ctrl+U)
- Search for
<!-- Sklik retargeting --> - Verify the presence and correctness of parameters
Contact Support
Section titled “Contact Support”If the problem persists, contact support at support@wpify.io.
Please prepare:
- WordPress and WooCommerce versions
- WPify Woo plugin version
- Browser console screenshot
- Your rtgId (anonymized if needed)