Recently, I have implemented infinite scroll on my search page. But when doing weekly test I noticed something.
I am using the EEC event for product impression. And discovered after I implemented infinite scroll that it doesn’t track newly appended products. And the span element that has class gtm4wp_productdata I use to get product details for GTM is not there. The products that initialy loaded all work (impression and span
class are there).
I could just use element visibility but that important part is the span
element that has details of the product is not there on the newly appended products.
This is the AJAX function I’m using if that’ll help
function load_more_products_archive_page(){
$offset = $_POST['offset'];
$curr_query = $_POST['query'];
$default_args = array(
'post_type' => 'product',
'posts_per_page' => 12,
'offset' => $offset,
);
$args = wp_parse_args($curr_query, $default_args);
$loop = new WP_Query($args);
ob_start();
if($loop->have_posts()) {
while($loop->have_posts()) {
$loop->the_post();
wc_get_template_part('content', 'product-list');
}
}
wp_reset_postdata();
$response = ob_get_clean();
echo $response;
wp_die();
}
Thanks again!
]]>First of all, really nice plugin! Thank you!
My questions are:
– I need event when the user review the single product page. In my notes this is added as “Product Details Views eec.detail”.
When I installed and setup the plugin I don’t see similar event. I only see gtm4wp.changeDetailViewEEC when I change the variation of variable product.
Is there an event only for single product page view? Please provide information how to get this event.
– Other event I need and I see working on other websites which are using your plugin is “gtm4wp.productClickEEC” event. I see a <span class=”gtm4wp_productdata”> with all needed information before each product listed in the website but I don’t see the event “gtm4wp.productClickEEC” when I click on a product. Can you help me with that?
– On my homepage I have products which are loaded with ajax after click on Load more product button. How can I track their impressions?
Btw I am using Woodmart theme. However, I checked your advices and activated Storefront theme to check if this will change something but everything was the same.
I would appreciate it if you could provide the following information for me!
Thank you!
]]>Want to know about tracking. we just discovered the impression is to low. I have not touch on tracking setting and just the default setting do the job. I want to ask if I resetting the “recalculation sum” number, how it will effect? does this new setting will start new calculation of impression and click and delete the previous amount of calculated?
If I change from “track on load” to “track with JavaScript (AJAX)”. Does this also will start as a new calculation or will continue?
I am quite worry about this since the ads already running for long time. At the same time our client are not happy with the impression.
Regards
Zahari
Regarding the following example link
<img src=”https://www.xxx.com/wp-content/plugins/affiliates-manager/imp.php?
wpam_refkey=wPbsoO2dBTUoplAnfqSvECruBfF00000000000″ width=”0″ height=”0″ /><a
href=”https://www.xxx.com/gcse-rs-revision-apps-for-schools?wpam_id=2″
title=””>click here
If an affiliate just used:
https://www.xxx.com/producta?wpam_id=2
For example if they added it to a button or using a link shortening service
Would they still get credit if impression setting was enabled?
##Note the code above is supposed to be the standard text link with the impressions tracking link.
Thanks
]]>Nous venons donc d’installer le plugin et avons réussi à transférer les colis via le webservice.
Existe-t-il un moyen de télécharger un pdf regroupant toutes les étiquettes du jour ?
En effet, les sortir une par une est très compliqué à partir de certains volumes d’expédition.
Nous ne trouvons pas non plus comment obtenir le bordereau de remise qui justifie notre dép?t auprès de La Poste.
Merci d’avance pour votre aide (et merci beaucoup pour cette extension) !
Bonne journée !
]]>Système :
Concernant WordPress, le site est à jour, plugin/theme/wordpress
Concernant le plugin il est configuré en automatique pour imprimer en ZPL_10x15 203dpi
Concernant l’imprimante, elle fonctionne fonctionne sur un Windows 10 à jour avec les bons drivers du site Datamax-O’Neil :
– impression d’étiquette via “Expeditor” OK
– impression via le panneau impression windows sur un pdf en 10×15 OK
– impression via le plugin sous wordpress KO!
Déroulement :
On utilise le bouton “automatique” de la passerelle pour récupérer le numéro de suivi, ( l’impression devrait elle se lancer automatiquement à la reception du numéro ? )puis en utilise le bouton “Etiquette” et ca ne marche pas toujours pas
Les messages d’erreurs :
– navigateur : Failed to load resource: the server responded with a status of 500 (Internal Server Error) => /wp-admin/admin.php?page=Colissimo-page
– Et dans les logs NGINX :
PHP message: *** LOG CDI – LINE:79 FILE:/includes/WC-function-Colissimo.php ***: error – request creds” while reading response header from upstream, client: 10.91.XXX.xxx, server: www.luxuryance.fr, request: “POST /wp-admin/admin.php?page=Colissimo-page HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php-fpm/php-fpm.sock:”, host: “www.luxuryance.fr”, referrer: “/wp-admin/admin.php?page=Colissimo-page”
2017/11/17 12:21:28 [error] 17890#17890: *23470044 FastCGI sent in stderr: “PHP message: *** LOG CDI – LINE:39 FILE:/includes/WC-colissimo-choix-livraison.php ***: legacy_flat_rate -” while reading response header from upstream, client: 10.xxx.xxx.xx, server: www.luxuryance.fr, request: “GET /?add-to-cart=9158 HTTP/1.0”, upstream: “fastcgi://unix:/var/run/php-fpm/php-fpm.sock:”, host: “www.luxuryance.fr”, referrer: “https://www.luxuryance.fr”
Pouvez vous m’aider à identifier le soucis, faut il comme on nous l’a conseillé pour un prestashop, un plugin d’impression du type : SoNice étiquetage ??
Merci pour toute l’aide que vous pourrez me fournir
Cordialement
Yohann
https://www.ads-software.com/plugins/yikes-inc-easy-mailchimp-extender/
]]>