Linking MCC to another MCC - ManagedCustomerLink Error

2014-06-03 Thread fischi
Hi all! I am trying to link a MCC to another MCC, using API v. 201402. My script is this: $managedCustomerService = $user->GetService('ManagedCustomerService', ADWORDS_VERSION); $link = new ManagedCustomerLink(); $link->clientCustomerId = get_user_account( $thisuserdata->ID ); // g

Re: Linking MCC to another MCC - ManagedCustomerLink Error

2014-06-03 Thread fischi
e method, > hence the slightly confusing error. > > Cheers, > Josh, AdWords API Team > > On Tuesday, June 3, 2014 1:52:48 AM UTC-4, fischi wrote: >> >> Hi all! >> >> I am trying to link a MCC to another MCC, using API v. 201402. >> My script is t

Managed Customer Service Error ALREADY_MANAGED_FOR_UI_ACCESS

2015-04-14 Thread fischi
Hello! In our AdwordsAPI Tool we use the Managed Customer Service to link Accounts to MCCs. So far so good, usually it is no Problem at all (except the duplicate Child issue, but there is no way of solving that directly). Today, a strange Error appeared - ALREADY_MANAGED_FOR_UI_ACCESS, and I ha

Error UNKNOWN at CustomerService->get()

2016-04-14 Thread fischi
Hi there, I receive a strange error (code UNKNOWN) when trying to do a simple get-request to read the CustomerService of an Authenticated User. The logs show the following error (also the request ID): [Apr 14 2016 09:47:41.00 - ERROR] effectiveUser= service=CustomerService method=get operat

Re: Error UNKNOWN at CustomerService->get()

2016-04-15 Thread fischi
HI Umesh, thank you for taking a look at that. Unfortunately, the error still persists, (got the same error last week also, but do not have the RequestID anymore) I will attach the Logs and SOAPs below. The RequestId is 00053086979d98800ac2ec48b6010010 Have a nice Weekend! Cheers, Thomas [A

Re: Error UNKNOWN at CustomerService->get()

2016-04-26 Thread fischi
Hi Mike, do not mean to bother, but is there any update on this case? I still get the same Error for this client (and this client alone).. Thank you in Advance! Cheers, Thomas -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

Re: Error UNKNOWN at CustomerService->get()

2016-05-02 Thread fischi
Michael Cloonan (AdWords API Team): > > Hello, > > It's no bother. Unfortunately there is no update yet, but have escalated > the issue internally so hopefully we will have some news soon. > > Regards, > Mike, AdWords API Team > > On Tuesday, April 26, 201

Get all connected Managers for Customer Account

2016-12-19 Thread fischi
Hi there, I can't find any solution or explanation to my task, so I hope you guys can help me a little. My scenario is that I want to give my clients (Accounts, not MCCs) the possibility to view their Account structure in our Tool - to be exact, I want to show how much managers are linked to t

Re: Get all connected Managers for Customer Account

2016-12-19 Thread fischi
Hi Vishal, is there any other possibility via any Google API to achive this, or would I have to refer customers to the AdWords UI for doing this? Cheers, Thomas Am Montag, 19. Dezember 2016 20:49:25 UTC+1 schrieb Vishal Vinayak (Adwords API Team): > > Hi Thomas, > > Unfortunately, using AdWord

Ads API 503

2020-12-21 Thread fischi
Hello together, I am trying to run the GetCampaigns.php Example for Version 6 of the PHP Ads API, but I always get a 503 Error when Calling the GoogleAdsServiceClient. What can I do to prevent this? Everything I altered in the Example file is the .ini data for the tokens and the customerId. A