Re: How can I get client account id

2019-11-25 Thread jianan wang
Hi, So, how can my account become whitelisted? Thanks, Jianan Wang 在 2019年11月26日星期二 UTC+8上午12:16:14,adsapiforumadvisor写道: > > Hi Jianan, > > By further checking with your account I can confirm your account is not > whitelisted for this feature. Currently there is no other w

Re: How can I get client account id

2019-11-23 Thread jianan wang
Hi, I have replied you the customer id privately. If the customer isn't on the whitelist, what else I can do to let the customer associate with my MCC through api or Oauth2 process? Thanks and regards, Jianan Wang 在 2019年11月23日星期六 UTC+8上午3:41:13,adsapiforumadvisor写道: > > Hi

Re: How can I get client account id

2019-11-22 Thread jianan wang
t out some info // about it. $customer = $managedCustomerService->mutate($operations)->getValue()[0]; printf( "Account with customer ID %d was created.\n", $customer->getCustomerId() ); Thanks and regards, Jianan Wang 在 2019年11月22日星期五 UTC+8上午4:10:43,adsapiforum

Re: How can I get client account id

2019-11-21 Thread jianan wang
Hi, I don't have a customer's client id, how can I send an invitation to customer or link customer's account to my MCC account through the api or Oauth2 process? Thanks, Jianan Wang 在 2019年11月20日星期三 UTC+8上午12:46:00,adsapiforumadvisor写道: > > Hi Jianan, > > Thanks for reaching ou

How can I get client account id

2019-11-19 Thread jianan wang
Hi, I have the credentials of an MCC account and has some client account with it. But through the Oauth process, I can just get the MCC account's client id. So, how can I get all the accounts under an MCC through process? Thank you. Best Regard, Jianan Wang

Re: Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-14 Thread jianan wang
Hello, So, how can I get user's client custom id through OAuth process even if he's not link to my MCC account or any other who has no access to the account? Thanks, JIanan Wang 在 2019年11月14日星期四 UTC+8下午10:16:47,adsapiforumadvisor写道: > > Hi Wang, > > There were no recent

Re: Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-13 Thread jianan wang
? Thanks, Jianan Wang 在 2019年11月14日星期四 UTC+8上午12:19:03,adsapiforumadvisor写道: > > Hi Wang, > > The USER_PERMISSION_DENIED > <https://developers.google.com/adwords/api/docs/common-errors#AuthorizationError.USER_PERMISSION_DENIED> > error > means that the user who authorized

Can't get data from CustomerService v201809 [AuthorizationError.USER_PERMISSION_DENIED]

2019-11-13 Thread jianan wang
MCC account With OAuth2 credentials I can get data from my account, but to get other accounts data will response AuthorizationError.USER_PERMISSION_DENIED. In addition, other accounts are not associated with our MCC account. What can be possible reason for this error? Regards, Jianan Wang