function google_admanager_gam_admin_validate in DFP Small Business (Google Ad Manager) 6.3
File
- plugins/
ad_providers/ gam.inc, line 34
Code
function google_admanager_gam_admin_validate(&$form, &$form_state) {
if (!preg_match('/^ca-pub-\\d+$/', $form_state['values']['google_admanager_gam']['account'])) {
form_set_error('google_admanager_account', t('A valid DFP Property Code is case sensitive and formatted like ca-pub-nnnnnnnnnnnnnnnn.'));
}
}