any side effects of messing up CustomerId ?

Yyyy Koko 21 Reputation points
2020-10-08T07:16:19.857+00:00

hello.
are there any side effects of messing up with CustomerId like

                $authData = (new AuthorizationData())
                    ->withAuthentication((new OAuthWebAuthCodeGrant())
                        ->withClientSecret('client_secret')
                        ->withClientId('client_id')
                        ->withEnvironment('env'))
                    ->withAccountId('account_id')
                    ->withCustomerId('account_id') <---------- as accountId
                    ->withDeveloperToken('dev_token');

regards

Microsoft Advertising API
Microsoft Advertising API
A Microsoft API that provides programmatic access to Microsoft Advertising to manage large campaigns or to integrate your marketing with other in-house systems.
401 questions
0 comments No comments
{count} votes

0 additional answers

Sort by: Most helpful