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

2014-01-24 Thread Pere Kyle
Daniel, Anytime I request a adwords scope for an already authed adwords account I get a 400 error. Tried var scopes = 'https://adwords.google.com/api/adwords/'; gapi.auth.authorize({client_id: clientId, scope: scopes, access_type: 'offline', response_type: 'code', prompt: 'select_account',authus

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2014-01-24 Thread Bikram Bhuyan
Hello Guys, I need some assistance here as well as I am facing the same kind of issues. The situation is the client's account is not linked to our MCC account. We got the refresh token for the client's account through the OAuth process. Could you please let us know the step we can follow with s

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

2014-01-24 Thread Bikram Bhuyan
Hi Ray, Thanks a lot for your response and it works great for the accounts which are listed under out MCC account after we change the clientCustomerId in the code. Now I have a different situation. We are connecting to third party AdWords account which are not listed under our MCC account. We

Re: Search Query Performance Report

2014-01-24 Thread Josh Radcliff (AdWords API Team)
Hi, If you include the KeywordId field then you could join that information back to the criterion IDon your AdGroupCriterion

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

2014-01-24 Thread Josh Radcliff (AdWords API Team)
Hi, Are you accessing the same account that you were logged into when you generated the refresh token? I recommend taking a look at the other "invalid_grant" posts on the forum, as they contain several suggestions for addressing this issue. A few examples are: - https://groups.google.com/

New filter limits for AWQL and reports

2014-01-24 Thread CSPeter
http://googleadsdeveloper.blogspot.com/2014/01/ensuring-reliable-performance-with-new.html There is currently a limit of 10k results returned within a single page for adgroupcriterion calls. If you try to retrieve pages past 100k results, errors are thrown. Is this announcement to enforce thes

Wrong result if an AWQL query to AD_PERFORMANCE_REPORT contains a predicate on CostPerConversion

2014-01-24 Thread Jean Claveau
Considering this query : SELECT Id ,AdGroupId ,AdGroupName ,CampaignId ,CampaignName ,Conversions ,CostPerConversion FROM AD_PERF

Re: get all keywords (with status)

2014-01-24 Thread Josh Radcliff (AdWords API Team)
Hi, A Keyword criterion exists as part of a AdGroupCriterion or CampaignCriterion, so it doesn't have a status of its own, per se. Could you elaborate on what you're trying to achieve? It may be that the other status values available will provide the information you need, such as: - syst

Re: API v201309 CampaignCriterionService mutate set AdSchedule

2014-01-24 Thread Marcel Bremer
Hello, I'm facing the exact same problem. I am able to update the bidModifier criterion, but I can't update the startHour or startMinute of an AdSchedule. Kind regards, Marcel On Thursday, January 23, 2014 12:24:21 PM UTC+1, Leny wrote: > > Hi, > > I am trying to update an AdSchedule(change the

mcc vs api Impressions differs

2014-01-24 Thread Ilya Chukhlayev
Hi there! I have a problem when I compare results returned by CAMPAIGN_PERFORMANCE_REPORT with appropriate ones in MCC. For example, CampaignId: 138307647 Date: 2014-01-20 Impressions value from CAMPAIGN_PERFORMANCE_REPORT: *12194* Impressions value from MCC: *10768* If it matters, I use java

Re: API support for AdWords "Labels" feature?

2014-01-24 Thread Ben Marengo
+1, i'm also keen for this! is there a ticket that we can watch, so we know when its available? thanks ben On Thursday, 16 January 2014 18:12:30 UTC+1, Ray Tsang (AdWords API Team) wrote: > > Hi, > > I'm sorry to inform you that I won't be able to comment on a release date. > > Thanks, > > -- >

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-01-24 Thread Josh Radcliff (AdWords API Team)
Hi, Are you using one of our client librariesor are you generating the SOAP requests manually? I just ran a check with the Java client library and was able to add a Vertical with verticalId 1252 to an ad group without any issues.

Re: Vertical ID ADD returned as EntityNotFound.INVALID_ID

2014-01-24 Thread Andrew Ambrosio
I noticed that we are using both Vertical.VerticalId and Vertical.Id, thanks for pointing that out. I got a different error now. CONCRETE_TYPE_REQUIRED I am using "statistics" as vertical for this test. I give 1252 as VerticalId. On Wednesday, January 22, 2014 2:50:21 AM UTC+8, Josh Radcliff (

Re: ETA on AdGroup Platform Target Report?

2014-01-24 Thread Danial Klimkin
Hello Matt, Unfortunately we can't commit on any feature or timeline before an actual release. I'll make sure this feature request is logged though. -Danial, AdWords API Team. On Wednesday, January 22, 2014 12:38:07 AM UTC+4, Matt Linscott wrote: > > We really need a more efficient way of fe

Re: AdGroupCriterionService Bug? - EntityNotFound.INVALID_ID for CriterionId that exists

2014-01-24 Thread Danial Klimkin
Hello Daniel, Please create a new thread on the forum for your issue and attach the XML logs of the request and server response to investigate. Please make sure to remove sensitive parts such as developer and auth tokens. -Danial, AdWords API Team. On Tuesday, January 21, 2014 8:00:57 PM UTC

Re: DESTINATION_URL_REPORT" is not returning the actual clicked URL and the KeyWord.

2014-01-24 Thread Danial Klimkin
Hello Bikram, 1. Some rows can represent several clicks (if other columns are the same). Add "Clicks" column to the report to confirm it. 2/3. The final effective URL is generated on delivery and not stored. ValueTrack parameters are design to supply information to your web server, statistica

Re: AdWords API Exception handling in Python

2014-01-24 Thread Danial Klimkin
Hi Martin, Please see this example as a reference: try: page = campaign_service.get(selector) except AdWordsGoogleInternalError, e: inner_error = e.errors[0] if 'RateExceededError.RATE_EXCEEDED' == inner_error.errorString: // do something with inner_error.retryAfterSeconds -Danial, A

Re: Documentation seems to indicate TrueView ad metrics ARE available thru the Adwords API

2014-01-24 Thread Danial Klimkin
Hello Michael, This guide talks about the old video ads that were available before AdWords for Video was launched. They are still used by very legacy accounts but should not be implemented anymore. Unfortunately YouTube TrueView ( = AdWords for Video) campaigns are not available via the API.

set a mobile bid adjustment using the API

2014-01-24 Thread ashleygrison
Hello, I am trying to set a mobile bid adjustment using the following sample code: https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201306/advancedoperations/AddAdGroupBidModifier.java When I run this code, I cannot see the set values i

Documentation seems to indicate TrueView ad metrics ARE available thru the Adwords API

2014-01-24 Thread Michael Mertz
I'm very confused by this thread. According to https://developers.google.com/adwords/api/docs/guides/videoads the very first line of this document reads: "The AdWords API can be used to access and manipulate video ads in your online campaigns

Re: Ad performance report has no data for html5 ads

2014-01-24 Thread Danial Klimkin
Hello Chirag, Unfortunately I can not identify the issue from the report attached. Can you please send as retrieved report (without any alterations) and clarify what is the expected output? -Danial, AdWords API Team. On Friday, January 24, 2014 1:23:39 PM UTC+4, Chirag wrote: > > Hello, > >

Re: No campaigns were found

2014-01-24 Thread prm . programista
I have a similar problem I have two MCC accounts: test and production, in auth.ini I added client_id,client_secret,clientCustomerId and refresh_token from test account and developer token from production account. In result i get "No campaigns were found.". I do not know if I good understand this

Re: Ad performance report has no data for html5 ads

2014-01-24 Thread Chirag
Hello, Yes am aware that the Description line 1 & 2 will be shown only for text ads. I agree. However, it seems that you missed my last option. Let me be clear here - I was specifically talking about the Ad dimensions for Display ads. When you see in the attached sheet rows are not giving ad

Re: No campaigns were found

2014-01-24 Thread prm . programista
I have a similar problem I have two MCC accounts: test and production, in auth.ini I added client_id, client_secret, clientCustomerId and refresh_token from test account and developer token from production account. In result i get "No campaigns were found.". I do not know if I good understand t

Re: TokenResponseException

2014-01-24 Thread Magnus Ljung
Hi again, We have changed our implementation to retry the operation if we get this exception and that seems to work. /Magnus -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/g