General Google Oauth2 confusion ('invalid_grant' when exchanging authorization code)

2022-06-23 Thread Dmitry M
Team, After Google blocked the 'less secure apps' access to Gmail and such I'm trying to rewrite my client code to use Google's OAuth2 API. But I'm stuck w/the notorious 'invalid_grant' issue. Here, pay attention: this is about the very 'second' step - exchanging authorization code to the token

Re: Permission Denied

2022-04-28 Thread 'Dmitry Trager' via Google Ads API and AdWords API Forum
Please, confirm that you've received my private response On Wednesday, April 27, 2022 at 10:55:00 PM UTC+4 adsapi wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > To investigate the issue further, could you please provide the complete > request >

Re: Permission Denied

2022-04-27 Thread 'Dmitry Trager' via Google Ads API and AdWords API Forum
We are using *google-ads-ruby <https://github.com/googleads/google-ads-ruby> *by the way. On Wednesday, April 27, 2022 at 9:35:35 AM UTC+4 Dmitry Trager wrote: > After switching from AdWords API to Google Ads API we started to get a lot > of error for our clients: &g

KeywordPlanServiceClient.generateForecastMetrics: Internal error

2022-03-10 Thread Dmitry
When calling KeywordPlanServiceClient.generateForecastMetrics(keywordPlan), we’re getting the following internal error without any useful information to find the cause: *GenerateForecastMetrics, Endpoint: googleads.googleapis.com:443, CustomerID: null, RequestID: aFvHVyQ7JJPsfpwB2E8W6Q, Respo

Re: Add many keywords to the ad group via one request

2022-02-20 Thread Dmitry Shvetsov
customer_id=customer_id, operations=ad_group_criterion_operations, ) ) On Saturday, February 19, 2022 at 11:53:40 PM UTC+3 Dmitry Shvetsov wrote: > Hello! > Using this example > > https://github.com/googleads/google-ads-python/bl

Add many keywords to the ad group via one request

2022-02-19 Thread Dmitry Shvetsov
Hello! Using this example https://github.com/googleads/google-ads-python/blob/c0b02a2a3ee444e5e6a105417e6ffcdba27e7674/examples/basic_operations/add_keywords.py I can add to the ad group only one keyword via one API request. How to create many keywords using one API request? PS I'm creating ad g

Google Ads API Invoices: a way to retrieve 'Automatic payment' based invoices

2022-01-25 Thread Dmitry Savchenko
Hello, For a business purpose, we need to retrieve a list of invoices through Google Ads API but in the documentation prerequisites there is a demand for a linked payment method to be 'Monthly invoicing'. When we try to retrie

Re: How to get keyword seed in KeywordPlanIdeaService

2022-01-22 Thread Dmitry Shvetsov
Hi! Do you mean I should send you a request id manually by email? If not, could you provide me with a code example in Python3 how to retrieve it programmatically? PS My application creates thousands of ad groups. Each keyword seed is a separate ad group. That's why I have to request each keyword s

Re: How to get keyword seed in KeywordPlanIdeaService

2022-01-16 Thread Dmitry Shvetsov
I can get idea.text, idea.keyword_idea_metrics.avg_monthly_searches. I'd like to get something like idea.keyword_seed On Saturday, January 15, 2022 at 11:32:46 PM UTC+3 Dmitry Shvetsov wrote: > Hi! > I'm using > > https://github.com/googleads/

How to get keyword seed in KeywordPlanIdeaService

2022-01-15 Thread Dmitry Shvetsov
Hi! I'm using https://github.com/googleads/google-ads-python/blob/310a488b6fdad9d5beea8fa4b166edce779a2511/examples/planning/generate_keyword_ideas.py to get keywords ideas. That example returns ideas texts, it's search volume and competitive level. How to get my keyword which I provided as a see

Re: create campaign on behalf of other user account

2021-12-07 Thread Dmitry Serkin
It works very well. Thank you! On Tuesday, December 7, 2021 at 10:01:41 AM UTC-8 adsapi wrote: > Hello Dmitry, > > Thanks for reaching out to the Google Ads API support. Yes, it is possible > once you have access to the account after sending the invitation > <https://dev

create campaign on behalf of other user account

2021-12-06 Thread Dmitry Serkin
Hello! I am confused with Google Ads API usage. Can it be used to create/manage ads campaigns on behalf of other google ads account. Assume they auth using oauth2 scheme. So far I was able to read information from other accounts, but never write (create campaign, budget, etc). E.g. campaign cre

Google Ads API does not support ATOP/TOPR insights at the hourly-adgroup level

2021-09-08 Thread Dmitry Rassakhatsky
Hi Team, I'm working on a migration from AdWords API to Google Ads API and I found an issue while trying to pull AdGroup level performance data (absolute_top_impression_percentage and top_impression_percentage) on an hourly level. AdWords API allows to pull AdGroup Performance data at an hourly

Re: incompatible combination of HourOfDay and AllConversionValue

2021-06-23 Thread Dmitry Shofman
, " + "segments.date, " + "segments.hour " + "FROM ad_group " + "WHERE segments.date DURING LAST_30_DAYS AND metrics.all_conversions>0"; Thanks On Thursday, May 13, 2021 at 10:33:14 PM UTC+3 adsapiforumadvisor wrote: > Hi Dmit

Re: incompatible combination of HourOfDay and AllConversionValue

2021-05-13 Thread Dmitry Shofman
I understand. Is this going to be supported in the new Google Ads API? Is this already supported? Thanks On Thursday, May 13, 2021 at 4:23:15 PM UTC+3 adsapiforumadvisor wrote: > Hi Dmitry, > > Thank you for reaching out. If you check the compatibility for HourOfDay

incompatible combination of HourOfDay and AllConversionValue

2021-05-13 Thread Dmitry Shofman
Hi, A combination of HourOfDay and AllConversions is compatible both via UI and API. A combination of HourOfDay and AllConversionValue is compatible on UI, but fails via API. I don't understand the rationale behind. This data is known and is shown on the UI, why to limit it via API? Can this

New unsupported combinations in the reports - AdWords API v201809

2021-03-24 Thread Dmitry Shofman
Hi, Yesterday we suddenly started receiving exceptions in a code that worked for years. For example this query: SELECT ConversionTypeName, Conversions, CostPerConversion FROM ACCOUNT_PERFORMANCE_REPORT DURING TODAY Fails with exception HTTP Response Code: 400, FieldPath: ConversionTypeName, Tr

Re: Parentheses in selector predicates

2020-10-12 Thread &#x27;Dmitry Trager' via AdWords API and Google Ads API Forum
Any updates on this? On Monday, August 17, 2020 at 10:43:31 PM UTC+3 adsapiforumadvisor wrote: > Hi Dmitry, > > Thanks for this info. I'll take a look and let you know what we find. > > Regards, > > Anthony > Google Ads API Team > &g

Re: Ad Performance Report missed data when CriterionId is included

2020-09-07 Thread &#x27;Dmitry Kozyrev' via AdWords API and Google Ads API Forum
0200818&__fmt=CSV" \ https://adwords.google.com/api/adwords/reportdownload/v201809 This query returns total Conversions = 19. But when I remove CriterionId from the fields, total Conversions become 268 (and this value matches the UI). (I also asked the customer for the permission

Re: Parentheses in selector predicates

2020-08-17 Thread &#x27;Dmitry Trager' via AdWords API and Google Ads API Forum
ot;(UMZU)" part, results became predictable again. On Tuesday, August 11, 2020 at 7:18:23 PM UTC+3 adsapiforumadvisor wrote: > Hi Dmitry, > > The parentheses should not cause issues with your request. Can you please > send me the full request and response so I can further check whether

Re: Parentheses in selector predicates

2020-08-10 Thread &#x27;Dmitry Trager' via AdWords API and Google Ads API Forum
Not sure I understand correctly. But why it should be escaped? Do you want to say that there is no way to use parentheses directly in filter? On Monday, August 10, 2020 at 11:59:36 PM UTC+5 adsapiforumadvisor wrote: > Hi Dmitry, > > It doesn't look like parentheses can be e

Parentheses in selector predicates

2020-08-06 Thread &#x27;Dmitry Trager' via AdWords API and Google Ads API Forum
Say I use *AdGroupCriterionService* and make request with predicates in selector. I've just found that when my predicate is like *{:field=>"CampaignName", :operator=>"CONTAINS", :values=>["ED Supplements - US/CAN/AUS/NZ (UMZU)"]}* request does not go properly. Looks like this is b/c of parenthe

Re: Problem with INVALID_CONVERSION_TYPE

2020-07-13 Thread Dmitry Mukhach
Yes, today was 2 conversion and they were successfully uploaded! Thanks! On Mon, Jul 13, 2020 at 5:30 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Dmitry, > > I realize in the Change History that this event is missing; I also was > surpr

Re: Problem with INVALID_CONVERSION_TYPE

2020-07-13 Thread Dmitry Mukhach
All is OK no. I think mportant is date when changed "Google Ads conversion account" from "Client" to "This manager". I don't see it in the account. When it was changed. On Thursday, July 9, 2020 at 5:50:30 PM UTC+3, Dmitry Mukhach wrote: > > Hello

Re: Problem with INVALID_CONVERSION_TYPE

2020-07-09 Thread Dmitry Mukhach
( On Thu, Jul 9, 2020 at 4:35 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hello Dmitry, > > I sent you a message privately earlier, but I'm not sure you saw it, so > I'm sending it again. > > When a question gets to be very strang

Re: Problem with INVALID_CONVERSION_TYPE

2020-07-09 Thread Dmitry Mukhach
r/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(164): Google\AdsApi\Common\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault)) #3 /var/www/html/surf-and-buy.online/public_html/adwords/vendor/googleads/googleads-php-lib/src/Google/AdsAp in /var/www/html

Re: Problem with INVALID_CONVERSION_TYPE

2020-07-08 Thread Dmitry Mukhach
Yes, but this account under MCC & in settings: [image: image.png] On Wed, Jul 8, 2020 at 7:27 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Dmitry, > > The GCLID you shared actually belongs to account 741-734-1409 so please > try makin

Re: Problem with INVALID_CONVERSION_TYPE

2020-07-07 Thread Dmitry Mukhach
None of these apply to my situation. Please, help. On Tue, Jul 7, 2020 at 12:24 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Dmitry, > > Thank you for reaching out. Please see here > <https://developers.google.com/adwords/a

Problem with INVALID_CONVERSION_TYPE

2020-07-05 Thread Dmitry Mukhach
In MCC account I have "ImportSaleWithValue" conversion. We try to upload conversion and got error: [2020-07-05 13:00:26] AW_SOAP.WARNING: clientCustomerId=702-256-1235 operations=1 service=OfflineConversionFeedService method=mutate responseTime=171 requestId=0005a9aed3c58b1e0a37b646fe079183 ser

Age Range Performance Report: some fields lead to 500 error

2020-06-16 Thread &#x27;Dmitry Kozyrev' via AdWords API and Google Ads API Forum
api/docs/appendix/reports/age-range-performance-report#conversiontrackerid Earlier (about 2 weeks ago) the report which simplified version I quoted worked fine. Could you help me, please? Thanks! Best regards, Dmitry -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Нужно получить полный id товара в отчете Shopping Performance Report

2020-06-04 Thread Dmitry Artemov
Пользуемся отчетом https://developers.google.com/adwords/api/docs/appendix/reports/shopping-performance-report#storeid для выгрузки расходов. Из него получаем OfferId и Channel - это только часть ProductId (https://developers.google.com/shopping-content/guides/products/product-id). Не хватает

ConversionTrackerId display name for "Creative Conversion Report"

2020-06-03 Thread &#x27;Dmitry Kozyrev' via AdWords API and Google Ads API Forum
"CREATIVE_CONVERSION_REPORT (Jun 2, 2020)" Day,*Conversion Tracker Id*,Free click rate,Free clicks Meanwhile it is *"Free click type"* that is returned by ReportDefinitionServiceInterface.getReportFields as a display name of the "ConversionTrackerId" column. Dmitry -- -- =~=~=~=~=~=~=

Ad Performance Report missed data when CriterionId is included

2020-06-02 Thread &#x27;Dmitry Kozyrev' via AdWords API and Google Ads API Forum
e (than the one he can see in the UI in another report). We found that if we remove CriterionId, CriterionType, and IsNegative columns from the report queried from the API the total Cost will match the correct value. So the question is why adding the fields related t

UI and API reports differ

2020-05-21 Thread Dmitry Kozyrev
Hi! I created a simple report based on "Final URL" with only 3 columns: Final Url, Ad Group State and Impressions. Presence of Ad Group State column leads to implicit segmentation but the only its value is "enabled". Everything looks good (see attached screenshot). Then I tried to receive the

Re: Support for Smart Campaign Reporting?

2019-12-30 Thread Dmitry Iliev
Hello Xiaoming, what about support of Smart Display Campaigns in the Adwords API here is the reference https://developers.google.com/adwords/api/docs/guides/smart-display-campaigns however api request returns no data I can provide exact call, while I can get Smart Display Campaigns data from CAM

TargetingIdeaService v201809 malformed response

2019-11-07 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Hi there! I'm trying to use the TargetingIdeaService to get best ones keywords for my title, but unfortunately, I get a malformed response. Here's my SOAP request object: http://www.w3.org/2001/XMLSchema-instance"; xmlns:s11="http://schemas.xmlsoap.org/soap/envelope/";> https://adwo

Re: AdGroupCriterion keyword error

2019-11-06 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Thanks! On Tuesday, November 5, 2019 at 7:44:41 PM UTC+3, adsapiforumadvisor wrote: > > Hi Dmitry, > > > > Thank you for reaching out. From your provided logs, it looks like you > need to create a BiddableAdGroupCriterion > <https://developers.google.com/adwords

AdGroupCriterion keyword error

2019-11-05 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Hi there. I tried to add a criterion to the existing adgroup using raw SOAP queries. When I try to add the keyword criterion it returns me [AdGroupCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand]. But when I add any other criterion it works as well. My SOAP request is: http://www

RE: CampaignCriterion for Location: [CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]

2019-10-31 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Yes, great! Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 A

RE: CampaignCriterion for Location: [CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]

2019-10-31 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
Hi there Thanks for answer As I've written, I'm writing on Go. Google does not provide any official Google AdWords library for Go, so I have to deal with HTTP requests to https://adwords.google.com/api/adwords/cm/v201809/. And XML objects are made by marshalling native structs to the XML and it

Re: CampaignCriterion for Location: [CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]

2019-10-31 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
I’m looking for assistance with some adwords API integration work I am doing. Here is the background: - I’m creating a campaing the needs to have location targetting with proximity (25 mile radius) - I’m writing our code in go against the API directly (no sdk) I am able to first crea

CampaignCriterion for Location: [CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]

2019-10-31 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
I've posted the provided XML to the CampaignCriterionService and expected, that I'll add a location to the campaign. http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/cm/v201809";> myID myToken

RE: Odd response body to XML post to Campaign Endpoint

2019-10-23 Thread &#x27;Dmitry Omelyusik' via AdWords API and Google Ads API Forum
We use go and we don't have any client library. We just create http client using oauth2 authentication with google credentials. Then we make xml object described above. Then we send it to the campaign service in the adwords. And we get response described above. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

API returns type = UNKNOWN for smart campaigns

2019-10-10 Thread Dmitry Artemov
account name: Старт (distilyator-smakyu.com) user login: 979-193-7741 campaign id: 6497425404 We send request to CampaignService for getting camaigns and API returns campaign with type UNKNOWN, what is this? How we need process it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: How can I bid for keywords with googleads-php-lib?

2019-09-04 Thread Dmitry
Problem resolved, I changed $operation- >setOperator (Operator: ADD); => $operation- >setOperator (Operator: SET); Thx. среда, 4 сентября 2019 г., 9:14:29 UTC+3 пользователь adsapiforumadvisor написал: > > Hi Dmitry, > > Yes, the AdGroupService.mutate() sets bid on an ad

Re: How can I bid for keywords with googleads-php-lib?

2019-09-04 Thread Dmitry
567890; $keyword = new Keyword($keywordID); среда, 4 сентября 2019 г., 9:14:29 UTC+3 пользователь adsapiforumadvisor написал: > > Hi Dmitry, > > Yes, the AdGroupService.mutate() sets bid on an ad group level. You can > also set bids on keywords individually using > the AdG

Re: How can I bid for keywords with googleads-php-lib?

2019-09-03 Thread Dmitry
Does this set the bet on the Ad Group (by AdGroupId)? I need to bet on every keyword by keywordID. Can I do that? вторник, 3 сентября 2019 г., 9:22:04 UTC+3 пользователь adsapiforumadvisor написал: > > Hi Dmitry, > > Thank you for reaching out. > > Could you confirm if m

How can I bid for keywords with googleads-php-lib?

2019-09-02 Thread Dmitry
Using ReportDefinition (KEYWORDS_PERFORMANCE_REPORT) I get FirstPageCpc and keywordId $selector = new Selector(); $selector->setFields(["Id", "AdGroupId", "AdGroupName", "Criteria", "AbsoluteTopImpressionPercentage", "Impressions", "Ctr", "AveragePosition", "FirstPositio

Re: Getting contentLanguage and targetCountry by API

2019-05-30 Thread Dmitry Artemov
Вот ссылка на документацию товара откуда взял поля. https://developers.google.com/shopping-content/v2/reference/v2.1/products среда, 29 мая 2019 г., 23:52:15 UTC+3 пользователь adsapiforumadvisor написал: > > Hello Dimitry, > > Could you please let me know the documentation references that you ar

Getting contentLanguage and targetCountry by API

2019-05-29 Thread Dmitry Artemov
Из документации по этому отчёту - https://developers.google.com/adwords/api/docs/appendix/reports/shopping-performance-report - видно, что можно получить CountryCriteriaId и LanguageCriteriaId. Верно ли я понимаю, что по этим Id можно получить значения contentLanguage и targetCountry, которы

Not all images get by sample

2019-05-23 Thread Dmitry Shvetsov
Hello! I run this script https://developers.google.com/adwords/api/docs/samples/python/miscellaneous#get-all-images-and-videos and get images. If I upload new imageAd with new image it's url will be in respond. But some of old images urls are not in the respond. What could be a reason of this

Re: UnicodeDecodeError with uploadung image

2019-05-23 Thread Dmitry Shvetsov
I point file name as: IMAGE_FILENAME = 'test_01.05.01_160х600.jpg' On Thursday, May 23, 2019 at 1:49:48 PM UTC+3, Dmitry Shvetsov wrote: > > Hi! > I run this code sample > https://developers.google.com/adwords/api/docs/samples/python/miscellaneous#upload-an-image > &

UnicodeDecodeError with uploadung image

2019-05-23 Thread Dmitry Shvetsov
Hi! I run this code sample https://developers.google.com/adwords/api/docs/samples/python/miscellaneous#upload-an-image and it gives me an error "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte" How to fix the issue? Thank you! -- -- =~=~=~=~=~=~=

Error during set ads

2019-05-14 Thread Dmitry Shvetsov
Hello! I setting ads with this code http://prntscr.com/nohqxz and got error below on 987 ad. What can be a reason of error and how to prevent it? Error: Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/zeep/loader.py", line 50, in parse_xml forbid_entities=s

Filtering by several fields with OR operator

2019-05-13 Thread Dmitry Shvetsov
Hi! Is it possible to filter by several fields with OR operator in AdwordsApi? How to do it? For example, I'm trying to get all ads witch contains text "Sale for 15 of May" in "ExpandedTextAdDescription2" OR in "Description" OR in "ExpandedTextAdHeadlinePart3" OR in "ExpandedDynamicSearchCreat

RE: Updating ads without setting all fields

2019-04-26 Thread Dmitry Shvetsov
Thak you for your answer! Are the same requirements in the new Ads API? May be it Will be better to use new Ads API. I worry that I could clear some fields in ads. My task is to change some sale text and images in the ads. Now I have to set all fields of all ads not to clear them. It's hard and

error: the following arguments are required: -c/--customer_id

2019-04-26 Thread Dmitry Shvetsov
Hello! I run example python script from the attachment. I use Googleads Api. It says me: "usage: example_get_campaigns_ads.py [-h] -c CUSTOMER_ID [-i CAMPAIGN_ID] example_get_campaigns_ads.py: error: the following arguments are required: -c/--customer_id" Screenshot: http://prntscr.com/nh995v

Re: Updating ads without setting all fields

2019-04-26 Thread Dmitry Shvetsov
The whole respond in the attachment. Screehshot: http://prntscr.com/nh3po2 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscri

Re: Updating ads without setting all fields

2019-04-26 Thread Dmitry Shvetsov
Hi Peter! Thank's for your answer. Yes, I got error. 'requestId': '0005876ac2a3f0900a37a1d082064f9c' Respond is: http://prntscr.com/nh3i6i Respond in text in the attachment. When I send request with header1 and desription it works good. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Updating ads without setting all fields

2019-04-25 Thread Dmitry Shvetsov
Hi! I'm updating the expanded text ad via Adwords API. I use 'AdService', 'operator': 'SET'. It requared to fill in all of thees fields: 'headlinePart1' 'headlinePart2' 'description': But I need to update only 'headlinePart2'. Is it possible to fill in only 'headlinePart2'? I want other fields in

SystemExit: 2 error

2019-04-24 Thread Dmitry Shvetsov
Hi! I'm trying to get keywords usind google ads API (code in the attach) and get respond below. What can be a reason of error and how to fix it? Respond: "runfile('C:/Users/rp/Documents/python_scripts/adsAPI/change_action_content/example.py', wdir='C:/Users/rp/Documents/python_scripts/adsAPI/ch

google-ads.yaml file for google ads API

2019-04-24 Thread Dmitry Shvetsov
Hello! I made a request to the Google Ads API and got responce "A required field in the configuration data wasnot found. The required fields are: ('client_id', 'client_secret', 'refresh_token', 'developer_token')". Could you send me a google-ads.yaml template? I have googleads.yaml file for Adwo

TargetingIdeaService returns incorrect SEARCH_VOLUME value

2018-12-18 Thread Dmitry Karpuk
I'm using AdWords API v201809 and want to get keywords statistics via TargetingIdeaService. But always get the wrong results (for all the words are always about the same results). For example keyword "New Year": http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google

Re: CriterionError.INVALID_PROXIMITY_ADDRESS

2018-05-07 Thread Dmitry Karpuk
I use the version 201710 and about a week ago I started getting these errors. среда, 14 февраля 2018 г., 0:37:22 UTC+3 пользователь Dhanya Sundararaju (AdWords API Team) написал: > > Hi all, > > The issue has been resolved. Could you please retry and reply if you are > still facing any issue

INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2018-05-07 Thread Dmitry Karpuk
I use the version 201710 and about a week ago I started getting errors CriterionError.INVALID_PROXIMITY_ADDRESS. I have some address and sometimes it works for it correctly, and sometimes I get this error. What is going on? It does seem as bug on your side. http://schemas.xmlsoap.org/soap/envel

Adwords API Beta Error "DEVELOPER_TOKEN_NOT_WHITELISTED"

2018-05-02 Thread Dmitry Maslennikov
Hello, I tried to go to Google Adwords Beta (v0), but when I make any request I get an error "DEVELOPER_TOKEN_NOT_WHITELISTED". In the previous version Adwords API, the developer token works without problems. How can I add my developer token to the whitelist? Best Regar

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-24 Thread Dmitry Iliev
0 AM UTC+3, Dmitry Iliev wrote: > > Hi Swetha, this makes sense for me now, thank you for you time and > detailed explanation. I appreciate it! > > On Wednesday, October 4, 2017 at 12:25:49 AM UTC+3, Shwetha Vastrad > (AdWords API Team) wrote: >> >> Hi Dmitry, >&g

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
Hi Swetha, this makes sense for me now, thank you for you time and detailed explanation. I appreciate it! On Wednesday, October 4, 2017 at 12:25:49 AM UTC+3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > The Expanded Text Ads with an additional line of des

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > These are Expanded Text Ads with an additional description and are not > supported in AdWords API at the moment. This is the reason these Ads are > not being returned in the Ad Performance Report. I would suggest t

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
ed on specified date, total cost from API does not match total cost from the UI significantly. On Tuesday, October 3, 2017 at 8:44:01 PM UTC+3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > I did receive the private message. I see that the TEXT_ADs in this account &g

Re: ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
Hello Shwetha, I have replied to you privately, please confirm, as don't see any indication that my private reply went through On Tuesday, October 3, 2017 at 6:58:47 PM UTC+3, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > Could you provide the clientCustomer

ad-performance-report does not include TEXT_AD type Ads

2017-10-03 Thread Dmitry Iliev
When pulling Ad Performance Report data from clients Adwords Account, result does not include all ads shown in UI even those where number of impressions much > 0 Here is query example SELECT AdGroupId, AdGroupName, AdType, AverageCpc,AverageCpm, AveragePosition, CampaignId, CampaignName, Cli

Re: Ad performance report with location

2017-08-10 Thread dmitry
eted at UK, AU and NZ. Can I get breakdown on how much was spend for this campaign per country? Best, Dmitry On Wednesday, August 9, 2017 at 9:42:19 PM UTC+3, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Dmitry, > > When you say 'ad level costs by country' a

Ad performance report with location

2017-08-09 Thread dmitry
Hi, I'm trying to get the breakdown of ad level costs by country via API, using python library. I looked through the report fields and it doesn't list any location related field. I could see the CriterionId field, but I couldn't find how to use it. Is what I'm trying to do possible? If yes, an

Re: How to use targeting to device platform from Dot NET API?

2017-03-24 Thread Dmitry Gavrilov
Thanks you a lot! четверг, 9 марта 2017 г., 22:41:20 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi Dmitry, > > Yes, the API response will contain all three platform criteria. A > bidModifier > <https://developers.google.com/adwords/api/d

Re: How to use targeting to device platform from Dot NET API?

2017-03-09 Thread Dmitry Gavrilov
Hi Shwetha! Now I can changing targeting by platform, thanks for your help! But I'm not understand still one thing about this: How I can take through API an information about platform targeting checkboxes values wich I set in the web page? The API allways return all the platforms regardless the

Re: How to use targeting to device platform from Dot NET API?

2017-03-04 Thread Dmitry Gavrilov
Hello Shwetha! Thanx for you reply! Do you mean that I can use Platform only to change bid modifier and can not change the platform targeting? Dmitry Gavrilov with best regards понедельник, 27 февраля 2017 г., 23:01:44 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал

How to use targeting to device platform from Dot NET API?

2017-02-27 Thread Dmitry Gavrilov
Hello there! Sorry for my bad english. How to use targeting to device platform from Dot NET API? I was set the checkbox Mobile and unchecked the checkboxes Computers and Tablet on the adwords web site page Campaign Settings >> Advanced settings >> Devices. Then I executed my code Campaign

Re: Cant push changes from google adwords Editor: internalapierror.unexpected_internal_api_error

2016-12-11 Thread Dmitry Abramov
again later. понедельник, 12 декабря 2016 г., 12:46:46 UTC+6 пользователь Joyce Lava написал: > > Hi Dmitry, > > Could you please send to me (*reply privately to author*) the complete > SOAP request and response? Also, if it isn't too much trouble, can you > please send the com

Cant push changes from google adwords Editor: internalapierror.unexpected_internal_api_error

2016-12-11 Thread Dmitry Abramov
Hello I cant send changes from Editor into Google Adwords. It returns error: internalapierror.unexpected_internal_api_error @ com.google.ads.api Please, help! Thanks you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevel

How to get product feed size for dynamic remarketing?

2016-12-02 Thread Dmitry Ovod-Marchuk
Hi, We've got a couple of feeds for dynamic remarketing campaigns. Is that possible to get the size of a feed via API? Could not find anything like that in specs. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

Re: Audience lists don't get populated

2016-11-22 Thread Dmitry Ovod-Marchuk
Hi Thanet, We look forward to feedback from engineering team. Thank you. On Tuesday, November 22, 2016 at 10:45:14 AM UTC+2, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Dmitry, > > I also looked into your user lists and found that they look the same > exce

Re: Audience lists don't get populated

2016-11-18 Thread Dmitry Ovod-Marchuk
non-empty list is bigger than 1000 users at the moment. Could you please have a look by yourself? On Saturday, November 19, 2016 at 5:09:11 AM UTC+2, Nadine Sundquist (AdWords API Team) wrote: > > Hi Dmitry, > > Could you please look at the Caveats section > <https://developers

Re: Audience lists don't get populated

2016-11-18 Thread Dmitry Ovod-Marchuk
PI, doesn't get populated* Could you please check it what's wrong? Thanks. On Thursday, November 17, 2016 at 9:07:32 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Dmitry, > > If the user lists created either through the API or the UI have the same > parame

Audience lists don't get populated

2016-11-17 Thread Dmitry Ovod-Marchuk
Hi, I was going to launch dynamic remarketing for a number of websites, and I created a number of audience lists using API for this purpose. But I noticed a really strange problem. None of my lists created via API gets populated. I also tried to set up the same lists manually, but it sometimes

Dynamic remarketing / Template ID 416

2016-11-16 Thread Dmitry Ovod-Marchuk
Hello, We are trying to create an ad with TemplateID = 416 and get an error: * AdError.AD_FORMAT_NOT_SPECIFIED @ operations[0].operand.ad.adFormat, AdError.INVALID_INPUT @ operations[0].operand.ad.ddFeeds* Is it possible to create ads for dynamic remarketing via API? -- -- =~=~=~=~=~=~=~=~=

How to set Feed ID for a remarketing campaign?

2016-11-04 Thread Dmitry O
Hi, Using UI, I can do the following: https://www.dropbox.com/s/pjt0z7mdc6s89a2/%D0%A1%D0%BA%D1%80%D0%B8%D0%BD%D1%88%D0%BE%D1%82%202016-11-04%2014.32.50.png?dl=0 But how can I do the same thing using API? There is a dynamic remarketing guide: https://developers.google.com/adwords/api/docs/gui

Re: OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN

2016-08-30 Thread Dmitry R
I've created new managed user with ManagedCustomerService. And it started to work. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~

OperationAccessDenied.ADD_OPERATION_NOT_PERMITTED @ class campaignmgmt.campaign.MutateAction (ADD) requires CREATE_CAMPAIGN

2016-08-23 Thread Dmitry R
I have 3 AdWords accounts: Live MCC *account1*: for developerToken. Test MCC *account2*: main account. Test *account3*: for creating campaigns (using clientCustomerId from this account). After line $campaignService->mutate($operations); I receive an exception with message: OperationAccessDenie

AdWords API basic access

2016-03-07 Thread Dmitry
I recently applied for the basic access to the API for MCC account 717-838-3067. And I've got an e-mail with a link to the form to complete the application process. But when I go to this link, I get the error "403 Forbidden". How I can decide this problem? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Basic API access

2016-03-07 Thread Dmitry
I recently applied for the basic access to the API for MCC account 717-838-3067. And I've got an e-mail with a link to the form (https://services.google.com/fb/forms/newtokenlow/) to complete the application process. But when I go to this link, I get the error "430 Forbidden". How I can decide

Re: Offline upload and MCC conversions

2015-08-03 Thread Dmitry Mukhach
But if I use account conversion - I no need to wait 6 hours, right? Dmitry On Monday, August 3, 2015 at 10:03:11 PM UTC+3, Umesh Dengale wrote: > > Hello, > > In the AdWords API, an offline conversion could be used to for the MCC > conversion tracking( cross-account conversion

Offline upload and MCC conversions

2015-08-01 Thread Dmitry Mukhach
Hello! In client account I use Conversions from MCC account (conversion tracking across your accounts). If upload Offline conversions by API - it's not shown in account. I can't use uploading offline conversions with MCC Conversions? Only with client type conversion

Re: Offline conversion feed - Update conversion value or Delete conversion

2015-07-21 Thread Dmitry Mukhach
Hello, I found this: https://developers.google.com/adwords/api/docs/reference/v201506/OfflineConversionFeedService.OfflineConversionFeedOperation Can't use REMOVE and SET? -- Dmitry On Tuesday, July 21, 2015 at 5:30:10 PM UTC+3, Michael Cloonan (AdWords API Team) wrote: > > Hel

Re: Offline conversion feed - Update conversion value or Delete conversion

2015-07-20 Thread Dmitry Mukhach
Any news about this feature? Dmitry On Thursday, November 20, 2014 at 5:33:33 PM UTC+3, Michael Cloonan (AdWords API Team) wrote: > > Hello Torben, > > This is still not available. Please watch our blog > <http://googleadsdeveloper.blogspot.com/> for any new fea

Imported Conversion by API was cancelled/refunded

2015-07-20 Thread Dmitry Mukhach
Hello, I imported offline conversion by API. Some days later it was cancelled/refunded. How can I upload new status to AdWords? Or zero value? Dmitry -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https

Different currencies

2015-07-20 Thread Dmitry Mukhach
I upload offline conversions to AdWords by API in USD currency on MCC (Cross-account conversion tracking). How Google convert values if some AdWords accounts are billed in other currencies? Example, in Euro. If I have USD and EUR accounts in my MCC. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Create a service for end users

2015-02-23 Thread Dmitry Soloviev
Hello everyone, Is it possible to create application where user just come to the site, pass OAuth authentification and give access to adwords campaigns associated with his account? As I understand it was necessary to manually add user to MCC but probably something changed. If it is possible t

Problem with token

2014-11-05 Thread Dmitry Z
Hi there! Due to wrong data in registration form, my API Adwords token was banned. Google Adwords support promised me to fix problem in some weeks. But it's too long for me. Could someone to help me out with API token for raward? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: sandbox using

2012-01-17 Thread Dmitry Orlov
Not the same I meant but thanks for a response. On Jan 17, 10:33 am, Evgeniy Bogdanov wrote: > Hi Dmitry. > > Yes, Google have Adwords APISandboxViewer > project:http://adwordsapi.blogspot.com/2010/05/sandbox-account-viewer-release... > or you can > usehttp://code.googl

  1   2   >