Re: Can i get login_customer_id of a client account programatically?

2020-12-08 Thread Imran Khan
Thankyou. Also can you tell me how can we create a request url and json body for this resource? On Wednesday, December 9, 2020 at 8:34:18 AM UTC+5 adsapiforumadvisor wrote: > Hi Imran, > > You can use the ListAccessibleCustomers >

Can i get login_customer_id of a client account programatically?

2020-12-03 Thread Imran Khan
I'm trying to link a client account to a manager. But that client account is already under a manager account. So I need to pass the login_customer_id parameter. Is there any way by which I can get the login_customer_id programatically? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Get account hierarchy in json or dictionary

2019-08-16 Thread Imran Khan
I want to get the account hierarchy and I've done it but the sample code provided by the client library only prints it. I want to get the hierarchy in a json object or a dictionary, which I'm not able to do. i'm using the below code. https://developers.google.com/adwords/api/docs/samples/pytho

Re: Universal app campaign not working

2019-08-13 Thread Imran Khan
I've understood it and doing it the way I think it should be. But there is still error, can you please see my code again which I had mentioned in the last reply, and tell me what am i doing wrong? Thank you. On Friday, August 9, 2019 at 10:49:01 AM UTC+5, adsapiforumadvisor wrote: > > Hi Imra

Re: Universal app campaign not working

2019-08-08 Thread Imran Khan
Actually i have changed the field names as per told but still i'm not able to create a campaign, and I don't know the proper format for how to make an AD inside of that. My code and the error which i am facing is down below. *ERROR* googleads.errors.GoogleAdsServerFault: Unmarshalling Error: cv

Re: Universal app campaign not working

2019-08-08 Thread Imran Khan
Yes i've figured out that this was the issue but we need an example which could illustrate how to do that. Can you please provide any sample code ? On Thursday, August 8, 2019 at 11:31:33 AM UTC+5, adsapiforumadvisor wrote: > > Hi Imran, > > OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CA

Universal app campaign not working

2019-08-07 Thread Imran Khan
I'm trying to create a mobile app campaign via google adwords api , version 201809,I'm following this sample of code written in python. https://github.com/googleads/googleads-python-lib/blob/aa3b1b474b0f9789ca55ca46f4b2b57aeae38874/examples/adwords/v201809/advanced_operations/add_universal_app_c