Tracking conversions in the app using a third-party analytics service

2023-11-19 Thread Dima Kolodezner
Hi! We are developing our own service for in-app conversion analytics. A developer token was generated. However, when sending a request, we only receive data from regular Google ads (not aimed at mobile applications). As indicated in the help, you can create a connection with our server and

Using the new Google Ads API

2022-05-09 Thread Dima T
oogle-ads/api/docs/concepts/call-structure#cid; } request_id: "N-1UIzV6efOO3nI33ykweA" I am using new developer token and manager account # as login customer id. Can someone please let me know what am i doing wrong? Thank you -Dima T -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Does keyword search volume update in real time?

2020-06-19 Thread Dima Korenblyum
I see that this api provides an endpoint that I can query to get some stats about a google search keyword, particularly it's search volume (how many time have people all around the world searched for this keyword before). My question is -- how up to date is that search volume information Lets

Re: Image Ad

2019-07-02 Thread Dima
Google Ads Api Responsive Ads for Display Thanks вторник, 2 июля 2019 г., 9:40:38 UTC+2 пользователь adsapiforumadvisor написал: > > Hi Dima, > > Before proceeding, could you confirm if you are using the AdWords API > <https://developers.google.com/adwords/api/docs/guides/st

Image Ad

2019-07-01 Thread Dima
Hi! Is there an instruction or an example for creating an image ad for google dislpay? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

get campaignBudgets && google.ads.googleads.v2

2019-06-28 Thread Dima
Hi! 1) Now we have it like every campaign has unique budget object, but we have not saved them. How we can get all budgets? 2) what does update google.ads.googleads.v2 mean? do we have to update our library? Thanks a lot! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Low search volume

2019-06-26 Thread Dima
Hi! Is there a possibility through sql query ($response = $googleAdsServiceClient->search($customerId, $query, ['pageSize' => self:: PAGE_SIZE]);) to the database to get keywords with a mark (status) "Low search volume"? SELECT to what table it must be and what column? Thanks a lot! -- --

Re: logLevel

2019-06-26 Thread Dima
no, its still recording all events. we want only with isFault: 1 среда, 26 июня 2019 г., 10:55:29 UTC+2 пользователь adsapiforumadvisor написал: > > Hi Dima, > > You can find the other choices for your logging via this guide > <https://developers.google.com/google-ads/api/do

logLevel

2019-06-25 Thread Dima
Hi We are using php lib for google ads api and all credentials are saved in google_ads_php.ini here is [LOGGING] ; Optional logging settings. logFilePath = "../log/google-ads-logger.log" logLevel = "INFO" now in log file are saved info about all requests and we want only error to be stored.

quota_error => Too many requests. Retry in 16266 seconds.

2019-06-15 Thread Dima
Hi! We are using Google Ads Api and we have some problems with it: We have 1 requests quota per day to Google via API, but when we are trying to add 5000 new keywords chunked by 100 per one request we are getting error "quota_error => Too many requests. Retry in 16266 seconds." Typically we

Turning off CPC (enhanced)

2019-06-12 Thread Dima
Hi! I have a problem. When creating a campaign like: $campaign = new Campaign([ 'name' => new StringValue(['value' => $name]), 'advertising_channel_type' => AdvertisingChannelType::SEARCH, 'status' => Constants\Status::ENABLED, 'bidding_strategy_type' =>

CPC (enhanced) via php API

2019-06-12 Thread Dima
how to turn off CPC (enhanced) via api? I am creating campaings like: $campaign = new Campaign([ 'name' => new StringValue(['value' => "AI_" . $this->log->unique_id . "_" . $this->log->parameters->name]), 'advertising_channel_type' => AdvertisingChannelType::SEARCH, 'status' =>

Re: [API is DOWN] UNEXPECTED_INTERNAL_API_ERROR for all requests

2019-05-03 Thread dima
Same here. On Friday, May 3, 2019 at 8:38:50 PM UTC+3, AdWordsApiUser wrote: > > Hi Team, > > The API is down with UNEXPECTED_INTERNAL_API_ERROR for any request. > > Thanks for your help! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Smart Shopping ad assets creation

2019-04-02 Thread dima
Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum"

Re: Smart Shopping ad assets creation

2019-04-02 Thread dima
We create a blank ad, without headlines etc, i.e. without the assets from my first screenshot. We can't understand how to populate the fields, for example the headline. There is no setter like setHeadline, and no setField that receives a field enum or something. We've found only

Re: Smart Shopping ad assets creation

2019-03-30 Thread dima
Hi, Thanks for the reply. We tried it already. ShoppingSmartAdInfo shoppingSmartAdInfo = ShoppingSmartAdInfo.newBuilder().build(); Ad ad = Ad.newBuilder().setShoppingSmartAd(shoppingSmartAdInfo).build(); ShoppingSmartAdInfo doesn't have setters at all. Its builder has method

RE: Unexpected error when trying to update budgets

2019-02-15 Thread dima
I can confirm it’s resolved -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and

Unexpected error when trying to update budgets

2019-02-15 Thread dima
Last failure was 10 minutes ago, so I believe it’s working now. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Unexpected error when trying to update budgets

2019-02-15 Thread dima
Hi, About 25 minutes ago all our requests to update budgets started to fail, on hundreds of different accounts. easyle...@easyleads.com 2:47 PM (0 minutes ago) to dima AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString

Re: BatchJobs - Huge processing times since last night

2018-09-13 Thread dima
Same here. Jobs that usually take seconds need hours today. On Thursday, September 13, 2018 at 10:49:53 AM UTC+3, Thorsten Merz wrote: > > Hey there, > > since last night (8 hours ago) we started to have increasing processing > times on our batch job executions up to a point where the job takes

Re: Problem downloading PRODUCT_PARTITION_REPORT for a period above 20 days

2018-05-23 Thread dima
Hi, Seems like I solved it by increasing the timeout in api.adwords.reportDownloadTimeout in the ads.properties file. Thanks On Tuesday, May 22, 2018 at 7:56:51 PM UTC+3, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Dima, > > Yes, I did try DURING 20180401, 2018

Re: Problem downloading PRODUCT_PARTITION_REPORT for a period above 20 days

2018-05-22 Thread dima
, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi Dima, > > I was able to run a report successfully against the same client customer > id, using the same query that you have shared. Could you please let me know > the details of the error that you get with screenshots if pos

Problem downloading PRODUCT_PARTITION_REPORT for a period above 20 days

2018-05-21 Thread dima
Hi, I'm trying to download a PRODUCT_PARTITION_REPORT with Date segment for a period of 42 days and it fails constantly. By using the trial and error method I've figured out that the report fails for any period starting before May 1, i,e. during 20180501, 20180520 succeeds, but

Undocumented exception trying to change budget

2018-04-23 Thread dima
Hi, I can't update a couple of budgets of one of our customers (I have only a refresh token), it fails with an undocumented error BudgetError.BUDGET_AMOUNT_MUST_BE_UNSET_FOR_BUDGET_PERIOD_CUSTOM, at least I couldn't find it. What does it mean? Thanks [http-bio-5050-exec-7] WARN

Re: Getting a second token with readonly access

2017-09-14 Thread dima
Ok, I see. Maybe you are going to add this scope? The lack of it really impacts reporting tools, it's much harder to convince customers to grant managing permissions rather than read-only permissions, they feel much less secure. Thanks On Wednesday, September 13, 2017 at 10:41:54 PM UTC+3,

Re: Getting a second token with readonly access

2017-09-13 Thread dima
Hi, We with Assaf are co-workers (well, he is my manager), I think you didn't understand the question correctly (or we don't understand the answer). In genera, our company provides services to AdWords users via API. Before a customer can start working we ask him to grant us a refresh token

Retrieving Search Lost IS (rank) for Product Groups

2017-08-15 Thread dima
Hi, In the GUI I can see Impr. Share and Search Lost IS (rank) per product groups of shopping campaigns. How can I get the Lost IS (rank) data via API? For all the other metrics (including Impr. Share) we use PRODUCT_PARTITION_REPORT, but it's missing the Search Lost IS (rank) field.

Re: Strange behavvior of RateExceededError.RATE_EXCEEDED

2017-07-27 Thread dima
, 2017 at 10:39:45 PM UTC+3, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Dima, > > Could you please confirm the version of the Java client library > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-

Re: Missing GclIds in CLICK_PERFORMANCE_REPORT

2017-07-26 Thread dima
I checked 90 days back (maximum that CLICK_PERFORMANCE_REPORT allows). There are tens of GclIds missing. On Wednesday, July 26, 2017 at 9:35:56 AM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > I think it's because the GCLIDs are recorded based on the impression

Re: Missing GclIds in CLICK_PERFORMANCE_REPORT

2017-07-26 Thread dima
Got it, thanks! What about the original issue? Can you check for some GclId samples why they aren't returned in CLICK_PERFORMANCE_REPORT? On Tuesday, July 25, 2017 at 11:45:31 AM UTC+3, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello, > > Sorry for making you wait for a long

Strange behavvior of RateExceededError.RATE_EXCEEDED

2017-07-25 Thread dima
Hi, A week ago we migrated from v201609 to v201705 and since then our handler of RATE_EXCEEDED stopped working. We followed the migrate guides of both v201702 and v201705 and didn't notice any remind of this change. Our code that worked for a long time: if(e instanceof ApiException){ for

Re: Missing GclIds in CLICK_PERFORMANCE_REPORT

2017-06-15 Thread dima
Checked performance of June 12. ACCOUNT_PERFORMANCE_REPORT returns Clicks=991, InvalidClicks=102. CLICK_PERFORMANCE_REPORT returns 2306 unique GclIds for that day. How can it be? On Thursday, June 15, 2017 at 12:48:21 PM UTC+3, di...@easyleads.com wrote: > > Hi, > > I have 204 GclId of some

Missing GclIds in CLICK_PERFORMANCE_REPORT

2017-06-15 Thread dima
Hi, I have 204 GclId of some account that brought a conversion yesterday. Above 95% occurred during the last 5 days, but I was able to find only 40 (i.e. less than 20%) GclIds (by iteration CLICK_PERFORMANCE_REPORT day by day for the last 90 days).. We save the click date and also have a

Re: BatchJob runtime performance issue

2017-03-27 Thread dima
Thank you! On Monday, March 27, 2017 at 9:47:21 PM UTC+3, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > The team has determined that the issues at this time were transient and > that everything should be going smoothly again now. I apologize for the > inconvenience. > > Please make

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-27 Thread dima
Yes, this what I did in line: _customerExtensionSettingService.RequestHeader.clientCustomerId = customerId; the code snippet I posted is working example that I wrote, I posted it here as an example if some one will look for solution On Monday, March 27, 2017 at 9:03:10 AM UTC+3, Ivan Bautista

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-26 Thread dima
Hi, Thank you for assistance, this is code snippet that I wrote for adding call out extension for account: public CustomerExtensionSettingReturnValue SetAccountCallOutExtention(string customerId, string calloutText) { CustomerExtensionSettingService

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-23 Thread dima
Hi, the problem with CustomerExtensionSettingService that I can't find where customerId can be set ? I need to set callout extension for specific customer and not for all ManagedCustomers under

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-21 Thread dima
Hi, Can you advise how to make callout extensions can be added on account level ? On Friday, January 13, 2017 at 12:33:32 AM UTC+2, Matthew Wawrin wrote: > > Hi, > > You can use the AdGroupExtensionSettingService similar to how the document > you reference uses the

Re: Callout extensions: Ad group extension and Ad group extension

2017-03-21 Thread dima
Implementation according to your answer: public AdGroupExtensionSettingReturnValue CreateAccountCalloutExtension(long adGroupId, string calloutText) { AdGroupExtensionSetting adGroupExtensionSetting = new AdGroupExtensionSetting { adGroupId =

Re: BatchJob runtime performance issue

2017-03-13 Thread dima
Great. Is there "rule of thumb" on number of operations that is better to execute directly via the service? Thank you! On Monday, March 13, 2017 at 5:55:18 PM UTC+2, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > In case you need only a few operations per customer, you can send the >

Re: BatchJob runtime performance issue

2017-03-13 Thread dima
Hi, I group operations of the same customer. The problem is that we manage hundreds of customers and as far as I know I can't group their operations in one job (because I can't specify multiple customers/credentials in the session). But the real problem is that there is a severe degradation

Re: BatchJob runtime performance issue

2017-03-12 Thread dima
Hi, Sorry for the delay. All jobs succeed, but some of them take a lot of time. These jobs are from last two hours (size is number of operations in job). I understand that due to sleep actual time may be less (for example 300 seconds instead of 500), but it's still seems for me too long.

Re: BatchJob runtime performance issue

2017-03-06 Thread dima
Another job, running right now: Sleeping 2 seconds... Batch job ID 455533540 has status 'ACTIVE'. Sleeping 4 seconds... Batch job ID 455533540 has status 'ACTIVE'. Sleeping 8 seconds... Batch job ID 455533540 has status 'ACTIVE'. Sleeping 16 seconds... Batch job ID 455533540 has status 'ACTIVE'.

BatchJob runtime performance issue

2017-03-06 Thread dima
Hi, Our software manages customers budgets and as result it performs a lot of BudgetOperations, thus the performance is critical. I just had a job that updates budgets/delivery methods of 15 campaigns and it took several minutes. Am I doing something wrong? Thanks Job ID is 455295008

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
Hi, Just sent Sreelakshmi Sasidharan an example of http request that I ran 10 times - 4 times got access token and 6 times the invalid grant error. This is a critical issue for us, so in case Sreelakshmi isn't available now - please somebody check it. On Thursday, February 23, 2017 at

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
No, still fails from time to time. Currently I have only phone, can send a request in several hours. I think there is an issue on your side. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: invalid_grant error suddenly happening after 18 months of stable server side code

2017-02-23 Thread dima
Same thing here. A long running code stopped working several hours ago due to this error, but now it seems to work again. With the same refresh tokens. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Can't update budget of App install campaign

2017-01-18 Thread dima
Hi, In the past I remember we had issues updating a budget of Video campaigns, but it worked on App install campaigns. I'm mistaken? The response I get: - -http://www.w3.org/2001/XMLSchema-instance;> operations[0] AdSubProductTypeGroup = MULTIPLE_MOBILE_APP

Callout extensions: Ad group extension and Ad group extension

2017-01-12 Thread dima
How can I create callout extensions as Ad group extension or/and Ad group extension I can create callout extensions in Campaign extension level according to example: https://developers.google.com/adwords/api/docs/guides/extension-settings#callout_extensions but I can't find how can it be

Geographical Targeting Language

2016-11-27 Thread dima
I would like to get list of all available geographical targets using API in specific language, for example I would like to get list of geographical targets names or Canonical Name in Russian. Can I do it ? and how -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Unclear error message

2016-10-31 Thread dima
Hi, By mistake I've requested SearchImpressionShare (just two fields are enough - Id, SearchImpressionShare) in AD_PERFORMANCE_REPORT, which is not supported. The problem is that there is a bug in the error message, it doesn't display the problematic fields, while it works OK with other

Invalid XML

2016-10-19 Thread dima
Hi, For several accounts I get a bad formatted XML, it happens only for one row (I think random) in the report. I'm using v201605 and can't upgrade to later version since we still use Converted Clicks. I'm downloading CAMPAIGN_PERFORMANCE_REPORT with the following columns:

ACCOUNT_NOT_SET_UP

2016-09-04 Thread dima
Hi, We asked our customer to allow us an access via the OAuth protocol. We do it successfully with many customers, but for this one it fails with CustomerError.ACCOUNT_NOT_SET_UP. According to the documentation it means "CustomerService cannot get

Re: Mutate ad group mobile bid adjustment in a single request

2016-06-16 Thread dima
Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed

Mutate ad group mobile bid adjustment in a single request

2016-06-15 Thread dima
Hi, I can't find a way to update mobile bid adjustment of ad group in single mutate operation. First of all I read the current bid adjustment using AdGroupBidModifierServiceInterface. I get a value which is defined on ad group level, and if it's undefined I get a value of campaign level.

Re: Create campaign with topics

2016-05-20 Thread dima
Hi, Can You please write example that shows where I cat set: path = new[] {"Hobbies & Leisure", "Outdoors", "Hiking & Camping"}; I need an code example that shows how can I set adgroup topics through API Thank You. On Thursday, May 19, 2016 at 9:28:20 PM UTC+3, Peter Oliquino wrote: > > Hi, > >

Create campaign with topics

2016-05-19 Thread dima
how to create campaign with topics ? when I am creating campaign like described: https://developers.google.com/adwords/api/docs/first-request I want to add topics: Vertical vertical = new Vertical(); vertical.path = new[] {"Hobbies & Leisure", "Outdoors", "Hiking &

how to include includeZeroImpressions in header

2016-04-17 Thread dima
According to adwords api new version includeZeroImpressions was removed: "The includeZeroImpressions field in ReportDefinition is removed. Use the HTTP header to include zero impressions in your report results

CANNOT_CHANGE_BUDGET_ON_CAMPAIGN_WITH_TRIALS

2016-04-03 Thread dima
Hi, I'm getting some strange error when trying to update budgets. Can't find this error in the documentation and Google returns 0 search results... What does it mean? 3 Apr 2016 19:06:39 GMTAxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString:

Failed to download batch job mutate response

2016-03-30 Thread dima
Hi, Hi, I have some issues with the new BatchJobMutate. Found similar issues, but with other reasons (e.g. 503 Service Unavailable). My stack: com.google.api.ads.adwords.lib.utils.BatchJobException: Failed to download batch job mutate response from URL:

Reaching Time Lag and other Attribution reports

2016-03-21 Thread dima
Hi, Can I reach Attribution reports (Time Lag, Path Length etc) via API (Java)? If not, are there any plans to support it? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Issues modifying targets bids adjustments for Display campaign

2016-02-22 Thread dima
Hi, In the AdWords I'm able to set bid adjustments for Placements, Topics, Interests and Demographics - http://oi68.tinypic.com/33z2o12.jpg But I can't figure out how to modify it via API. I didn't find an example, so I assumed that since all the targets are Criterions just like Mobile I can

Changing email shown in change history

2016-01-17 Thread dima
Hi, We perform changes on behalf of other PPC person, who granted us a permission via OAuth protocol (using refresh and access tokens instead of our token), but in the Change History of the AdWords GUI our email is displayed. Can we somehow force it to register the changes on the email of the

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-09 Thread dima
Just to let you know - since yesterday the original query started to perform like before, 3-4 seconds instead of 40-50 seconds during Wednesday-Thursday. On Wednesday, January 6, 2016 at 9:59:14 AM UTC+2, di...@easyleads.com wrote: > > Hi, > > We encounter a heavy performance issue with

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-07 Thread dima
After some investigation we've figured out that the degradation is caused by competitive metrics. Query: SELECT Device, AdNetworkType1, Date, Impressions, Clicks, Cost, ConvertedClicks, AveragePosition FROM ACCOUNT_PERFORMANCE_REPORT DURING 20001101, 20160106 5333 rows retrieved in 4.56

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-07 Thread dima
The during condition is a workaround for all time, since AWQL requires to specify a during period (otherwise an error QueryError.DATE_COLUMN_REQUIRES_DURING_CLAUSE is thrown) we specify there a range since AdWords exists till today. We are expecting to get "--" in the competitive metrics

Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-05 Thread dima
Hi, We encounter a heavy performance issue with ACCOUNT_PERFORMANCE_REPORT on one of our accounts. We understand that the query isn't the simplest in terms of complexity, but the response time is reasonable for several hundreds of accounts we tested. Query 1 (last year): SELECT Device,

Re: Converted Clicks are missing in Final Url Report

2015-12-10 Thread dima
Great, thank you. On Wednesday, December 9, 2015 at 9:38:56 PM UTC+2, Anthony Madrigal wrote: > > Hi, > > Thanks for your concern. Fortunately, this a request that we are working > on and it should be available in a future version of AdWords API. > > Cheers, > Anthony > AdWords API Team > --

Converted Clicks are missing in Final Url Report

2015-12-09 Thread dima
Hi, We would like to get Converted Clicks in Final Url Report, but it's missing there. In general, I think you have some kind of inconsistency here. Display URL: both in API and Adwords GUI (Dimensions -> Destination URL) you can get Conversions and Converted clicks metrics. Final URL: in API

Re: API calls fail with 403 error

2015-12-07 Thread dima
Thanks, we "fixed" it. The server location was mistakenly identified as Syria (we've seen it in Google Maps), while it's located in Tel-Aviv. We changed the ip and now it's working. Thank you again. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: API calls fail with 403 error

2015-12-05 Thread dima
Well, now I see that it's probably not an Adwords issue. I can't log in into Gmail as well Unable to sign in from this country You appear to be signing in from a country where Google Apps accounts are not supported. The server is located in Israel and it never had any restrictions. We have

API calls fail with 403 error

2015-12-05 Thread dima
Hi, All our requests fail with 403 error. *403.* That’s an error. Your client does not have permission to get URL / from this server. That’s all we know. We can't even get to adwords.google.com. Is it some kind of block? How can we check it? Thanks -- --

Re: Problem getting Label name

2015-12-03 Thread dima
Thanks. Stupid mistake of mine. On Wednesday, December 2, 2015 at 11:55:54 PM UTC+2, Anthony Madrigal wrote: > > Hi, > > When using the SelectorBuilder, each time you use *.fields, *it overrides > the previous one, so in your case the Id is overriding the Name field. Some > fields, such as

Problem getting Label name

2015-12-02 Thread dima
Hi, I can't get LabelName, it's returned as null. I'm using java library v201509 LabelServiceInterface labelService = adWordsServices.get(adwordsSession, LabelServiceInterface.class); Selector selector = new SelectorBuilder() .fields(LabelField.LabelName) .fields(LabelField.LabelId)

UAC (Universal app campaigns) support in the API

2015-10-28 Thread dima
Hi, Some of our clients started creating UAC campaigns and we can't seem to retrieve performance data about those using the ADGROUP_PERFORMANCE_REPORT adhoc report. Is there official support planned for this in the API? could you share any ETA? Thanks! -- --

Re: How can I update Managed Customer name with api ?

2015-08-25 Thread dima
Ok, Thank You. On Tuesday, August 25, 2015 at 6:46:27 PM UTC+3, Umesh Dengale wrote: Hello, Yes, you are correct.The ManagedCustomerService https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService support only Add operator. The AdWords API does not support

Re: How can I update Managed Customer name with api ?

2015-08-25 Thread dima
According to ManagedCustomerService https://developers.google.com/adwords/api/docs/reference/v201506/ManagedCustomerService documentation mutate only supports ADD operator, so how can update exist customer ? (I tried to mutate this SET operator but got error) this example of code I run:

How can I update Managed Customer name with api ?

2015-08-23 Thread dima
How can I update Managed Customer name with api ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Some keywords with zero impressions are missing in KEYWORDS_PERFORMANCE_REPORT

2015-07-10 Thread dima
Hi, We run the following AWQL to get a relevant keywords statistics for specific day (May 10th in this example): SELECT Id, AdNetworkType1, Status, Device, CampaignId, CampaignName,CampaignStatus, AdGroupId,AdGroupName,AdGroupStatus, KeywordText, Impressions, Ctr, CpcBid,

Google Ad-Words API - ad extention link for mobile

2015-06-08 Thread dima
During adding site links to campaign feed, I would like to set device preference for mobile to be checked. How can I do it with ad words API ? *platformOperand.stringValue = Mobile;//it also can be set for Desktop* I tried to do it like this: ConstantOperand platformOperand = new

Re: Suggested bid from the Keyword Planner

2015-05-17 Thread Dima Bikov
/adwords/api/docs/guides/traffic-estimator-service Cheers, Raghavendra, AdWords API Team. On Saturday, May 9, 2015 at 7:54:34 AM UTC-4, Dima Bikov wrote: Hi, I see you can use the Keyword Planner UI to get a *suggested bid* for a certain keyword (see here https://support.google.com

Suggested bid from the Keyword Planner

2015-05-09 Thread Dima Bikov
Hi, I see you can use the Keyword Planner UI to get a *suggested bid* for a certain keyword (see here https://support.google.com/adwords/answer/3022575?hl=en). Is there a way to get the same information programmatically using the Adwords API? I was thinking about the Traffic Estimator

Re: Segmenting campaign performance by OPERATING_SYSTEM_VERSION

2015-04-16 Thread dima
Thanks Josh! So if I'm understanding correctly your'e saying there is no API/Report which exposes campaign performance segmented by operating system? Surely you have this info on your side since you have the user-agent (and other identifiers) of each impression, is there a plan to expose this

Segmenting campaign performance by OPERATING_SYSTEM_VERSION

2015-04-15 Thread dima
Hi, I'm using the CAMPAIGN_PERFORMANCE_REPORT adhoc report and I'd like to get campaign stats segmented by the OS (eg. Android or iOS), I can segment by Device but that I need more granularity. Is there a way to achieve that? I've tried querying the CRITERIA_PERFORMANCE_REPORT report and

Traffic Estimator question

2015-04-14 Thread Dima Bikov
I'm trying to use the traffic estimator in order to get estimations for various keywords' average CPC. I've noticed that I get different results in the following cases: 1. If I create a keyword estimate request with a single keyword, say keyword a, and then an ad group estimate request,

Re: AuthenicationError.NOT_ADS_USER - but only for single report type.

2015-03-09 Thread dima
Hi, We also started experiencing this issue a few days ago for all of our clients, please fix this. Meanwhile, is there an alternative geo report that can be pulled that can be used to breakdown campaign performance per country? On Saturday, March 7, 2015 at 7:24:03 PM UTC+2, Alex Jones wrote:

get Campaign Total Cost (PHP)

2014-12-09 Thread Dima Taras
Hi! I have just putted the API to my server and it returns nothing. Like just a blank page although I think I should fill some auth info (but I didn't) I need to get just total cost of a campaign by id (or anything I could get from adwords dashboard) Is there any simple way to do this like