RE: Customer client ID

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. You can find the customerclientIDs by using the customer or customer client reports. You can also find this by logging into the Google Ads UI and clicking the "?" button in the upper right hand corner. Let me know if you have further questions. Thank you,

Re: Customer client ID

2020-09-08 Thread Андрей Ласевичев
sorry, $id not used вторник, 8 сентября 2020 г. в 14:53:08 UTC+5, Андрей Ласевичев: > $id = 'id customer or null' > $customerService = $this->adWordsServices->get($this->session, > CustomerService::class); > $customers = $customerService->getCustomers($id); > foreach ($customers as $item) { > $

Re: Customer client ID

2020-09-08 Thread Андрей Ласевичев
$id = 'id customer or null' $customerService = $this->adWordsServices->get($this->session, CustomerService::class); $customers = $customerService->getCustomers($id); foreach ($customers as $item) { $result[] = [ 'Id' => $item->getCustomerId(), 'Name' => $item->getDescriptiveName(), 'СurrencyCode'

Customer client ID

2020-09-08 Thread Brayan Dimas
Where do i get the clientCustomerId in google ads api ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-10-13 Thread MWA
Hi n, When getting account under your manager accounts you don't need to add ->withClientCustomerId('xxx-xxx-xxx') // this is my manager account id Try without it. use this function only when you want to access your customers data. currently you want to access your data, that's why

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi, As mentioned in my previous reply, any topics related to reportgarden or any third parties are already out of scope for our team. Our team can only provide support for AdWords API related issues and we cannot comment further regarding any implementation concerning third parties. You may wan

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread v
Hi, How does https://reportgarden.com work? Can I create the same system as https://reportgarden.com ?? and Any additional Permission required from google for that ?? Thanks On Tuesday, August 29, 2017 at 2:59:53 PM UTC+5:30, Peter Oliquino wrote: > > Hi, > > My apologies as our team do

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies as our team does not support integrations of third party accounts and we can only provide support or assistance for AdWords API specific issues. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread v
Hi, Thnks, I know this all thing but I need to link third party user(Which is not linked) account to My MCC account using AdWords API, so which API I used ?? I want to get report same as like https://reportgarden.com. In my system, I want to the same process like https://reportgarden.c

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The USER_PERMISSION_DENIED error you are encountering is due to the client account ID not being linked to your MCC, or the OAuth2 credentials you are using does not have access to the

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread v
hi Thnks for your reply but using ManagedCustomerService.get and Account Management I create new

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-29 Thread v
hi Thnks for your reply but using ManagedCustomerService.get and Account Management I create new

Re: how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-20 Thread 'Peter Oliquino' via AdWords API Forum
Hi, If you wish to retrieve the list of customers linked to your MCC, then you may use the ManagedCustomerService.get and refer to the GetAccountHierarchy

how can i get customer client id which is linked my MCC account using adwords api ????

2017-08-19 Thread v
Hi, I have standard access but, I can't get AdWords report data using my MCC account *customer_id*so, how I can get customer client report using its *customer_id *AdWords API when I use my MCC account customer_id I can't get data. and when I use another production accou

Re: Customer Client Id

2016-01-05 Thread Anthony Madrigal
Hi Mohammad, Glad to hear the service worked for you. As far as what you should do to learn how to implement PHP, I recommend both following the PHP examples and trying to see how the Java code works in the examples. From the PHP examples, you should be able to get an understanding on what is n

Re: Customer Client Id

2016-01-05 Thread Mhamad Canaan
Hi Anthony, I tried using this service and it worked very well than you very much indeed. I have done the authentication part for integrating AdWords with our software, now all is left to is integrate adding the campaigns ads etc. with the software. I have seen the making your first request in

Re: Customer Client Id

2016-01-04 Thread Anthony Madrigal
Hi Mhamad, You can use the ManagedCustomerService in order to get a list of client accounts under an MCC and if they canManageClients. Here is an example on how to use this service with PHP

Re: Customer Client Id

2016-01-02 Thread Mhamad Canaan
I found the way to access the cusomerClientId of the authenticated customer, through CustomerService. but now I am trying to check if the canManageClients if equal 1 then it is a MCC which means there might be clients managed by him. Which service lets me to fetch the list of the managed client

Customer Client Id

2016-01-01 Thread Mhamad Canaan
Hi everyone, First of all Happy new year to everybody hope this year would bring joy among us all. Second I want to ask about the customer client Id when authenticating the user, it brings back code in the _GET parameter, then I should exchange it into refresh_token and till here everything is