Hello. For some reason the settings aren’t saving. My advertising ID and pixel ID are filled in and I get a message that says the settings are saved when I click on the save changes button, but it doesn’t look like anything happens. When I click on the editor of the adroll tracking plugin I found the following section of code. I’m guessing that my settings should be updating it. Just wondering if you could help me do this manually or let me know what I can do to get the settings to stick?
I’m using wordpress 4.3.1 and woocommerce 2.4.7
if ( empty( $adv_id ) || empty( $pix_id ) ) {
$code = '
// Missing AdRoll settings :-(
';
} else {
// AdRoll javascript code
$code = '
adroll_adv_id = "' . $adv_id . '";
adroll_pix_id = "' . $pix_id . '";
]]>