historicalMetricsOptions in KeywordIdeas doesn't work

2021-06-30 Thread Vadim
Hello, I am trying set the date range for KeywordIdeas as stated in the documentation (PHP) https://developers.google.com/google-ads/api/rest/reference/rest/v8/HistoricalMetricsOptions: $requestOptionalArgs['historicalMetricsOptions'] = new HistoricalMetricsOptions([ 'yearMonthRange' => new

Conversions fields dont work

2021-05-26 Thread Vadim Nemchenko
Hello, Earlier I had the following query in AWQL - SELECT AccountDescriptiveName,AccountTimeZone,AdGroupId,AdGroupName,ConversionTrackerId,AdNetworkType1,AdNetworkType2,CampaignId,CampaignName,CampaignStatus,CountryCriteriaId,Conversions,CostPerConversion,Date FROM GEO_PERFORMANCE_REPORT

Re: Empty report data from Google AdWords Api

2020-10-19 Thread Vadim Nemchenko
hm, seems i don't have permission to do that it is grayed out (i have mailto configured) On Monday, October 19, 2020 at 6:50:16 PM UTC+3 adsapiforumadvisor wrote: > Hi Vadim, > > Thank you for reaching out. Could you please share the complete request > and response logs along wit

Empty report data from Google AdWords Api

2020-10-19 Thread Vadim Nemchenko
Hi, Recently, I have faced the issue with downloading report data from API We have a script from Google Ads Team running in Bulk Actions. It gets data from GEO_PERFORMANCE_REPORT using such a query SELECT

Re: adWords API vs ads api - keywords performance report

2019-04-29 Thread vadim
Hello, This is a different issue, but with accounts related problem we are already finished the discussion. I need the answers regarding keywords, not accounts. On Monday, April 29, 2019 at 9:00:15 AM UTC-5, googleadsapi-forumadvisor wrote: > > Hello, > > @Vadim: I see that yo

adWords API vs ads api - keywords performance report

2019-04-26 Thread vadim
ay within same performance rates like in old API? Regards, Vadim -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are s

Ads API vs AdWords API - difference in accounts

2019-04-25 Thread vadim
Hello, I'm really disappointed. Around a week I'm fighting to get correct information regarding accounts under specific MCC using new API. Could someone explain what is the status of new API, is it still BETA or it's RELEASE already? When I'm using old API ManagedCustomerService with selector

Re: Get accounts associated to manager account in Google Ads API

2019-04-25 Thread vadim
Hi Anthony, I'm wondering that you have an mistake in explanation. Using CustomerClientService possible just to retrieve only one CustomerClient. In order to retrieve all

Re: searching Customers using google ads

2019-04-24 Thread vadim
Hi, as I understand many of us have the same problems. Could you please add to the CustomerClient * Clients Name* and *canManageClients* property? And same properties to CustomerClientLink... Thanks On Wednesday, April 24, 2019 at 9:16:32 AM UTC-5, googleadsapi-forumadvisor wrote: > > Hello

ListAccessibleCustomers

2019-04-18 Thread vadim
Hello, I'm trying to get all my accounts . As I understand I should use the service google.ads.googleads.v1.services.CustomerService.ListAccessibleCustomers, but it always return only root mcc. What i'm doing wrong? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

API sunset

2018-06-28 Thread vadim
Hello, we received an email Dear AdWords API Developer (MCC ID xxx), You’re receiving this message because your AdWords API Developer account submitted 15.7% of your API requests to an outdated API version within the past seven days. *AdWords API v201710 has been deprecated and will stop

Re: Disable info SOAP logs

2017-12-24 Thread Vadim Detkov
inside that google client kit , that can't be edited by application that using it. Is there another solution that you aware of to override this property by application that using your jar ? On Friday, December 22, 2017 at 7:26:58 AM UTC+2, Vincent Racaza (AdWords API Team) wrote: > > Hi Vadim,

Disable info SOAP logs

2017-12-21 Thread Vadim Detkov
Hi, We are using adWordsServices AdwordsUserListServiceInterface for audiences download in JAVA. There is a lot of SOAP logs printed from com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger in INFO level , that cause a storage issues. Please update how we can move the

Using TargetingIdeaService and with using Criterion "platform"

2017-10-02 Thread Vadim Sky
Hi, I want to get the "search volume" with using TargetingIdeaService and with using Criterion "platform" https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService.Platform but in googleads-php-lib/src/Google/AdsApi/AdWords/v201708/cm/ there is no such class.

TargetingIdeaService with Criterion "platform"

2017-10-02 Thread Vadim Sky
Hi, I want to get the Search Volume with using TargetingIdeaService with Criterion "platform" https://developers.google.com/adwords/api/docs/reference/v201708/TargetingIdeaService.Platform but in googleads-php-lib/src/Google/AdsApi/AdWords/v201708/cm/ there is no such class. Tell me, please,

Re: Get all account TextAds via API

2016-08-10 Thread Vadim Galanov
Hi Anthony, thanks for your reply. I just found that my API version (201601) is deprecated so maybe this is the problem. I'll try to migrate to the newest version and check my issue. Thanks! среда, 10 августа 2016 г., 20:56:47 UTC+3 пользователь Anthony Madrigal написал: > > Hi

Get all account TextAds via API

2016-08-10 Thread Vadim Galanov
HI all, I'm trying to get All ads from my Adwords account via the API (PHP). I'm using *AdGroupAdService:* $adGroupAdService = $user->GetService('AdGroupAdService', self::ADWORDS_VERSION); $selector = new Selector(); $selector->fields = [ 'Headline', 'Id', 'CreativeFinalUrls',

Re: Using the Adwords API PHP Library with Laravel 4

2015-11-17 Thread vadim
Did you ever ended up using Laravel 5 with this API can you share your usage On Wednesday, December 17, 2014 at 6:32:19 PM UTC+2, Sunny Rangnani wrote: > > Hi Danial, > > Thank you for the prompt reply, and no i do not believe any modifications > are required to the API at this moment. I did get

Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-10-01 Thread Vadim Dribinsky
So, basically it looks like I should take the custom parameters out of the FinalUrl and use the combination of trackingUrlTemplate and urlCustomParameters? On -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Vadim Dribinsky
Here's an example of the value I'm sending for FinalUrls: 'http://www.auto-price-finder.com/welcome?id={ifnotmobile:186523874426}{ifmobile:186523874447}={creative}=Chrysler={matchtype}={device}={network}={adposition}=2014' -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Marshaling FinalUrls field in BiddableAdGroupCriterion object after upgrading an account

2015-09-30 Thread Vadim Dribinsky
I'm trying to update Keyword bids and after migration of the account to use FinalURL instead of Destination URL, I'm unable to get the API to work. I keep getting this Fault: Unmarshalling Error: cvc-complex-type.2.3: Element 'ns0:finalUrls' cannot have character [children], because the type's

KeywordText when pulling Keywords Performace report

2015-09-14 Thread Vadim Dribinsky
', 'dateRangeType': 'CUSTOM_DATE', 'selector': {'fields': ['CampaignName', 'AdGroupName', 'Id', 'KeywordMatchType', 'Clicks', 'Impressions', 'QualityScore'], 'dateRange': {'max': '20150418', 'min': '20150418'}}} Same question for Campaign Negative Keywords Performance Report Vadim Dribnksy

Re: GetTargetingIdeaService stopped working

2010-07-04 Thread Vadim Drabkin
Hi Rich. Thanks for your quick reply. What value should I use instead of clientId ? You are talking about auth.ini right ? The following two lines: ; Uncomment to make requests against a client account. ; clientId = INSERT_CLIENT_EMAIL_OR_CUSTOMER_ID_HERE So, if the email I use is vadim