Re: Ad performance report does not contain the Content keyword

2014-01-28 Thread schut
Hi Mike, Any news on this yet? Thanks, Igor Op donderdag 9 januari 2014 14:43:03 UTC+1 schreef Michael Cloonan (AdWords API Team): > > Hi Igor, > > This looks like it could be an issue on our end. I'll keep you posted as > we find out more details about this. > > Thanks, > Mike, AdWords API Ad

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2014-01-28 Thread schut
Hello Anash, Any new on this yet? Thanks, Igor Op dinsdag 14 januari 2014 17:45:02 UTC+1 schreef Anash P. Oommen (AdWords API Team): > > Hi, > > Could someone send me a private reply with a report attachment to > adwordsapia...@google.com ? I could take a look at the > reports. > > Cheers, >

Re: Refresh token

2014-01-28 Thread Eldar Useinov
Thank you for your answer. Now i have different question. I recieve refreshToken for user account, than get data from his account (using java and php client libraries). Everything is ok. But when i try to use this refresh token and ClientCustomerId next day i face the "invalid_grant" error. Wh

Re: Reporting Stats for an MCC

2014-01-28 Thread Mike C
Hi Ray, I'm having trouble figuring out how to implement your response. I am able to run a report and get the stats when I utilize a customer ID that has one account. I can get all the stats for that account. However, I do not understand how I am supposed to get that same report response for

RE: $user->GetService()

2014-01-28 Thread Gopal Rathod
Hello, Check SOAP version in your server. Regards, Gopal Rathod From: adwords-api@googlegroups.com [mailto:adwords-api@googlegroups.com] On Behalf Of ? ??? Sent: Monday, January 27, 2014 7:13 PM To: adwords-api@googlegroups.com Subject: $user->GetService() Hello! I have a

Re: How could i get access to unlinked adwords user account

2014-01-28 Thread Eldar Useinov
Thank you for answer. Yes i use the same ClientID and ClientCescret. If i genetare new refresh token for user account, can i use the old refresh token, or i will get error? понедельник, 27 января 2014 г., 23:24:15 UTC+2 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > You can

Re: Cannot upload offline conversions.

2014-01-28 Thread Danial Klimkin
Hello Austin, Looking at the log, you have the same issue as Moshe. The timestamp format in the conversionTime field is incorrect. Try to skip the timezone or use the following format: "20140101 010101 Europe/London" -Danial. On Sunday, January 26, 2014 8:33:04 PM UTC+4, Austin Bergstrom wr

Re: 400 Error when re-authorizing adwords Oauth2.0

2014-01-28 Thread Danial Klimkin
Hello Pere, So far I wasn't able to reproduce this scenario. Can you please outline the exact steps how your users get into this state? -Danial, AdWords API Team. On Saturday, January 25, 2014 6:53:59 AM UTC+4, Pere Kyle wrote: > > Daniel, > > Anytime I request a adwords scope for an already

Re: Search Query Performance Report - Query Field Note

2014-01-28 Thread Danial Klimkin
Hello Stepanian, In this case you will get multiple rows where all columns are the same except to Query field. -Danial, AdWords API Team. On Sunday, January 26, 2014 1:12:56 PM UTC+4, Stepanian wrote: > > In the AdWords API docs, Report Types, Search Query Performance Report > field list, th

Re: TokenResponseException

2014-01-28 Thread Danial Klimkin
Hello Magnus, Do you re-use the obtained access token? It is valid for one hour and should be re-used. This kind of error is likely if you only keep the refresh token and obtain a new access token for each request. -Danial, AdWords API Team. On Thursday, January 23, 2014 11:35:03 AM UTC+4,

Re: set a mobile bid adjustment using the API

2014-01-28 Thread Danial Klimkin
Hello Ashley, In the API, the adjustment is a coefficient. E.g. "-90%" is 0.1 and "400%" is 3.0 (X * 0.1 and X * 3). If you operation succeed but you don't see the UI change, please send us the full XML code of the request and response via email (Reply to author). Please make sure to keep / p

Re: Two QQs for AdWords FE

2014-01-28 Thread Danial Klimkin
Hello Yiping, 1. UI urls format is not documented and is subject to change without notice. 2. We currently don't support change history log via the API. -Danial, AdWords API Team. On Saturday, January 25, 2014 4:47:05 AM UTC+4, Yiping Dou wrote: > > Hi, > > I have two QQs for AdWords FE: > >

Re: Socket Exceptions in Downloading Keywords

2014-01-28 Thread Danial Klimkin
Hello Sanchita, Please make sure to re-use the existing access token, it looks like you may be re-requesting a new one for each request. As per the first error, it's a network connectivity issue. Check if your network accessibility was affected during the time you get the error. -Danial, AdW

Re: $user->GetService()

2014-01-28 Thread Danial Klimkin
Hello Igor, Please make sure the following URL is accessible from your server: https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl Also, SSL root certs are up to date and date / time are correct. -Danial, AdWords API Team. On Monday, January 27, 2014 5:43:21 PM UTC+4, И

Re: Cannot upload offline conversions.

2014-01-28 Thread Austin Bergstrom
Thanks Danial, I am omitting the timezone and no longer see the UNPARSEABLE_GCLID fault. I would ultimately like to include the timezone. The two formats I used with timezone included are below: new SimpleDateFormat("MMdd HHmmss z"); new SimpleDateFormat("MMdd HHmmss "); Neither w

Re: Accessing to multiple AdWords account under the same MCC account.

2014-01-28 Thread Ray Tsang (AdWords API Team)
Bikram, IIRC, if you used a refresh token that's directly tied to an AdWords account (and not a MCC account), then you don't necessarily need to provide the client customer (It should default to the account that the refresh token is associated with). If you absolutely need to get the customer

Re: How can an account revoke access to an OAuth'ed user?

2014-01-28 Thread Darren E. Squires
Ewan, I have a client that we allowed API access to a third party service (Wordstream). I am not seeing them in Security>Account Permissions>View All is there somewhere else that I might be able to manage API access to a Adwords account? Has the management of API access for Adwords account

Re: System Codes for CriterionUserInterest?

2014-01-28 Thread kirill . funtov
Have a same problem. Only documentation that I found is deprecated. For search query "Google adwords API Affinity categories" Google send me to this thread. Could you post a link to "new thread" if it

Re: Cannot upload offline conversions.

2014-01-28 Thread Danial Klimkin
Hello Austin, The string format depends on your language / library. I assume you need a string like: "20140101 010101 America/Los_Angeles" for Pacific time. We'll update the error message for this case as soon as possible. -Danial, AdWords API Team. On Tuesday, January 28, 2014 6:47:32

Error> CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION on Managed Placements Bids

2014-01-28 Thread Maurício Alves de Souza Oliveira
Hello, I'm trying to change the Max CPC of a Managed Placement, but I got stuck in the error CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_CONFIGURATION, regardless of the alteration (getting the BiddableAdGroupCriterion and sending it back throws the error). We're using v201309 API's version, a

Re: How can an account revoke access to an OAuth'ed user?

2014-01-28 Thread Danial Klimkin
Hi Darren, Please make sure you are logged in under exactly the same account you granted permissions with. -Danial, AdWords API Team. On Tuesday, January 28, 2014 8:11:53 PM UTC+4, Darren E. Squires wrote: > > Ewan, > > I have a client that we allowed API access to a third party service >

Re: Junk characters in 'Dynamic ad target' column in Criteria Performance report

2014-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi Igor, Did you send a private message with the SOAP request and response xml as I requested? I can't seem to locate any. Cheers, Anash On Tuesday, January 28, 2014 3:40:31 AM UTC-5, sc...@bgenius.com wrote: > > Hello Anash, > > Any new on this yet? > > Thanks, > Igor > > Op dinsdag 14 januari

Re: Ad performance report does not contain the Content keyword

2014-01-28 Thread Michael Cloonan (AdWords API Team)
Hi Igor, We're still looking into this on our end. Sorry for the long turnaround time. I've pinged the appropriate people to see if we can push up the prioritization on this. Thanks again, Mike, AdWords API Advisor On Tuesday, January 28, 2014 3:40:13 AM UTC-5, sc...@bgenius.com wrote: > > Hi

Re: Reporting Stats for an MCC

2014-01-28 Thread Anash P. Oommen (AdWords API Team)
Hi Mike, https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201309/reporting/parallel_report_download.rb is a good code example to get started on how to download reports for multiple client accounts under an MCC account. Cheers, Anash P. Oommen, AdWords API Advi

Re: How can an account revoke access to an OAuth'ed user?

2014-01-28 Thread Darren E. Squires
Danial, It worked. I see the access now. Thanks for the help. Sincerely, Darren E. Squires, MBA, PMP Director of Digital Strategy (214) 699-8890 (direct) (817) 796-1347 (fax) On Tue, Jan 28, 2014 at 11:40 AM, Danial Klimkin < adwordsapiadvisor+dan...@google.com> wrote: > Hi Darren, >

Re: Reporting Stats for an MCC

2014-01-28 Thread Oliver
You cannot get one report that has data for more than one account at a time. You need to do the aggregation manually on your side after downloading each account separately. On Tuesday, January 28, 2014 12:06:36 AM UTC, Mike C wrote: > > Hi Ray, > > I'm having trouble figuring out how to imple

Re: Memory leaks & storage consuming data

2014-01-28 Thread Ray Tsang (AdWords API Team)
Assaf, That's great to hear! I'm glad it's working now. Cheers, -- Ray Tsang (AdWords API Advisor) On Sunday, January 26, 2014 9:10:51 AM UTC-5, assaf wrote: > > Hi Ray, > > Just to keep you updated - I was using jxl-2.6.3.jar for excel integration > in my application. > This Jar contained a

Re: 400 Error when re-authorizing adwords Oauth2.0

2014-01-28 Thread Pere Kyle
Danial, It seems it may be related to the google api javascript library and specifically using the postback option. I am requesting an auth_code via a postback on the js side, then getting a refresh token using the php library on server side. Should I degrade use of the postback option? Thanks

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. E.g. "-90%" is

Re: 400 Error when re-authorizing adwords Oauth2.0

2014-01-28 Thread Pere Kyle
Here is the code on server side using the adwords client library: $redirectUri = 'postmessage'; $OAuth2Handler = $user->GetOAuth2Handler(); // Get the access token using the authorization code. Ensure you use the same // redirect URL used when requesting authorization. $user->Se

Re: Refresh token

2014-01-28 Thread Josh Radcliff (AdWords API Team)
Hi, Are you using one of our client library examples to get the refresh token, or generating the OAuth2 requests manually? Also, when you say "when i try to use this refresh token and ClientCustomerId next day" are you definitely using the *refresh* token and not the *access* token the next da

Re: How could i get access to unlinked adwords user account

2014-01-28 Thread Josh Radcliff (AdWords API Team)
Hi, Is this post a duplicate of your other OAuth2 post here? If so, let's continue the discussion on that post so we don't duplicate information. Thanks, Josh, AdWords API Team On Tuesday, January 28, 2014 4:11:03 AM UTC-5

Re: Reporting Stats for an MCC

2014-01-28 Thread Mike C
Thanks for the response Anash. I came across that last night but was really hoping there was a simpler way. Constructive criticism for the API... I use the Bing Ads API a lot as well and while the Adwords API does a lot of things better than them (especially documentation), this is one place

Re: Ad performance report does not contain the Content keyword

2014-01-28 Thread Michael Cloonan (AdWords API Team)
Hi again Igor, Would you be able to provide me the AdGroupId for which this is occurring? We weren't able to replicate it in another instance. Thanks, Mike, AdWords API Advisor On Tuesday, January 28, 2014 12:55:23 PM UTC-5, Michael Cloonan (AdWords API Team) wrote: > > Hi Igor, > > We're stil

Missing elements in :order! [:date_range] - when setting a custom date

2014-01-28 Thread Mike C
I'm grabbing campaign stats via the API (reporting) and I'm utilizing the parallel_report_download method shown here: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201309/reporting/parallel_report_download.rb When I set a custom date range I am getting the e

AdWords reporting endpoint has become flakey

2014-01-28 Thread Devesh Parekh
I've been seeing the following error more frequently for at least the past two months when requesting large reports: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND Unable to read report data Example customer id: 2037915760 Example query: "SELECT AdGroupId, Id, Key

Re: Search Query Performance Report - Query Field Note

2014-01-28 Thread Stepanian
Thank you so much for you response. I have a couple of follow up questions: What would be in the Query columns for these rows? How many rows would I get for each record? How would I know if these are the same record split up into multiple rows or if they are separate records? Thanks again! O