Error with Campaign Creation

2022-09-15 Thread Samantha Kapai
Hello Google Ads Team I am trying to create a campaign using google ads api but get an error message. Could you please advise? Below are the details Url: https://googleads.googleapis.com/v11/ /customers/8799276370/c

Error with create Customer Client Create and Update on google Ads API

2022-08-28 Thread Samantha Kapai
Hello I am trying to create a customerClient and do an update but i get an errorBelow is the my request for create and update respectively. *Client Customer Client* Request { "customerClient": { "customer": {"name":"test", "timeZone":"America/New York", "descriptiveName": "Test123"} }, "v

403 Error when using sa account impersonation auth token to call google ads api

2022-08-09 Thread Samantha Kapai
Hello I am trying to access the googleads api using service accounts. To test it locally I am using impersonation getting back an access token and using that to make calls to the google ads api. Below is my request curl -f -v --request POST "https://googleads.googleapis.com/v11/customers/12

SelectorError.INVALID_PREDICATE_FIELD_NAME

2022-01-26 Thread Samantha Kapai
Hello I am using the new suds library from suds community ."https://github.com/suds-community/suds";. I get the following error back when trying to execute my python code predicate = self.wsdl_client.factory.create('Predicate') if name_filter != "": predicate['operator']['value'] = "CONTAIN