Testing
Google's Testing Procedure
Google will guide you through the setup step-by-step. At one point, it will generate links with which you can test and see if automated discounts work on your website.
Set product IDs to test
The plugin also provides automatic testing links, with randomly generated discounted prices. You can find them in the plugin settings.
Use the following filter to set the specific product IDs that you want to test.
/wp-content/themes/child-theme/functions.php
add_filter( 'sgadwc_testing_product_ids', function () {
return [
123,
456,
789,
];
} );