Re: Reporting API randomly returning doubly escaped data in XML reports

2013-11-19 Thread pete
Thanks for the update Josh - even if it did take 4 days! FYI - I'm still clearing up the mess this change caused... Can you let me know if can I rely on on the AdHoc reporting service to not double HTML encode the data in XML formatted reports at some time in the future or was this change a

Using API with Storefronts

2013-11-19 Thread Keith Watts
Hi, We have an ecommerce storefront application for hundreds of clients. The majority of our clients use Adwords and we want to offer Adwords API to assist in their on-line efforts. (Each client manages their own Adwords account.) Question is, do we have to setup a new API for each client? Or

Keywords limit and uniqueness

2013-11-19 Thread GDZ
Hello! If say I have 10 campaigns, each campaign has 10 adgroups and each adgroup has 10 keywords, that means I have total of 1000 keywords. But what if some percentage of my keywords are the same? I.e. 10% of keywords from campaign A/adgroup A_1 are the same as some keywords in campaign

AdWords API usage in software

2013-11-19 Thread Mr. Yale
I have been trying to make sense of the AdWords API Terms of Service, but it's still unclear to me what is allowed and what is not allowed. Can I include a keyword analysis option in my commercial desktop application that uses the AdWords API to discover new keywords? Am I correct in

Daily operations counter reset time

2013-11-19 Thread Todor Petrov
Hi, I've been looking through documentation but got nothing for that, in what time daily operations counter is being reset? Currently my AdWords API client implementation is assuming that is at 00:00:00 Bulgarian Time (GMT +2). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

How do I replace CampaignService in v201309?

2013-11-19 Thread Arthur Pemberton
I don't see any migration samples for this. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Feeds - EntityCountLimitExceeded.ACCOUNT_LIMIT

2013-11-19 Thread Denis Borisoglebsky
Hello! I found interesting bug: 1. After try to edit some feed extension on the site (for example site links or call) system create new Feed object with property origin = ADWORDS and new FeedMapping object for our placeholderType- it's ok 2. I can't remove with API Feed object with property

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

2013-11-19 Thread Arthur Pemberton
Why is it strongly discouraged? The OAuth2 examples are rarely equivalent. On Sunday, July 28, 2013 7:05:47 AM UTC-4, Majo Mikula wrote: Keep in mind that ClientLogin API is deprecated, and its use is strongly discouraged. See https://developers.google.com/accounts/docs/AuthForInstalledApps

Refresh token with python client

2013-11-19 Thread fernando . nunes
Hello, I'm using the Adwords python library and am trying to run the script generate_refresh_token.py. The script gives me an url, but when I try to access it I get an error 'invalid_client no support email'. Any advices on what is going on? Thank you. -- --

How to delete a negative criterion at campaign level, and how to select oly the non-deleted negative criterions at campaign level

2013-11-19 Thread account
Does anyone kown how to delete a negative criterion at campaign level, and how to select oly the non-deleted negative criterions at campaign level? An example with use op the AdWords API PHP Client Library would be highly appreciated, regards, Charles -- --

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: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH for OAuth2 external client

2013-11-19 Thread Anash P. Oommen (AdWords API Team)
Hi Pete, When you retrieve your client accounts using ManagedCustomerService, you could look at the canManageClients field to distinguish between an an MCC and Advertiser account. See

Re: Authentication problem with new app

2013-11-19 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you check your Google API console project to see if you have set the email address for your client? You could find this on the consent screen tab of your client. That should fix the invalid_client issue. Cheers, Anash On Wednesday, November 13, 2013 6:30:01 AM UTC-5,

Re: is adwords down right now? getting 502 server error

2013-11-19 Thread Zweitze
I had this on Nov 18 and 19, both at the same time, 06:32h CEST. Report request: reportDefinition selector xmlns=https://adwords.google.com/api/adwords/cm/v201306; fieldsAccountDescriptiveName/fields fieldsAccountCurrencyCode/fields fieldsAccountTimeZoneId/fields fieldsImpressions/fields

FeedItemAttributeError validationErrorCode descriptions

2013-11-19 Thread mm
Hey guys - I'm attempting to retrieve the validation details for my sitelinks. In doing this, I'm seeing null approvalStatus values - is this expected? I am also getting validationErrors, but I can't find any documentation of the error values and what they mean. Where can I find this

Re: Reporting API randomly returning doubly escaped data in XML reports

2013-11-19 Thread Josh Radcliff (AdWords API Team)
Hi Pete, The change was not a feature preview. We have no plans to reintroduce double encoding of data within responses, so you shouldn't have to make any changes on your side now that the encoding change was rolled back. Thanks, Josh, AdWords API Team On Tuesday, November 19, 2013 3:18:46

keyword id 3000004

2013-11-19 Thread GregT
Hi, We have a client who has a search only campaign using manual CPC bidding with enhanced CPC. When running the keyword performance report for them, we get back rows that have a keyword id of 304 and keyword text of AutomaticKeywords, with other fields like quality score, max cpc,

Re: Problem with mutatejobservice because of clientlogintoken?

2013-11-19 Thread Josh Radcliff (AdWords API Team)
Hi, I've seen this before when the classpath is incorrect or incomplete. Could you check the following? 1. You have updated your adwords-api.properties with the latest

Re: When will AttributeValues in PLACEHOLDER_FEED_ITEM_REPORT be fixed?

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Kevin, It's an expected behavior that each value is separated by a semicolon. What we're fixing is escaping a semicolon if it's used in the link or text attribute. @Hans, The fix will be applied anytime soon, thank you for your patience. Best, - Takeshi, AdWords API Team On Saturday,

Re: Set conversion bid metric for Conversion Optimizer and Enhanced CPC

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Shobha, I got your point, but that is not supported by the API at this moment. Best, - Takeshi, AdWords API Team On Monday, November 18, 2013 5:24:43 PM UTC+9, shobha.p...@gmail.com wrote: Takeshi, In Adwords we have tab called 'Settings' under conversions which allows us to set the

Re: is adwords down right now? getting 502 server error

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
Thanks everyone, I'm not able to reproduce it though, it may happen in a specific time or sporadically. To look into this further, can you please share the following? - Do you always see the same error when you get 502? - Can you please share the error response in more detail including HTTP

Re: Third Party Ads are Missing in AdGroupAd Service Queries and Missing Information on Ad Performance Report

2013-11-19 Thread Takeshi Hagikura (AdWords API Team)
Hi Tamar, Apologies for responding it late. To understand your questions better, can you please elaborate what do you mean third party ads here? (I know the general meaning of third party ads, but not sure what you mean in that context) Best, - Takeshi, AdWords API Team On Monday, October