Error while creating account: [ManagedCustomerServiceError.FRAUDSTER_CANNOT_ADD_CLIENTS @ operations[0]]

12 views
Skip to first unread message

sgas...@adverit.com

unread,
Feb 3, 2022, 4:13:39 PM2/3/22
to Google Ads API and AdWords API Forum
Hi, 

I'm currently receiving this error while trying to create a new account/customer with the API: [ManagedCustomerServiceError.FRAUDSTER_CANNOT_ADD_CLIENTS @ operations[0]]

Old thread found but with no useful responses: https://groups.google.com/g/adwords-api/c/gYJv6A2pAwo/m/CQTZlQuhBAAJ

PHP Code that triggers the error:

$managedCustomerService = (new AdWordsServices())->get($this->getSession($params['adwords_customer_id']), ManagedCustomerService::class);

        // Create customer:
        $customer = new ManagedCustomer();
        $customer->setName($params['name']);
        $customer->setCurrencyCode($params['currencyID']);
        $customer->setDateTimeZone($params['time_zone']);


        // Create operation:
        $operation = new ManagedCustomerOperation();
        $operation->setOperator('ADD');
        $operation->setOperand($customer);


        $operations = array($operation);

        try {
            if($result = $managedCustomerService->mutate($operations)) return $result->getValue()[0];
        }
        catch (Exception $e) {
            vd($e->getMessage());
        }

Can you help me? Ongoing business,

Thanks

Google Ads API Forum Advisor

unread,
Feb 4, 2022, 1:06:24 AM2/4/22
to sgas...@adverit.com, adwor...@googlegroups.com
Hello,

Thank you for the replies. I'm also a member of the Google Ads API support team.

To investigate the error you've mentioned, please provide us with the complete request and response logs generated on your end.

You may then send the requested information via the Reply privately to the author option. If this option is not available, you may send the details directly to our googleads...@google.com alias instead.

Best regards,
Google Logo
Jinky Mandaya
Google Ads API Team
 


ref:_00D1U1174p._5004Q2W49gr:ref
Reply all
Reply to author
Forward
0 new messages