I think I succeeded in Adding Negative Words, but the ads are not appearing on the panel

2022-06-01 Thread Meraklı Web
Hello, I'm trying to add negative keywords via API, but I couldn't see it through ads panel. Result coming back to me via api Added 1 ad group criteria: customers/1336/adGroupCriteria/131993~16615 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: Adding Negative Keywords

2022-05-25 Thread Meraklı Web
Thank you , The error I'm getting now is Google Ads failure details: mutate_error: Resource was not found. I couldn't understand what it means exactly, the codes I used are examples to try 25 Mayıs 2022 Çarşamba tarihinde saat 10:03:02 UTC+3 itibarıyla adsapi şunları yazdı: > Hi there, > > Tha

Adding Negative Keywords

2022-05-24 Thread Meraklı Web
https://github.com/googleads/google-ads-php/blob/d603048b9070a435ba50247b9dfe77f208809437/examples/BasicOperations/AddKeywords.php Hello, there is keyword addition in the sample codes, but no negative keyword insertion. can't we do this? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: I am working on Google Ads API - I can't get new refresh token

2022-05-20 Thread Meraklı Web
https://developers.google.com/google-ads/api/docs/client-libs/php/oauth-web What I don't understand is that we automate this in our system, do we have to give permission again each time? I think we don't need to write bots for this, I have to constantly give permission every time. I can generate

I am working on Google Ads API - I can't get new refresh token

2022-05-19 Thread Meraklı Web
First of all, I apologize for my bad english. With Postman, I can generate my first token with Oauth2.0, it directs me to the google verification page, I approve, and I can do whatever I want on PHP. but then i need to renew my token and i haven't been able to do it via php yet -- -- =~=~=~=