Weird error trying to add Google Ads API to new console project

2020-10-29 Thread Peter Vanek
Hi, I have a very weird problem. I have created a new console project, and I'm trying to enable the Google Ads API for it as I have done in the past. I clicked "enable apis", selected "Google Ads API" but when I try to click the "Enable" button, I get a weird error *Unknown Billing Error* *An

Re: Create a new label using Ads API

2020-10-02 Thread Peter Vanek
Thank you VERY much. So the documentation is not very well, written, it suggests that you should wrap the TextLabel in a LabelOperation DIRECTLY, but the actual way is to wrap the TextLabel in a Label and the Label should be wrapped in the LabelOperation. Thanks again. On Friday, October 2, 202

Re: Create keyword label via Google Ads API

2020-10-02 Thread Peter Vanek
Thanks a lot for your response, I will try it and I will let you know if I still have some problems, thanks On Thursday, October 1, 2020 at 9:41:02 PM UTC+2 adsapiforumadvisor wrote: > Hi Peter, > > Thank you for reaching out. You could use the > AdGroupCriterionLabelService.MutateAdGroupCriter

Create a new label using Ads API

2020-10-01 Thread Peter Vanek
Hi, I am trying to create a new label using Ads API in PHP using the official php library. According to the specification the right way how to create a label is " 1. Create a TextLabel instance. 2. Set the desired background color for this TextLabel. 3. Enter text for this TextLab

Create keyword label via Google Ads API

2020-10-01 Thread Peter Vanek
Hi, I would like to ask you if there is a way how to set a KEYWORD LABEL using Google Ads API (NOT Adwords API). I can't find it in the documentation and the official php library doesn't have a class for keyword labels, only for campaign labels, adgroup labels etc. Is there a way how to do it?