How to avoid downloading a Search_Query_Performance_Report if there haven't been any searches

2013-12-31 Thread Martin
I am downloading Search_Query_Performance_Report for a large number of AccountIDs. Some of them haven't been triggered in the required timespan (e.g. YESTERDAY), so I'd like to avoid downloading the report for that account rather than having an empty file. The main reason is to make my programs

How to avoid downloading a SearchQueryPerformanceReport when there where no searches

2013-12-31 Thread Martin
I've got to download SearchQueryPerformanceReposrts for some accounts. Some of them haven't had keywords triggered in the selected during clause (e.g. YESTERDAY). In that case I'd like to avoid downloading the file rather than deleting the file if it is empty. What I'm looking for is to speed up

Validation rules

2014-01-13 Thread Martin
rules like this that I could use? I was not able to find any documentation on the subject. Thanks in advance, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group

Re: Validation rules

2014-01-16 Thread Martin
Thank you Ray! I supposed the generator had some rule like that, However I'll do as suggested and leave it as an interesting coincidence. On Wednesday, 15 January 2014 21:05:02 UTC-3, Ray Tsang (AdWords API Team) wrote: > > Martin, > > Since Ad Group IDs are generated - i

Re: Memory leaks & storage consuming data

2014-01-16 Thread Martin
Hi Ray, What is the equivalent of sharing the Credential Object fo the Python library? Is this valid for threads working on different accounts under the same MCC? Thanks, Martin On Thursday, 16 January 2014 14:39:57 UTC-3, Ray Tsang (AdWords API Team) wrote: > > Assaf, > > If you a

AdWords API Exception handling in Python

2014-01-16 Thread Martin
ried to do something like this: try: working_code() except RateExceededError as Rate_e: time.sleep(Rate_e.retryAfterSeconds) but this does not work. Is there some Exceptions import I am missing or is there another way of doing it? Thank y

Re: set a mobile bid adjustment using the API

2014-01-28 Thread Martin
Hello Danial, I believe 400% should be 5.0 Is the full range -100% (0.00) and -90%(0.10) to 300%(4.00) with two decimals? Cordial regards, Martin On Tuesday, 28 January 2014 06:54:28 UTC-3, Danial Klimkin wrote: > > Hello Ashley, > > > In the API, the adjustment is a coefficient.

adspygoogle 1.1.7 Python Client Library support for v201402

2014-03-06 Thread Martin
oogle.com',), 'v201309': ('https://adwords.google.com',), 'v201402': ('https://adwords.google.com',), } Adding this line avoids the validation error. Cheers! Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: adspygoogle 1.1.7 Python Client Library support for v201402

2014-03-06 Thread Martin
Please disregard. adspygoogle 1.1.8 has been released now. This is no longer necessary. Cheers! Martin On Thursday, 6 March 2014 14:44:27 UTC-3, Martin wrote: > > I've been trying to use adspygoogle 1.1.7 downloaded (uploaded yesterday > with the release of the new API version)

Getting a wrong Account ID in Campaign Performance Report

2014-03-07 Thread Martin
same issue last week with v201309 Thanks! Martin First lines of the report: "CAMPAIGN_PERFORMANCE_REPORT (Mar 7, 2014)" Account ID,Account,Campaign ID,Campaign,Currency,Budget,Budget ID,Budget period,Budget explicitly shared 98512001, Correct_Account_Name, other_valid_data soap_xml [2

Correct way to change ads so that UI change history makes sense

2014-07-22 Thread Martin
o ads, it shows up as a deletion, an addition and a change. How should I do to get a coherent change history? I have tried switching the order of the operations and the result is the same. Thank you, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Correct way to change ads so that UI change history makes sense

2014-07-24 Thread Martin
en they review the changes I've done. If it weren't possible to replicate the same behaviour vis API and as you suggest it's a bug in the UI, where should I post the bug report? Or can you let the UI team know? Thank you! Martin On Thursday, 24 July 2014 05:51:55 UTC-3, Danial K

Re: LOP and AOI targeting in beta API

2019-02-28 Thread Martin
bump On Friday, February 8, 2019 at 11:04:17 AM UTC, Robert Mic wrote: > > Hello, I need to set the "People in, or who show interesting in, your > target locations" option as shown in the Google Ads UI when creating a > "Brand Awareness and Reach" -> "Display" campaign under "Locations" -> > "T

Re: Google Ads API V1.0 - CONTAINS operator

2019-03-28 Thread Martin
If you want to get campaigns whose names don't contain "Example", then you want to use: `WHERE campaign.name NOT LIKE "%Example%"` On Tuesday, March 26, 2019 at 8:59:30 PM UTC, ja...@searchkings.ca wrote: > > Hi Google Ads team, > > I keep on running into an 'invalid argument' error whenever I

AdWords API Time Response

2009-12-15 Thread Martin
Hi, I´m trying to get all data from adwords using the apility.. it works fine, but it takes to much time (About 2-3 hours, i have more than 2000 adwords) It´s normal? or i´m doing something wrong. Thanks! Martin -- You received this message because you are subscribed to the Google Groups

Targeting Idea Service using the java API client

2010-07-01 Thread Martin
.e. tougher matching? Thanks in advance! Best regards -- Martin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Search volumes and keyword suggestions for localized targeting is broken?

2010-09-24 Thread Martin
Hi! We use the Google Adwords API 8.1 for java , but it's rather irrelevant, we have noticed that also the online keyword tool (https:// adwords.google.com/select/KeywordToolExternal) has the flaws we intend to address. Here is a summary: When using local targeting Sweden/Swedish 1. There are no

Re: Search volumes and keyword suggestions for localized targeting is broken?

2010-09-28 Thread Martin
We should point out that this seems to be an issue with the whole backend, since we experience this exact behavior (no search volumes for even the "largest" of keywords) in the online AdWords Keyword Tool and not only in the AdWords API. Any ideas on how we approach this issue? Best r

Re: Search volumes and keyword suggestions for localized targeting is broken?

2010-10-04 Thread Martin
re be work on the backend to correct this new behavior? Best regards -- Martin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Search volumes and keyword suggestions for localized targeting is broken?

2010-10-11 Thread Martin
a API? Best regards -- Martin On Oct 8, 7:08 pm, AdWords API Advisor wrote: > Hi All, > > The engineering team has identified an issue where language filters > are used incorrectly in STATS requests.  They are working to correct > the problem and should hopefully have a fix avail

Diacritic characters are collated with latin characters, often with strange search volumes for the keywords

2010-11-02 Thread Martin
e search volumes are 'catering örebro' and 'catering norrköping'. All problems are reproducible in the online AdWords keyword tool, so it's not an API or client specific problem. Best regards -- Martin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: TargetingIdeaService BUG

2010-11-11 Thread Martin
27; (calfs) gets better, though irrelevant, hits for 'väder' (weather) in swedish. If there has been any progress on the matters, please reply in the original thread as well. Best regards -- Martin On Nov 11, 4:35 am, manuel wrote: > Thanks. I think this is an important issue.

Re: Diacritic characters are collated with latin characters, often with strange search volumes for the keywords

2010-11-30 Thread Martin
sly low volumes. Compare "flyttstädning gävle" with "flyttstädning uppsala", where Uppsala is a considerably larger Swedish city than Gävle. Is the issue officially resolved, or is the resolution work in progress? Best regards -- Martin On Nov 3, 7:22 pm, AdWords API Advisor

TargetingIdeaService - AVERAGE_TARGETED_MONTHLY_SEARCHES - CountryTargetSearchParameter

2012-03-14 Thread Martin
Hello, i need the average targeted monthly searches but, can't setup the country for this. The Example is for v201101 selector.setSearchParameters(new SearchParameter[] { new RelatedToKeywordSearchParameter(null, new Keyword[] {keyword}),

Re: Sandbox Account Viewer returns Error "(404) Not Found"

2012-03-14 Thread Martin
same -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Gr

Re: TargetingIdeaService - AVERAGE_TARGETED_MONTHLY_SEARCHES - CountryTargetSearchParameter

2012-03-14 Thread Martin
I found a Soulution //Countrycodes http://code.google.com/apis/adwords/docs/appendix/countrycodes.html Location location = new Location(); location.setId(CountryCriterionId); selector.setSearchParameters(new SearchParameter[] {

Local monthly search volumes in API requests do not match queries in Keywoord Tool

2012-04-02 Thread Martin
Hi! We've noticed differences in the AdWords API (Targeting Idea Service - Stats) requests when comparing with manual queries using the Keyword Tool. Examples that are not matched by the AdWords API (but with reasonable values in the Keyword Tool): sba (sweden/swedish local targeting) ginseng

How can i validate TextAd for PolicyViolationError

2012-04-27 Thread Martin
Hello, how can i validate my TextAds for PolicyViolationError before i upload. The only help i found is: http://adwordsapi.blogspot.de/2009/12/discover-v2009-validateonly-header.html but it don't throw an Exception... AdGroupAdServiceInterface adGroupAdService = (AdGroupAdServiceInterface) ..

Re: OperationStreamResult contains more items than OperationStream! Why?!

2012-05-30 Thread Martin
me too Am Donnerstag, 17. Mai 2012 22:44:48 UTC+2 schrieb Slava: > > I was under impression that OperationStreamResult must contain the same > number of OperationResults as were Operations in corresponding > OperationStream. Is it not always the case? Doing criterion update via > BulkMutateJo

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-10-17 Thread Martin
Hello, i have the same problem. The values are equal with the Column "google-search-ad-network" (sorry for that translation, i hope you know what i mean) in the External-Keyword-Tool not with the monthly-local-search. Here is my java-code: AdWordsUser user = new AdWordsUser();

Re: [v201209] Discrepancy between API results and web UI search volume results

2012-10-23 Thread Martin
Any Idea??? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Go

Errors on location search parameters for requests to the targeting idea service

2012-11-08 Thread Martin
x27;m mistaken this is a critical unannounced change in the API. Best regards -- Martin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: [v201209] Vietnam ID 2704 - LocationSearchParameter Error

2012-11-08 Thread Martin
Also Sweden, it is a consistent problem. On Tuesday, October 16, 2012 11:41:30 PM UTC+2, Sebastiaan Moeys wrote: > > Using the TargetingIdeaService, targeting Viet Nam (location ID 2704) with > the LocationSearchParameter returns an error: > > [CriterionError.INVALID_CRITERION_ID @ >> selector.s

Re: CriterionError.INVALID_CRITERION_ID on setting location->id on v201209 in sandbox

2012-11-08 Thread Martin
I am getting these errors using v201206 as well, not as often, but still do. Using the java client. com.google.api-ads adwords-axis 1.11.0 On Wednesday, October 24, 2012 1:20:55 AM UTC+2, Gatsby Lee wrote: > > try to use 201206. > I am using that one instead of 201209 because this issue. >

Retrieving exact, phrase and broad matches for keyword request from the targeting idea service

2012-11-12 Thread Martin
Since the 201109 sunset it is not longer possible to use the CRITERION request attribute in targeting idea selectors. We need the relation between exact, phrase and broad matches to determine conversion rates in our integration to the Adwords API. The values are still available in the External

Add Product Criterions and Conditions

2013-02-18 Thread Martin
Hi, Can anyone point me in the directions of any documentation or example code of how to add product criterions and conditions? Every time I try i just get there has been an error during processing error. Any advice is greatly appreciated. thanks Martin

still waiting for my test account

2013-03-26 Thread martin
account is a test account and if the email went out. Thanks Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

test account madness

2013-03-26 Thread martin
...@karneval.com linked to adwords account 937-332-6765. Thanks Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Setting ClientCustomerId using ReportUtilities

2013-08-30 Thread Martin
Hi, we are using ReportUtilities to retrieve account data. however we can't see how to change the ClientCustomerId at run time. is this possible using the C# library? below is an example of what we are doing. var utilities = new ReportUtilities(user); utilities.ReportVersion = "v201306"; var cli

Re: Solution for creating a label when creating a TextAd

2014-10-08 Thread Martin
pId, 'ad': textad, 'status': 'ENABLED', 'labels': [{'id': Label_id}], }, }) I hope this helps. :) Cheers! Martin On Wednesday, 8 October

Re: Solution for creating a label when creating a TextAd

2014-10-27 Thread Martin
rvice.mutate should work fine as well. Just don't use AdGroupAdService.mutateLabel, because as you've realised, that's for existing ads. Let me know if you get it working. Cheers! On Thursday, 23 October 2014 06:14:40 UTC-3, Alan Coleman wrote: > > Hi Martin, > >

Error trying to get all client customer id's for a manager account in java

2015-11-11 Thread martin
Hello, I'm trying to make a simple request to get all client customer id's under a manager account using java. I create a valid AdwordsSession session and Credential credential, then try AdWordsServices adwordsServices = new AdWordsServices(); This gives an error identical to the one here ht

Re: Error trying to get all client customer id's for a manager account in java

2015-11-16 Thread martin
Thanks for the reply, Umesh. I ultimately solved the issue on my own by excluding any dependency which used guice 3.0, using mvn dependency:tree -Dverbose -Dincludes=com.google.inject to identify them. On Wednesday, November 11, 2015 at 2:06:26 PM UTC-8, Umesh Dengale wrote: > > Hello, > > Could

Strangely low search volumes for local exact match keywords

2011-02-08 Thread Martin
We have noticed a a huge drop in local (sv_SE) exact match targeting for most (or all) keywords we are interested in. The search volumes in the API also differ largely from the values in the Keyword Tool. Is there being work done to correct this issue? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Strangely low search volumes for local exact match keywords

2011-02-09 Thread Martin
t has resurfaced? A fix for clients would be to exploit STATS requests, which is how it had to be done quite some time ago. However, to ensure values for all keywords there is an overhead in API-units. Are you looking into this discrepancy between the two data sources? Best regards -- Martin On Feb 8,

Re: Strangely low search volumes for local exact match keywords

2011-02-14 Thread Martin
/browse_thread/thread/027c8b69a6c00276 Is it possible that the local exact search volumes of sweden/swedish are affected to a higher degree than other local targetings? Keep us updated. Best regards -- Martin Software Developer Jajja Communications AB On Feb 10, 9:41 pm, AdWords API Advisor wrote: >

Re: Strangely low search volumes for local exact match keywords

2011-02-14 Thread Martin
/browse_thread/thread/027c8b69a6c00276 Is it possible that the local exact search volumes of sweden/swedish are affected to a higher degree than other local targetings? Keep us updated. Best regards -- Martin Software Developer Jajja Communications AB On Feb 10, 9:41 pm, AdWords API Advisor wrote: >

Re: Strangely low search volumes for local exact match keywords

2011-02-17 Thread Martin
n the thread. Best regards -- Martin On Feb 14, 11:56 pm, AdWords API Advisor wrote: > Hi All, > > Thank you for the detailed information.  I've been able to replicate > this issue, and I'll work with the core engineering team to address > it. > > Best, > - Eri

Missing entries in responses from the Targeting Idea Service

2011-02-24 Thread Martin
the exact match type. I haven't been able to replicate this problem using older versions of the service, so I suspect it's local in v201008. I'm using the Java Adwords API Client. Here is a request id which should help locating the problem: 3bedad6ebf494e6321a0337449

Missing search volumes in TargetingIdeaService

2011-12-07 Thread Martin
Hi! When requesting search volumes for exact match (Swedish) keywords we get irregular empty responses for the expected keywords. When such a keyword is accompanied with other keywords using the stats source, other keywords may also drop search volumes. Consider the following "related" keywords:

Re: How can I get "real search terms" with API ?

2011-12-09 Thread Martin
Is there a way to check aliases for keywords? It may be interesting to se what results are displayed for malformed search phrases and superimposed/merged search results in order to catch all related searches for campaigns. It would also help targeting campaigns for intended results of misspelled s

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread Martin
Same in Sandbox Account Viewer Campaigns->Ad Groups -> Criteria by Clicking "Keywords" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread Martin
It works now. :) On Jan 12, 3:46 pm, Martin wrote: > Same in Sandbox Account Viewer > > Campaigns->Ad Groups -> Criteria  by Clicking "Keywords" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: Sandbox InternalApiError - Retrieving AdGroupAds

2012-01-12 Thread Martin
It works now. :) On Jan 12, 3:46 pm, Martin wrote: > Same in Sandbox Account Viewer > > Campaigns->Ad Groups -> Criteria  by Clicking "Keywords" -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adw

Re: Missing search volumes in TargetingIdeaService

2012-01-19 Thread Martin
ave been fixed today: ardbeg balvenie bowmore bruichladdich glenfarclas glenfiddich glenlivet glenmorangie highland Park isle of Jura kilchoman laphroaig mackmyra springbank Any ideas on this new problem? Best regards -- Martin On Dec 19 2011, 5:44 pm, Eric Koleda wrote: > Hi Martin, > >

[Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-20 Thread Martin
an issue with Google's servers? Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups

Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-21 Thread Martin
Hey Luis, Using incognito fixed it! Thanks! On Thursday, June 21, 2018 at 4:46:04 AM UTC+1, Luis Xander Talag (AdWords API Team) wrote: > > Hi Martin, > > Could you try to enable the Google Ads API using the incognito mode of > Google Chrome? If the issue persist, could you prov

Opting out of Google Discover using the APIs

2019-06-25 Thread Martin
be shown in Discover. All the best, Martin [image: knfemjoieloboaeg.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subs

Re: Opting out of Google Discover using the APIs

2019-07-08 Thread Martin
customer contracts do not allow for "browse-style" (i.e., not in direct response to searches) ad impressions? Thanks, Martin On Tuesday, June 25, 2019 at 10:28:40 PM UTC+1, Martin wrote: > > Hi fellow Google AW API aficionados, > > > Starting in mid-July, Shopping campaigns

Re: Opting out of Google Discover using the APIs

2019-07-09 Thread Martin
er) ads, and as such, keeping the campaigns enabled for Discover is not an option for us. We have several thousand clients where Discover will need to be disabled, but I'd imagine that there are other agencies out there that are in the same situation, but that are much larger. - Martin On Tues

InvoiceService query help

2021-04-08 Thread Martin
Hi, I have access to the Google Ads API for my MCC account and I am trying to query the InvoiceService and use the ListInvoicesRequest method to see the invoices for accounts under my MCC. I can successfully

Re: RESOURCE_EXHAUSTED error doesn't make sense

2022-08-10 Thread Dmitri Martin
dified it. - Dmitri <https://rusticwatersgroup.com/dmitri-martin/> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
: developer_token_idOwner: mgr-acc-idid Service AccountName: My Domain Service AccountId: service_account_idEmail: my-domain-service-acco...@my-domain-ads-interface.iam.gserviceaccount.com ProjectId: my-domain-ads-interfaceDomain: mydomain.com Admin User: Martin Levi

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
e domain of the account that is impersonated. In any case, it appears that this is the disconnection in my setup. So if I authorize i...@mydomain.com to the Manager Ad Account, and use this email in the $sub field when I generate the Access Token will that solve my issue? Regards, Martin On Fri

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
Hi Aryeh, OK, I missed the part about "any user in the domain". But I made the change I suggested above, and it worked! Thanks for your help, and have a great weekend, Martin On Friday, August 26, 2022 at 11:18:48 PM UTC+3 adsapi wrote: > Hi Martin, > > The specific languag

AdParams czech currency

2014-02-10 Thread Martin Dimov
In AdParam "CZK" is working as currency, but local strandard currency is symbol "Kč" and this is refused with error. Can you add this? Workaround with currency in text is not solution for each case. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Problem with account performance report custom dates

2014-07-28 Thread Martin Panelati
Hi there guys, The dateRange object is part of the Selector. This code worked for me: dateStart='20140725' dateEnd='20140727' # Create report definition. report = { 'reportName': 'acc_perf', #'dateRangeType': 'LAST_7_DAYS', 'dateRangeType': 'CUSTOM_DATE', 'reportTyp

Re: Error message not in manual

2018-10-29 Thread Martin Power
We are also getting this error when trying to create a CrmBasedUserList via the Soap API. Any Ideas? On Wednesday, 24 October 2018 08:09:18 UTC+2, makot...@gmail.com wrote: > > Dear AdWords API Team, > > What does this error message mean? > 『ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA』 >

Re: Error message not in manual

2018-10-29 Thread Martin Power
We are also experiencing this error when trying to create a CrmBasedUserList using a test account. Any ideas? On Wednesday, 24 October 2018 08:09:18 UTC+2, makot...@gmail.com wrote: > > Dear AdWords API Team, > > What does this error message mean? > 『ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_

Google Ads API (v0) - Shopping Performance Report

2019-02-22 Thread derek . martin
Hello, I'm reviewing the new Google Ads API documentation and I'm curious about how to replicate the current SHOPPING_PERFORMANCE_REPORT. Can anyone guide me on how to do this? From what I can see, only the PRODUCT_PARTITION_REPORT is available (from the new _product_group_view endpoint). Kin

Re: How to use the Google Ads API using REST Only

2019-02-25 Thread derek . martin
Hi De1, Try this: var options = { method: 'POST', muteHttpExceptions: true, headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'developer-token': 'YOUR_DEVELOPER_TOKEN', 'login-customer-id': 'YOUR_LOGIN_CUSTOMER_ID', 'x-goog-api-client': 'YOUR_USER_AGEN

Re: Google Ads API (v0) - Shopping Performance Report

2019-02-25 Thread Derek Martin
API and Google Ads API Forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to adwords-api+unsubscr...@googlegroups.com. > Visit this group at https://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/msgi

Shopping Performance View Not Working

2019-03-08 Thread derek . martin
Hello, According to the new Google Ads API announcement (v1), there should now be a *shopping_performance_view* available in the reporting endpoint. However, I keep getting the same error: *400 - {"error":{"code":400,"message":"Request contains an invalid > argument.","status":"INVALID_ARGUMEN

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-03-08 Thread martin . sangdo
Hi, till cannot support until now? Is there any alternative method? On Monday, January 28, 2019 at 12:12:27 PM UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > Campaign goal is still not available in AdWords API. Please follow our > blog

Re: How can I get values for 'Networks' column in 'All Campaigns' > 'Settings' > 'Campaign Settings' page?

2019-03-08 Thread martin . sangdo
I mean Sales, Leads, ... as attached file. No param in Adwords API to set it when create new campaign. [image: adwords_goals.png] On Friday, March 8, 2019 at 5:57:10 PM UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > The column that you are seeing in the UI should translate to the > AdNet

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-03-08 Thread martin . sangdo
Hi, any update so far? Or alternative method is possible? We need to set objective goal of campaign by Adwords API, ex: Lead, Sale, ... On Friday, July 20, 2018 at 10:28:17 AM UTC+7, Luis Xander Talag (AdWords API Team) wrote: > > Hi GnanaPrakash, > > Currently, campaign goals are not supported

Targeting In Google Ads Api

2019-03-18 Thread Martin Andrew
So I'm working on migrating from Adwords API to Ads api and I'm struck at one point, that is Targeting service. I cannot actually Target an Adgroup using the Ads API with either Topic or UserInterest as there are no examples available in the client libraries. I know that we have to create Topic

How can i get billed cost per budget with Google ads API ?

2024-06-03 Thread martin ploug
Its possible to get billed cost per budget in Google ads UI, but how can we do this from the Google ads API ? Best regards, Martin[image: Screen Shot 2024-06-03 at 6.01.42 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

API Standard Access

2024-01-17 Thread Martin Ploug
Hi, We have applied for Standard Access but we didn't get a case ID or any confirmation. We have also submitted the contact Google ads API compliance team, but same. No case ID or confirmation. Our application is limited by basic access and we are handling thousands of Google clients. We n

Standard Access API

2024-01-17 Thread Martin Ploug
Hi, We have applied for Standard Access but we didn't get a case ID or any confirmation. We have also submitted the contact Google ads API compliance team, but same. No case ID or confirmation. Our application is limited by basic access and we are handling thousands of Google clients. We n

Re: api standard access

2024-01-18 Thread Martin Ploug
Removed message by mistake. Hi, We have applied for Standard Access but we didn't get a case ID or any confirmation. We have also submitted the contact Google ads API compliance team, but same. No case ID or confirmation. Our application is limited by basic access and we are handling thousa

Re: standard access api

2024-01-18 Thread Martin Ploug
Hi, I understand. I added the message again to the other thread. Thanks! torsdag 18 januari 2024 kl. 08:52:13 UTC+1 skrev Google Ads API Forum Advisor: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > I see that you have already raised this concern on another threa

Re: Video campaigns statistics

2012-08-23 Thread Martin Gomez
Hello, I add +1 to ask for this feature to obtain video stats from API, please! thank you in advance, Martin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: When will the AdWords APIs support the new ID condition for Product Targets?

2012-09-19 Thread Martin Roettgerding
Great, thanks for sharing this! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: Video campaigns statistics

2012-10-27 Thread Martin Gomez
Kevin, Do you have any update on this? maybe with the sunsetting of the other apis, there will be more focus to include this feature on the latest api Thank you in advance! Martin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http

Re: How can I enable gzip compression in the java api

2012-12-29 Thread Martin Gomez
Hi, IMHO gzip should be enabled by default. Faster, and min risk regards, Martin El viernes, 28 de diciembre de 2012 13:03:28 UTC-3, Kevin Winter (AdWords API Team) escribió: > > Hi Emmanuel, > While the new library does support gzip, it's not currently exposed in > an a

DISPLAY_KEYWORD_PERFORMANCE_REPORT not working

2013-01-09 Thread Martin Panelati
ious enumeration. Does anyone tried this before? as it is a beta feature, is the report no longer available? Regards! Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Re: DISPLAY_KEYWORD_PERFORMANCE_REPORT not working

2013-02-14 Thread Martin Panelati
Thanks Paul! I really look forward to this report to become available. Regards, Martin On Wednesday, January 9, 2013 1:53:36 PM UTC-3, Paul Matthews wrote: > > Hi Martin, > > You are right in pointing out that it is a beta feature, this means that > it's a feature only enab

Adding Product Criterion and Conditions

2013-02-18 Thread martin . tierney
hanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed t

API "Keyword Planer"

2013-07-03 Thread Martin Feiger
Gibt es eine Möglichkeit, das Nachfolge-Tool vom Keyword-Tool den "Keyword Planer" über die API sich Suchvolumina und Keyword-Ideen ausgeben zu lassen? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://gro

QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Martin Samm
ing some sample code i'm getting the above ACCOUNT_INACTIVE error. I have supplied billing information etc so i'm not sure what i've missed. What have i not done? Thanks Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gr

QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Martin Samm
i've create an MCC Test Account (737-267-4583) and found my developer token (pending approval) clientCustomerId, refreshToken etc etc. When i use the API I get: An error has occurred: [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:''] Is there a delay before the account is act

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Martin Samm
Anash, i think there's an account i can use. i have to say, this is not described in the docs at all. Martin On Wednesday, August 28, 2013 9:50:34 PM UTC+1, Martin Samm wrote: > > i've create an MCC Test Account (737-267-4583) and found my developer > toke

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-08-29 Thread Martin Samm
Anash - thats working now with all the Test MCC credentials but with a Production MCC developerToken. Thanks Martin On Wednesday, August 28, 2013 9:50:34 PM UTC+1, Martin Samm wrote: > > i've create an MCC Test Account (737-267-4583) and found my developer > token (pe

Account Hierarchy Access for Clients

2013-09-11 Thread Martin Samm
cify the relationship between [our] client and the sub account we create for them? Can you point me in the right direction for docs, samples, explanations? Many Thanks Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.bl

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Martin Samm
Anash, thanks for that clarity. i'll progress with option 1 but might be back for more pointers. Many Thanks Martin thanks for that On Thursday, September 12, 2013 9:03:42 AM UTC+1, Anash P. Oommen (AdWords API Team) wrote: > > Hi Martin, > > The kind of permissions yo

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Martin Samm
als and they will see only the accounts under their MCC." What credentials? Can i get those credentials and use them to create a link to the MCC for them? Do we need to generate OAuth2 credentials or something similar for the [new] MCC? Thanks again for the help. Martin On Thursday,

Re: Account Hierarchy Access for Clients

2013-09-13 Thread Martin Samm
Anash, yes that makes more sense - i know have a direction. regards martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Account Hierarchy Access for Clients

2013-09-18 Thread Martin Samm
e'll manage the structure you outlined via APIs but for 'fine grained' control of their campaigns they may want to access the actual Google interface itself (but only seeing their accounts) regards Martin On Friday, September 13, 2013 1:13:41 PM UTC+1, Martin Samm wrote: >

MCC Link Creation

2013-09-20 Thread Martin Samm
Is it possible to create a link using OAuth2 to the Google MCC/MyClientCenter so that a user doesn't have to log in, e.g. if you have the OAuth refresh and access tokens etc is there a way? Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

  1   2   >