Re: Quotas for this project have been disabled due to suspected abuse. = what abuse? Why did this happen?

2013-11-25 Thread Danial Klimkin
Hello Purasilk, This group is for discussing AdWords API only. Are you describing a problem with AdWords API? -Danial, AdWords API Team. On Friday, November 22, 2013 12:44:16 AM UTC+4, Purasilk Thai land wrote: Quotas for this project have been disabled due to suspected abuse. = what

Re: Pending API token review

2013-11-21 Thread Danial Klimkin
receive an email now? best regards El jueves, 14 de noviembre de 2013 10:17:22 UTC+1, Danial Klimkin escribió: Hello, No, the application contains a different email address: swt@... Please update the application, for that log in under the MCC account, go to the AdWords API Center

Re: get keyword match Type in v201306 using targeting idea service

2013-11-20 Thread Danial Klimkin
Hello Ismail, Now I understand the question, in order to make an API request with this option enabled, you need to send both RelatedToQuerySearchParameter and IdeaTextFilterSearchParameter parameters: RelatedToQuerySearchParameter, queries = keyword1, keyword2, ...

Re: adUnionId error

2013-11-19 Thread Danial Klimkin
Hello pete, For copying Template Ads please consider using originAdId field, see release notes: https://developers.google.com/adwords/api/docs/reference/#v201309 Some template ad fields are not available via the API and can only be copied server-side. -Danial, AdWords API Team. On

Re: OAuth 2.0 error, while upgrading to newer version (i.e. v201306)

2013-11-19 Thread Danial Klimkin
Hello Arthur, Please see: http://googleadsdeveloper.blogspot.ru/2013/09/announcing-sunset-of-clientlogin-in.html All client library examples can be ran with both ClientLogin and OAuth2. -Danial, AdWords API Team. On Tuesday, November 19, 2013 2:33:01 AM UTC+4, Arthur Pemberton wrote:

Waiting for your developer token to be reviewed? Read this first!

2013-11-19 Thread Danial Klimkin
We will typically contact you regarding your application within a week of applying. Here are a few things that you can do to speed up the review process: 1. Confirm that your Developer Contact Email in the AdWords API Center of your MCC account is accurate and actively monitored. You

Re: Receiving TARGET_ERROR when creating campaign

2013-11-18 Thread Danial Klimkin
Hello Jacob, It is no longer allowed to create campaigns with all networks disabled. Please see: http://googleadsdeveloper.blogspot.ru/2013/11/adwords-network-settings-update.html -Danial, AdWords API Team. On Friday, November 15, 2013 5:17:16 AM UTC+4, Jacob Lucas wrote: This is an

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2013-11-18 Thread Danial Klimkin
. On Saturday, November 16, 2013 10:49:22 PM UTC+4, assaf wrote: Hi, Can anyone post a link to such an example - using HTTP Request for adwords report in Java ? Thanks. On Thursday, November 14, 2013 11:06:14 AM UTC+2, Danial Klimkin wrote: Hello Bastian, assaf, Bastian, please refer

Re: Check remaining balance for an MCC account with enabled credit line

2013-11-18 Thread Danial Klimkin
don't return any alerts, even if we will set the budget expiration date on today. Thanks in advance. четверг, 14 ноября 2013 г., 12:13:01 UTC+3 пользователь Danial Klimkin написал: Hello, Unfortunately budgets information is not available in the API so there is no way to obtain

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2013-11-18 Thread Danial Klimkin
, 2013 1:19:52 PM UTC+4, assaf wrote: Thank you Danial, I was wondering about an example for the specific implementation of HTTP requests as you suggested for my needs (not actually writing the report data to a file). On Monday, November 18, 2013 10:19:15 AM UTC+2, Danial Klimkin wrote

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2013-11-14 Thread Danial Klimkin
Hello Bastian, assaf, Bastian, please refer to the blog post mentioned above: googleadsdeveloper.blogspot.com/2013/10/adwords-api-how-to-migrate-from-stats.html assaf, you can get a report via HTTP request and then it's up to you whether you want to keep it in memory or save to a file.

Re: Ad extension report not getting output

2013-11-14 Thread Danial Klimkin
Hello Chirag, Upgraded ad extensions are available with the feed items report: https://developers.google.com/adwords/api/docs/appendix/reports#placeholder-feed-item -Danial, AdWords API Team. On Tuesday, November 12, 2013 4:39:25 PM UTC+4, Chirag wrote: Hello, Ad Extensions

Re: Check remaining balance for an MCC account with enabled credit line

2013-11-14 Thread Danial Klimkin
Hello, Unfortunately budgets information is not available in the API so there is no way to obtain this field at the moment. -Danial, AdWords API Team. On Tuesday, November 12, 2013 7:11:04 PM UTC+4, Артокс Медиа wrote:

Re: How to get report in MMC

2013-11-14 Thread Danial Klimkin
Hello Emin, Reports are only available on account (non-MCC) level. To get an MCC report you need to retrieve one report per sub-account and join them on the client side. See also our AwReporting tool that can be handy for this:

Re: Pending API token review

2013-11-14 Thread Danial Klimkin
? thanks El miércoles, 13 de noviembre de 2013 16:36:13 UTC+1, Danial Klimkin escribió: Hello, It looks like the email address you've provided in the API application is not valid, we got an auto-response from your server with a bounce. Please update the email address on the AdWords API Center

Re: How to specify which account to interact with?

2013-11-14 Thread Danial Klimkin
Hello Michael, 1. No, just make sure to use the credentials that have access to the test account (test MCC login?) and a production developer token. 2. Sounds like you are using a wrong login for the access. Please use the one you've created test MCC with. -Danial, AdWords API Team. On

Re: get keyword match Type in v201306 using targeting idea service

2013-11-13 Thread Danial Klimkin
Hello Ismail, Can you please describe in more details what are you trying to achieve? The parameter was replaced as I described, otherwise the behavior should be the same. -Danial, AdWords API Team. On Tuesday, November 12, 2013 8:05:03 PM UTC+4, Ismail Ansari wrote: Hi Danial, i'm

Re: Pending API token review

2013-11-13 Thread Danial Klimkin
, enol.i...@mediasq.com wrote: Hi Danial, the MCC account ID we've applied for is 171-318-2861. Thank you! El lunes, 11 de noviembre de 2013 16:23:11 UTC+1, Danial Klimkin escribió: Hello, This account is not an MCC account. What is the MCC account ID you've applied for the API

Re: How to specify which account to interact with?

2013-11-13 Thread Danial Klimkin
Hello Michael, Account ID is specified in clientCustomerId field of the SOAP request header. How is it done depends on the library, for PHP see the Basic usage of the README: https://code.google.com/p/google-api-adwords-php/source/browse/README 1. This sounds likely, as MCC account can't

Re: Test Account on Google Adword

2013-11-12 Thread Danial Klimkin
Hello Naman, I will lock this thread to avoid duplication and will respond on the original one. -Danial. On Monday, November 11, 2013 9:33:56 PM UTC+4, naman jindal wrote: Hi Danial, I am also facing the same issue. I am not able to bypass the invalid_grant exception for a few days

Re: Invalid Grant - Need Help OAuth2 - Urgent Pelase!

2013-11-12 Thread Danial Klimkin
Hello Naman, I suggest clearing the config and trying to do the OAuth flow again. Before starting please make sure to log off from any google account in your browser and clear cookies. When following the auth URL you will be presented with the login screen. Make sure to log in with you

Re: Report for Ads on Youtube?

2013-11-12 Thread Danial Klimkin
Hello Stephane, AdWords for Video campaigns are currently not available in the API. We have no time estimation currently. -Danial, AdWords API Team. On Monday, November 11, 2013 11:21:34 PM UTC+4, Stephane wrote: Hi, I can't seem to find how to get statistics for the Ads displayed in

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-11-11 Thread Danial Klimkin
production pending developer token to the settings and got the error An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']. What shall I do? среда, 2 октября 2013 г., 3:02:12 UTC+4 пользователь Danial Klimkin написал: Hi, It looks like you are using a developer token

Re: V201309 Placement Performance Report - Managed Automtic

2013-11-11 Thread Danial Klimkin
If End If Have a wonderful Halloween, DK On Monday, October 14, 2013 11:12:56 AM UTC-4, Danial Klimkin wrote: Hello DK, Thanks for bringing this up. I'll check if we can have a separate column for this property. -Danial, AdWords API Team. On Monday, October 14, 2013 4:04:49 PM UTC+4

Re: Interested in Message Queue processing PHP example?

2013-11-11 Thread Danial Klimkin
) for the discussion. -Danial, AdWords API Team. On Wednesday, October 30, 2013 10:47:26 PM UTC+4, Evgeniy Bogdanov wrote: Hi All. I was today on Hamburg Adwords API workshop, and Danial Klimkin told us great idea: Message queue processing. This simplifies everything: API rate limits, error processing. I

Re: Get criterion info on APIError

2013-11-11 Thread Danial Klimkin
Hello, The recommended flow is to store the set of the operations send for the job ID and to find the failed one by the index provided in the response. -Danial, AdWords API Team. On Wednesday, October 30, 2013 11:40:40 PM UTC+4, goingdev wrote: Is there a way to get the criterion info

Re: Couple questions about Report Definition.

2013-11-11 Thread Danial Klimkin
Hello Francisco, 1. Reporting calls are available on account level (not MCC) only. To pull data for all accounts under an MCC you need to pull report for each of them and join them locally. 2. As already suggested, please see: https://developers.google.com/adwords/api/docs/guides/reporting

Re: Pending API token review

2013-11-11 Thread Danial Klimkin
Hello, This account is not an MCC account. What is the MCC account ID you've applied for the API for? -Danial, AdWords API Team. On Thursday, October 31, 2013 9:24:05 PM UTC+4, enol.i...@mediasq.com wrote: Hi, we've applied for a developer AdWords API token several weeks ago and didn't

Re: AdWords Ad Details like % Served, Clicks etc... Which API call will return these information.

2013-11-11 Thread Danial Klimkin
Hello Bikram, You need to use AdWords API Reporting to access this data. See: https://developers.google.com/adwords/api/docs/guides/reporting https://developers.google.com/adwords/api/docs/guides/reporting-concepts -Danial, AdWords API Team. On Friday, November 8, 2013 11:34:44 PM UTC+4,

Re: Maximum MCC accounts I can create with Adwords API?

2013-11-11 Thread Danial Klimkin
Hello Steven, Are you creating sub-MCCs or client accounts? Client accounts limit is somewhere in a range of thousands. -Danial, AdWords API Team. On Wednesday, November 6, 2013 9:57:30 AM UTC+4, Steven Goh wrote: Hi, How many accounts can I create programmatically with Adwords API? I

Re: Adwords API для YouTube

2013-11-11 Thread Danial Klimkin
Антон, добрый день, AdWords API не поддерживает в данное время кампании на YouTube (AdWords for Video). -Даниил, команда AdWords API. On Thursday, November 7, 2013 4:05:44 AM UTC+4, Антон Мошков wrote: Здравствуйте. Есть ли возможность, используя API Adwords, показывать статистику

Re: Test Account on Google Adword

2013-11-11 Thread Danial Klimkin
Hello Mueed, Please use the developer token from you production (non-test) MCC. Invalid grant is a separate issue, not related to the developer token. Please make sure you OAuth2 flow is correct and that you've granted permission to access the correct account. -Danial, AdWords API Team.

Re: RateExceededError in TargetingIdeaService

2013-11-06 Thread Danial Klimkin
the GetKeywordIdeasExample and the GetPlacementIdeasExample keep giving me this same problem. I'm using a test account with developer token from a production acount. I'm using PHP. Op donderdag 18 juli 2013 14:14:27 UTC+2 schreef Danial Klimkin: Hello, RateExceeded error depends on a number of parameters

Re: Retrieving DSA performance data aggregated at the ad level

2013-10-30 Thread Danial Klimkin
! Kind regards, Jaap-Jan Frans bGenius Op vrijdag 11 oktober 2013 17:35:18 UTC+2 schreef Danial Klimkin: Hello Jaap-Jan Frans, Thank you for bringing this up. Indeed, ad performance report should include DSA, I'll follow up on it internally. -Danial, AdWords API Team. On Wednesday

Re: Retrieving DSA performance data aggregated at the ad level

2013-10-30 Thread Danial Klimkin
woensdag 30 oktober 2013 10:33:08 UTC+1 schreef Danial Klimkin: Hello Jaap-Jan Frans, This issue should be resolved now and the ads must be returned. Please let us know if it is still not the case. -Danial, AdWords API Team. On Tuesday, October 29, 2013 5:19:43 PM UTC+4, fr...@bgenius.com

Re: Get remaining balance for an account

2013-10-30 Thread Danial Klimkin
hundreds of accounts for hundreds of clients and you would like to send alert email to client about balance, there is no way to do it :( Ondrej On Wednesday, July 17, 2013 10:56:27 AM UTC+2, Danial Klimkin wrote: Hi Dmitry, We currently don't plan to include billing information

Re: How to get campaign and advance campaign type using API

2013-10-30 Thread Danial Klimkin
Hello, The campaign type concept is currently UI-only as it only limits the options visible in the UI. It is not available in the API. -Danial, AdWords API Team. On Tuesday, October 29, 2013 3:23:13 PM UTC+4, techpoi...@gmail.com wrote: Hi, How the campaign type and advance campaign

Re: CampaignService returns

2013-10-23 Thread Danial Klimkin
Hello All, This issue should be resolved now. Please let us know if you still see the error. -Danial, AdWords API Team. On Friday, October 18, 2013 5:48:44 PM UTC+4, GrueneOrchidee wrote: Thanks for the update! Am Freitag, 18. Oktober 2013 11:36:18 UTC+2 schrieb Danial Klimkin: Hello

Re: Is there a less intrusive way to add query string parameters to ad destination URLs?

2013-10-21 Thread Danial Klimkin
Hello Hans, There is no easy way to update URLs and this is a product decision (not specific to the API). You can use ValueTrack to have some dynamic parameters: https://support.google.com/adwords/answer/2375447?hl=en One of the options can be to create new ads first and wait for them to

Re: What effect does an exemption request have when recreating an ad with a new destination URL?

2013-10-21 Thread Danial Klimkin
Hello Hans, 1. All ads are reviewed individually. 2. No. This only allows to avoid getting errors for the policies that are checked automatically. -Danial, AdWords API Team. On Friday, October 18, 2013 1:35:14 AM UTC+4, HK wrote: Hi, Trying to minimize the downtime for ads when

Re: Re. AdWords - ManualCPCAdGroupBids

2013-10-21 Thread Danial Klimkin
Hello, Please see biddingStrategyConfiguration field of BiddableAdGroupCriterion: https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.BiddableAdGroupCriterion and ManualCpcBiddingScheme:

Re: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-10-21 Thread Danial Klimkin
Hello, The MCC account with the developer token does not have Terms and Conditions accepted. Please set up the billing and review / accept TC to use the API. -Danial, AdWords API Team. On Thursday, October 17, 2013 3:02:37 PM UTC+4, Viking Xie wrote: Hi, We've been getting this error

Re: xsd schema for reports in v201309

2013-10-21 Thread Danial Klimkin
Hello, Please see: https: //adwords.google.com/api/adwords/reportdownload/v201309/reportDefinition.xsd -Danial, AdWords API Team. On Saturday, October 19, 2013 3:49:05 PM UTC+4, gshoihet wrote: hello, I try to parse xml response from KEYWORDS_PERFORMANCE_REPORT , but don't have any

Re: PyXML is dead project!!

2013-10-21 Thread Danial Klimkin
Hi Wendy, It looks like you are missing a working compiler which is required for PyXML native extensions. Please see: http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat -Danial, AdWords API Team. On Thursday, October 17, 2013 8:08:53 PM UTC+4, Wendy Zhou wrote:

Re: CampaignService returns

2013-10-18 Thread Danial Klimkin
Hello Hans, The fix is ready and in testing now. I'll update this thread once we have it live. -Danial, AdWords API Team. On Thursday, October 17, 2013 8:29:07 PM UTC+4, HK wrote: Hi, guys Any ideas when this will be addressed? We have a release sitting waiting to go out with support

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-18 Thread Danial Klimkin
Hello Jeff, Thank you for the feedback. I will follow up internally with the teams to improve the way we make changes to the FCMaps. -Danial, AdWords API Team. On Thursday, October 17, 2013 11:14:23 PM UTC+4, Jeff Theroux wrote: Danial, it is well documented and understood that new

Re: error 400 bad request client unauthorized

2013-10-18 Thread Danial Klimkin
it programmatically. I have oauth client id,client secret,refresh token. And want to start programm,which would authorize automatically without user intervention How can i do this? On Thursday, 17 October 2013 12:22:16 UTC+3, Danial Klimkin wrote: Hi Jooble, Please check the data to be a valid POST

Re: Ads device preference value

2013-10-18 Thread Danial Klimkin
as device preferences, e.g. 3 or 1 or something like this, when I add a new ad. Is there somewhere an overview where I can find all possible ids? Am Donnerstag, 17. Oktober 2013 11:30:13 UTC+2 schrieb Danial Klimkin: Hello, Please see this article for an overview: https

Re: AuthorizationError.USER_PERMISSION_DENIED Test MCC using a Production Developer Key

2013-10-18 Thread Danial Klimkin
***@aardvarkads.comdevelo...@aardvarkads.com. Is there a setup delay of some sort? Thanks Mike On Wednesday, October 16, 2013 8:59:52 AM UTC-4, Danial Klimkin wrote: Hello Mike, It looks like the OAuth2 credentials you use don't have access to the test MCC account. Make sure to add the login you are using

Re: OAuth2 response - Server Port configuration

2013-10-17 Thread Danial Klimkin
Danial, Just to confirm. You think that my server is currently trying to connect to Google's via IPv6 and that instead I should try IPv4 ? Many thanks. On Wednesday, October 16, 2013 12:48:03 PM UTC, Danial Klimkin wrote: Hello Alan, This is a server-side setup, unfortunately I can

Re: What should I set into dveloperToken(v201302~09)

2013-10-17 Thread Danial Klimkin
Hello, You still need a developer token and it has to be the one from non-test MCC account. It doesn't have to be approved yet (can be in pending state). Please also make sure to set up the billing for this MCC account and to review / accept Terms and Conditions. -Danial, AdWords API Team.

Re: error 400 bad request client unauthorized

2013-10-17 Thread Danial Klimkin
Hi Jooble, Please check the data to be a valid POST request. It looks like it may be generating a string like: **client_id=[...]client_secret=[...]refresh_token=*[...]grant* _type=[...] note leading and missing before grant_type. We also recommend using one of our client libraries instead

Re: Ads device preference value

2013-10-17 Thread Danial Klimkin
Hello, Please see this article for an overview: https://support.google.com/adwords/answer/2909484 -Danial, AdWords API Team. On Tuesday, October 15, 2013 3:54:24 PM UTC+4, GrueneOrchidee wrote: What values can be set as device preferences, when I add a new adGroup ad, e.g. a new

Re: OAuth2 response - Server Port configuration

2013-10-16 Thread Danial Klimkin
for getting back to me. Can you give me a hint on where I'm going to disable IPv6? Am I going to make changes to my code or is it a server side issue? Thanks again. On Friday, October 11, 2013 3:39:05 PM UTC+1, Danial Klimkin wrote: Hello Alan, It looks like you are going over IPv6. Can you try

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-16 Thread Danial Klimkin
that it was to be removed? Kind regards, Jaap-Jan Op dinsdag 15 oktober 2013 15:18:04 UTC+2 schreef Danial Klimkin: Hello Jaap-Jan Frans, SuggestedBidModifier was a temporary field available for the period of Enhanced Campaigns migration only. It is no longer available in the UI and should not be returned

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-16 Thread Danial Klimkin
? Thanks! Julius On Monday, October 14, 2013 6:19:26 PM UTC+3, Danial Klimkin wrote: Hello Julius, It looks like you are trying to use Service Accounts / OAuth2 JWT flow. This flow is only available if you have a Google Apps account and is rarely used. It only makes sense to use it if you

Re: AuthorizationError.USER_PERMISSION_DENIED Test MCC using a Production Developer Key

2013-10-16 Thread Danial Klimkin
Hello Mike, It looks like the OAuth2 credentials you use don't have access to the test MCC account. Make sure to add the login you are using to the test MCC account with Standard or Administrative rights (via the user interface). -Danial, AdWords API Team. On Thursday, October 10, 2013

Re: Budget creation failing since update to colsolidated billing

2013-10-16 Thread Danial Klimkin
Hello Allen, Please double-check the logs to see if there is an error message. There should be one if you request has reached our servers. -Danial, AdWords API Team. On Tuesday, October 15, 2013 3:43:43 AM UTC+4, Allen wrote: Anyone else having this problem? Start last week after the

Re: allready have acces to the Adwords API, and forced to apply fo acces again for test account !?

2013-10-16 Thread Danial Klimkin
Hello Charles, You don't need an approved token to use test accounts but you can use one. If you already have an approved developer token, just use it against the test MCC (no linking is required). Invalid grant error is actually an OAuth2-level error (so you are not reaching the API servers

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-16 Thread Danial Klimkin
affect previous versions of the API are mentioned on for example the developers blog, it would prevent a situation like this. Thanks! Kind regards, Jaap-Jan Frans Op woensdag 16 oktober 2013 14:51:04 UTC+2 schreef Danial Klimkin: Hello Jaap-Jan, This property was only available

Re: ForwardCompatibilityMap missing from response campaignservice

2013-10-15 Thread Danial Klimkin
Hello Jaap-Jan Frans, SuggestedBidModifier was a temporary field available for the period of Enhanced Campaigns migration only. It is no longer available in the UI and should not be returned via the API anymore. -Danial, AdWords API Team. On Monday, October 14, 2013 11:41:05 AM UTC+4,

Re: AdParamService

2013-10-14 Thread Danial Klimkin
Hello Anastasiya, Please see: https://developers.google.com/adwords/api/docs/guides/ad-parameters -Danial, AdWords API Team. On Monday, October 14, 2013 4:55:53 PM UTC+4, Voronaya Anastasiya wrote: Hi! Could anybody explanation me how can I use AdParamService, please? -- --

Re: CampaignService returns

2013-10-14 Thread Danial Klimkin
Hello, I wasn't able to reproduce this issue. Can you please send me full request and response code for this issue? Please use Reply to author button to avoid sharing with the group. -Danial, AdWords API Team. On Monday, October 14, 2013 5:38:12 PM UTC+4, mm wrote: Hey guys - I am also

Re: MCC Test Account returning QuotaCheckError.ACCOUNT_INACTIVE on API Call

2013-10-14 Thread Danial Klimkin
Hello Rob, You can develop against MCC test account but you need to use a token from a production account. This token does not need to be approved though, so you can request one and use it right away. -Danial, AdWords API Team. On Sunday, October 13, 2013 12:39:08 PM UTC+4, rob.l...@mac.com

Re: Impossible to ADD sitelinks: matching function fails to be pushed with strange error

2013-10-14 Thread Danial Klimkin
Hello Francesco, Please double-check the feed and campaign IDs are correct. If still in doubt, let me know your clientCustomerID. -Danial, AdWords API Team. On Wednesday, October 9, 2013 7:05:10 PM UTC+4, Francesco Della Vedova wrote: Hi all, I'm trying work out the new way to push

Re: CustomerService OAUTH_TOKEN_HEADER_INVALID

2013-10-14 Thread Danial Klimkin
Hello Danil, From the request it looks like you are sending AuthToken string. Are you also sending OAuth HTTP header? -Danial, AdWords API Team. On Tuesday, October 8, 2013 3:58:17 PM UTC+4, Danil Ivanov wrote: Hi all. I make a request to API CustomerService and I get a response

Re: Test account

2013-10-14 Thread Danial Klimkin
Hello, It is possible to only have one AdWords account for a Google account. To create a new MCC or test account, please use a different Google account (e.g. a different gmail address). -Danial, AdWords API Team. On Wednesday, October 9, 2013 6:04:10 PM UTC+4, te...@affluences.ca wrote:

Re: AdWords API to get AdWords Express stats?

2013-10-14 Thread Danial Klimkin
Hello Jun, AdWords Express campaigns are currently not available via the API. -Danial, AdWords API Team. On Thursday, October 10, 2013 6:14:41 AM UTC+4, junm...@gmail.com wrote: Hi, Is there a way to use AdWords API to get AdWords Express stats? I'd like to get impressions, clicks, and

Re: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-10-14 Thread Danial Klimkin
Hello, This error usually means AdWords API Terms and Conditions were not accepted. Please set up the billing and review / sign TC on the MCC account. -Danial, AdWords API Team. On Thursday, October 10, 2013 12:22:20 PM UTC+4, Proxy Singh wrote: I m getting error msg An error has

Re: what is the maximum lenght of gclid field in google adwords

2013-10-14 Thread Danial Klimkin
Hello, There is no limit published and the length can change in the future. Please handle it as any other URL parameter. -Danial, AdWords API Team. On Thursday, October 10, 2013 8:45:30 PM UTC+4, Proxy Singh wrote: what is the maximum lenght of gclid field in google adwords -- --

Re: CampaignService returns

2013-10-14 Thread Danial Klimkin
]./faultstring /soap:Fault /soap:Body /soap:Envelope On Monday, October 14, 2013 10:04:42 AM UTC-4, Danial Klimkin wrote: Hello, I wasn't able to reproduce this issue. Can you please send me full request and response code for this issue? Please use Reply to author button to avoid sharing

Re: V201309 Placement Performance Report - Managed Automtic

2013-10-14 Thread Danial Klimkin
Hello DK, Thanks for bringing this up. I'll check if we can have a separate column for this property. -Danial, AdWords API Team. On Monday, October 14, 2013 4:04:49 PM UTC+4, okieb...@gmail.com wrote: Happy Columbus Day Google API Team - Quick Question on V201309 and

Re: Where is keywordless performance report type ?

2013-10-14 Thread Danial Klimkin
Hello, DSA (keywordless ads) performance can be obtained with the Ad Performance report. -Danial, AdWords API team. On Friday, October 11, 2013 5:59:56 PM UTC+4, 照沼領 wrote: At AdWordsApi requirements R.1100-1004 Keywordless Performance . Which match report type ? Is it Keywords

Re: Changing the status of an automatic placement

2013-10-14 Thread Danial Klimkin
Hello, Please avoid responding to very old threads. Instead, create a new one for your issue / question. I am locking this one as it is from 2011. -Danial. On Saturday, October 12, 2013 6:03:56 AM UTC+4, s wrote: Hi, I was wondering if you could help me out with modifying placement

Re: My test account returns AuthenticationError.NOT_ADS_USER Exception

2013-10-14 Thread Danial Klimkin
Hello Julius, It looks like you are trying to use Service Accounts / OAuth2 JWT flow. This flow is only available if you have a Google Apps account and is rarely used. It only makes sense to use it if you need user impersonation (your app needs to act as different users). I suggest using

Re: I can't figure out how to get past a QuotaCheckError.INCOMPLETE_SIGNUP error with test account.

2013-10-11 Thread Danial Klimkin
Hello Francisco, This error message means you don't have terms and conditions accepted. Billing setup and TC needs to be accepted for the MCC account (not a test one), I don't see it for the one you listed. -Danial, AdWords API Team. On Tuesday, October 8, 2013 1:55:17 AM UTC+4, Francisco

Re: Re marketing Issues

2013-10-11 Thread Danial Klimkin
Hello Ram, As for the API, please see the guide available here: https://developers.google.com/adwords/api/docs/guides/remarketing For general product-level questions, please check with the general AdWords support. -Danial, AdWords API Team. On Monday, October 7, 2013 6:05:37 PM UTC+4,

Re: An error has occurred: The client customer ID must be specified for report downloads.

2013-10-11 Thread Danial Klimkin
Hello Rishi, The clientCustomerID provided is an MCC account ID. Reports can be ran against advertiser (non-MCC) accounts only. Also, you can't specify the clientCustomerId in the report definition, it is ignored here: $reportDefination-clientCustomerId = '715-625-1143'; -Danial, AdWords

Re: Download report(Keyword performance) for all accounts and campaigns (single report) using the Adwords API

2013-10-11 Thread Danial Klimkin
Closing as dupe for: https://groups.google.com/d/msg/adwords-api/0bjNwKbbTVo/HqIBNtx-9W0J -Danial. On Tuesday, October 8, 2013 5:35:15 AM UTC+4, ekantheshw...@gooddata.com wrote: I am new to Adwords and I am trying to figure out if there is a way to download report(Keyword performance)

Re: Is Target CPA - many-per-click for Conv. Optimizer campaigns available in Google API v201309

2013-10-11 Thread Danial Klimkin
Hello, Target_CPA is the only bid type available for ConversionOptimizer as of v201309. You can set it as any other bidding strategy: https://developers.google.com/adwords/api/docs/reference/v201309/BiddingStrategyService.SharedBiddingStrategy -Danial, AdWords API Team. On Wednesday,

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-10-11 Thread Danial Klimkin
Hello, DSA are available as an ad type: https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupAdService.DynamicSearchAd Bids can be retrieved and updated with the bidding configuration, see: https://developers.google.com/adwords/api/docs/guides/bidding -Danial,

Re: Retrieving DSA performance data aggregated at the ad level

2013-10-11 Thread Danial Klimkin
Hello Jaap-Jan Frans, Thank you for bringing this up. Indeed, ad performance report should include DSA, I'll follow up on it internally. -Danial, AdWords API Team. On Wednesday, October 9, 2013 1:20:02 PM UTC+4, fr...@bgenius.com wrote: Dear Adwords API support, Since the release of

Re: How to implicitly create an Individual Budget when creating the Campaign in v201309?

2013-10-10 Thread Danial Klimkin
Thanks, you are correct. I'll update the guide. -Danial, AdWords API Team. On Wednesday, October 9, 2013 2:58:36 AM UTC+4, HK wrote: Thanks, Danial. That's what I was afraid of. I would suggest you remove the or the AdWords API v201309 part from the above documentation snippet then, as

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2013-10-10 Thread Danial Klimkin
Hi, Please see my latest response: In order to avoid this error, you need to not to send BiddingType or BiddingScheme in AdGroup-level calls. If they are specified, AdGroup-level override is created and there is a limit of 1000 per campaign. The reason for it to get created is that the

Re: NOT_AUTHORIZED Error

2013-10-10 Thread Danial Klimkin
Hello AK, How do you obtain your access and refresh tokens? Do you have AdWords scope included in the request? Is the login used for OAuth2 flow allowed to access the MCC account you are trying to query? -Danial, AdWords API Team. On Friday, October 4, 2013 6:00:42 AM UTC+4,

Re: AdWords Paid Organic report through API

2013-10-10 Thread Danial Klimkin
Hello Dmytro, This report is not yet available in the AdWords API. -Danial, AdWords API Team. On Wednesday, October 9, 2013 2:37:53 AM UTC+4, Dmytro Marushkevych wrote: How can one retrieve daily Paid Organic Search Term report via AdWords API? It is not on the list of pre-canned

Re: AdGroupFeedService v201309: beta or not?

2013-10-10 Thread Danial Klimkin
Hello Zweitze, The release notes actually mention this feature: Feed services Ad Group level feeds are now out of Beta and available to all users. So yes, it is out of Beta. -Danial, AdWords API Team. On Wednesday, October 9, 2013 6:21:36 PM UTC+4, Zweitze wrote: Hello, The

Re: Download report using API for all accounts and Campaigns

2013-10-10 Thread Danial Klimkin
Hello, AdWords API does not support cross-account requests and this includes reporting. In order to retrieve data for all accounts, you need to pull one report per account and merge them on your side. This can also be done in parallel, for a reference we have one example in Ruby:

Re: OAuth2 response - Server Port configuration

2013-10-10 Thread Danial Klimkin
Hi Alan, I see two threads about this issue on the forum from you. From the first one it looks like the issue was resolved. Please let us know if you still have questions on this one. -Danial, AdWords API Team. On Tuesday, October 8, 2013 1:33:06 AM UTC+4, Alan Coleman wrote: Hello

Re: Announcing v201309 of AdWords API

2013-10-08 Thread Danial Klimkin
of v201209, but that also still exists in 16.2.0 on nuget. The release notes I refer to are here: https://code.google.com/p/google-api-adwords-dotnet/source/browse/ChangeLog Thank you, Peter On Thursday, October 3, 2013 8:57:42 PM UTC-4, Danial Klimkin wrote: Today we are releasing

Re: Targeting idea for RelatedToUrlSearchParameter returns the same keywords for different pages on a domain

2013-10-08 Thread Danial Klimkin
Hello KG, Yes, this is the expected behavior. I've logged Display Planner support as a feature request and it will be considered for the future API versions. -Danial, AdWords API Team. On Tuesday, October 8, 2013 12:37:18 PM UTC+4, KG wrote: I see. That explains it. I just tried Keyword

Re: Announcing v201309 of AdWords API

2013-10-08 Thread Danial Klimkin
, Danial Klimkin wrote: Hello Peter, To confirm, v201306 sunset is scheduled for end of Mar 2014, see: https://developers.google.com/adwords/api/docs/sunset-dates All client libraries were already released (the same day as the announcement) and should be supporting v201309. I'll check

Re: Is python2.7 mandatory for adwords v201306

2013-10-08 Thread Danial Klimkin
Hello Yogeetha, The library supports Python 2.4 and later (2.x only). Python 2.6 is supported. -Danial, AdWords API Team. On Monday, October 7, 2013 8:22:28 AM UTC+4, Yogeetha Sundaram wrote: For migrating to adwords v201306 / v201309 is python 2.7 mandatory? Will python 2.6 not work?

Re: How to implicitly create an Individual Budget when creating the Campaign in v201309?

2013-10-08 Thread Danial Klimkin
Hello HK, As of v201309 you can create individual budgets. Still, you need to use BudgetService for them, get an ID and use it with the CampaignService. Individual budget can be created by sending IsExplicitlyShared value set to false. -Danial, AdWords API Team. On Saturday, October 5,

Re: Negative Keyword Not Added

2013-10-08 Thread Danial Klimkin
Hello, Can you please send us the XML code of the request and full server response? Please make sure to exclude sensitive details such as AuthToken or developer token. -Danial, AdWords API Team. On Thursday, October 3, 2013 12:21:26 AM UTC+4, goingdev wrote: Using the API (201306) I'm

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-10-03 Thread Danial Klimkin
with a production MCC (even if it is still under review) ? My production id is *827-371-9238* token is tMhiBYdxUm4Egu6IqSYb4w Can you help me? Il giorno mercoledì 2 ottobre 2013 01:02:12 UTC+2, Danial Klimkin ha scritto: Hi, It looks like you are using a developer token from test mcc account

Announcing v201309 of AdWords API

2013-10-03 Thread Danial Klimkin
Today we are releasing the AdWords API v201309. This latest release introduces offline conversion import, adds new reports and also makes several Beta features available to all API users. We've also reworked the AdWords API Developers site https://developers.google.com/adwords/api/ making it

Re: RMF C.115: Creating Campaigns with Conversion Optimizer bidding scheme

2013-10-02 Thread Danial Klimkin
Hello Oliver, As a technical team we can not comment on legal or RMF questions. I'll highlight it internally with a relevant team but I can't promise a follow-up. -Danial, AdWords API Team. On Wednesday, October 2, 2013 11:06:37 AM UTC+4, oseemann wrote: Hi Jason, thanks for your

Re: Php скрипт автоматической проверки работы рекламной кампании.

2013-10-01 Thread Danial Klimkin
Игорь, добрый день, Для проверки доставки решения нет. С помощью AdWords API можно получить статус всех объектов (включена ли компания, подтверждено объявление и т.п.). -Даниил, команда AdWords API. On Friday, September 27, 2013 2:47:39 PM UTC+4, Igor Kolesnik wrote: Хотелось бы узнать

Re: Error while getting Detination URL report

2013-10-01 Thread Danial Klimkin
Hello Shobha, Do you still experience the issue describe below? -Danial, AdWords API Team. On Thursday, September 26, 2013 3:40:47 PM UTC+4, shobha.p...@gmail.com wrote: Hi, I am trying to fetch Destination URL report for a client using Adwords APi v201302 as well as from the 'Client

<    5   6   7   8   9   10   11   12   13   14   >