1. Home
  2. Developer
  3. Code Snippets
  4. Adding tracking to confirmations

Adding tracking to confirmations

If you are using the generate a page option

Then you can an action like this

add_action( 'matador_job_before_content', function(){
	?>
<img height="1" width="1" style="display:none;" alt="" src=https://px.ads.linkedin.com/collect/?pid=123456&conversionId=123456&fmt=gif />
<?php
});

If you are using the standard option

Then you need to use a filter like this

add_filter( 'matador_job_confirmation_message', function( $message ){

return $message . '<img height="1" width="1" style="display:none;" alt="" src=https://px.ads.linkedin.com/collect/?pid=123456&conversionId=123456&fmt=gif />';
});
Updated on May 1, 2023
Was this article helpful?

Related Articles

Need Support?
Can't find the answer you're looking for?
Contact Support