Google Ads API PHP - How to disable an option "Automatically created assets" when creating campaign

2023-07-17 Thread Evaldas Gudavičius
Hi, I'm following this instruction to create a performance max campaign -> https://developers.google.com/google-ads/api/samples/add-performance-max-campaign But I can't find how to Disable these settings when creating the campaign. - Automatically created assets - Text assets - Fin

Re: Creating RSA - collection_size_error

2022-01-19 Thread Evaldas Gudavičius
Sorry, I found my fail. We can close this post. Thank you! On Monday, January 17, 2022 at 11:04:11 AM UTC+2 adsapi wrote: > Hi Evaldas, > > Thank you for reaching out to us. > > For us to further check this, could you share to us the complete request >

Creating RSA - collection_size_error

2022-01-15 Thread Evaldas Gudavičius
Hello, I'm creating RSA from an example -> https://developers.google.com/google-ads/api/docs/samples/add-responsive-search-ad The problem is, that if I use more than 4 headlines, I'm getting an error collection_size_error. If the number of headlines is < 5, everything is ok. I'm attaching th

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-11 Thread Evaldas Gudavičius
Hello, Thank you for the answer. *new UrlList(['’])* is used in the Adwords API library, we're talking about google ads API. Ok, so I will try to reach client library owners. Thanks On Tuesday, January 11, 2022 at 10:50:29 AM UTC+2 adsapi wrote: > Hi Evaldas, > > > > Thanks for getting back

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-10 Thread Evaldas Gudavičius
Unfortunately, I don't have enough experience to enable logging in to my app. I attack the code, maybe you can help with sharing the information what should I do next? I don't understand what should I enter to withLogger(). - Anyway I believe, that *$adGroupCriterion->setFinalUrls

Re: Google Ads Api - Remove Final URLs From Keyword

2022-01-10 Thread Evaldas Gudavičius
Hello, Thank you for your reply. I've tried many variants like: - [''] - '' -['-'] etc. But none of these did the job. Could you please share with me a little more information on how can I get the Request ID of my operation? And also how can I get request and response Logs? And how can I sen

Google Ads Api - Remove Final URLs From Keyword

2022-01-09 Thread Evaldas Gudavičius
Hello, I need to remove the Final URL from a keyword, but it doesn't work. My Code is Attached. >From this code, I get a successful response, but the URL did not remove. If I set for example: $adGroupCriterion->setFinalUrls(['https://somedomain.com']); This works, but If I want to remove the

AdwordsApp - newKeywordBuilder()

2018-06-21 Thread Evaldas Gudavičius
Hello, I got an error on some keywords and text ads when i try to create them. Is any way to create these keywords and text ads via Adwords scripts?