Re: Can I change the bid for all keywords at once?

2019-08-08 Thread Mahir Sümer
I want to increase bids for all ad group keywords by 5% in just one transaction. Which service should I use and how should I use it? Is there any sample. 7 Ağustos 2019 Çarşamba 17:24:28 UTC+3 tarihinde Mahir Sümer yazdı: > > Hi, > > Can I change the bid (at a certain rate for exa

Can I change the bid for all keywords at once?

2019-08-07 Thread Mahir Sümer
Hi, Can I change the bid (at a certain rate for example 5%) for all keywords at once with AdWords API (v201809)? But not the ad group. All words from that ad group. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~

Can I change the bid for all keywords at once?

2019-08-07 Thread Mahir Sümer
Hi, Can I change the bid for all keywords at once with AdWords API (v201809)? But not the ad group. All words from that ad group. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Updating the minimum required PHP versions for the Google Ads API client library for PHP (AdWords and Ad Manager)

2019-02-25 Thread mahir
Hi, Will existing versions continue to support 5.6? (V201809) 20 Şubat 2019 Çarşamba 20:14:17 UTC+3 tarihinde googleadsapi-forumadvisor yazdı: > > Hello AdWords API and Google Ad Manager API PHP developers! > > This is a gentle reminder that we’ll update the minimum required PHP > version for

How can i reach Google Ads campaigns with Google Login

2018-12-09 Thread mahir
Hi, I want to access any client's Google ad account using PHP. I tried this but I'm getting the error: require 'autoload.php'; use Google\Auth\OAuth2; use Google\AdsApi\AdWords\AdWordsServices; use Google\AdsApi\AdWords\AdWordsSessionBuilder; use Google\AdsApi\AdWords\v201809\cm\CampaignService;

Could not connect to host error

2018-09-25 Thread mahir
Hi, We're getting this error from the API for about 12 hours. Is it about us or Google? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

How can i activate cancelled account with API

2018-07-02 Thread mahir
Hi, I want to activate cancelled accounts with API? Which service should I use? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are s

How to get account status?

2018-06-25 Thread mahir
Hi, How can i get account status with API? Like ACTIVE, INACTIVE, CANCELLED etc. But just get. I don't want any mutate operation. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

2018-06-05 Thread mahir
Hi, I want to move account to other MMC with MoveOperation. But give an error: ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME -- PHP Start -- $managedCustomerService = $adWordsServices->get($session, ManagedCustomerService::class); $moveOperation = new MoveOperation(); $moveOperation->se

How can i set cross-device conversions on account

2017-09-29 Thread mahir
Hi, I want to activate cross-device conversions on an account. Which service should i use? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~

Getting same results on QualityInfo variables

2012-05-11 Thread Mahir Sumer
Hi, When i query the variables (isKeywordAdRelevanceAcceptable, isLandingPageQualityAcceptable, isLandingPageQualityAcceptable) below, it always returns 1 but in adwords dashboard, the result may be different. What is the reason for that? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~