Re: Problems with OAuth 2.0 (java)

2014-03-14 Thread GrueneOrchidee
Hi, thanks for your help. Now it works for me, but not with service accounts ;-) Am Dienstag, 26. November 2013 05:10:04 UTC+1 schrieb Takeshi Hagikura (AdWords API Team): > > Hi, > > The documentation looks not right. > There is no concept of access type for service accounts. > We're fixing t

Geo Performance Report Issue

2014-03-14 Thread Chirag
Hello, I have downloaded the geo performance report for one of the account and compared the data with the adwords UI, I found the difference in data.Some of the locations are not reflecting in adwords report and even there are difference in numbers looking into statistics like clicks, conversi

maxCpc of Placements

2014-03-14 Thread GrueneOrchidee
It seems to me that the update handling of maxCpc of placements changed some weeks ago. I'm not shure if this is a result of updating from v201306 to v201309. If I want to update the maxCpc of some placements with API, nothing happens. That means the maxCpc is the same as the old maxCpc, I nei

Re: Excluding Remarketing List from a campaign using the API

2014-03-14 Thread mccaccountpala...@gmail.com
I got the answer myself. Posting for future reference for others: #Python Code Snippet campaign_criterion_service = client.GetCampaignCriterionService(version='v201309') operations = [{ 'operator': 'ADD', 'operand' : { 'campaignId': , 'xsi_type' : 'NegativeCampaignCriterion', 'criterion' : { '

how to check the bid amount for a keyword ?

2014-03-14 Thread brstdev9
hello, i have made used of the adwords api and i have launched a campaign successfully. Now while launching the campaign i set the budget to $7 per day and used two keywords "advertise online" and "marketing" and set the default bid to $0.35. now i logged in to the google Adwords UI Interface

Re: How to verify the client customer id is valid and billing has been setup!

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi Brihaspati, One important point is that the client_id and client_secret are for *your* application--the user never creates these. You should use the same client_id and client_secret for all of your application's OAuth2 requests, as this is what identifies your application. The OAuth2 flow

Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
I am trying to do a sync of our local database with the data we have in adwords (since updates may be done by some other users to the Status/bids of our keywords outside our internal app). Is there a way to get only those assets(Campaign/AdGroups/Keywords/Product Targets/Ads) that have changes

Problem with billing when using MCC account and API

2014-03-14 Thread test . luixurytrading
Hi, I want to use adwords api for users on my website. I want my users to create adwords campaigns/ ads using API in my website. For that I have created a MCC account and will link my users as adwords clients in my MCC account using API. I want to pay directly to google for the campaigns/ ads

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

2014-03-14 Thread adwordtest
we are in the similar situation - we didn't complete the billing and T&Cs, but now I can't find where I should enter my billing info - there is no billing link within adwords account. There is "billign summary", but no place to enter billing and accept T&C. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Service Account Scope Access Failure

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, In general we recommend (here and here) using the *installed application* or *web *flow instead of *service accounts*. Service accounts are consi

Re: IMAP, Email Campaign Reports

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, I may have misunderstood your question, but it sounds like you're asking about the gmail APIs rather than the AdWords API. I did a quick search and it seems like the link below would be a good place to start for your OAuth question. https://developers.google.com/gmail/oauth_overview Cheer

Re: PHP Lib - Report data w/o pre-formatted downloaded report file?

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, Although the example shows how to download to a file, you can download a report and just process it in memory. Simply pass NULL for the second argument to *DownloadReportWithAwql* (or *DownloadReport*). $adwords_config = array( 'server'=> 'https://adwords.google.com',

Re: Is there a way to use a production account data while developemen (python client library)

2014-03-14 Thread Amr Abdel-wahab
Yes but how Can I get my token approved without finishing my application and how will I finish my application without testing it on real data, that's not normal. On Wednesday, March 12, 2014 4:10:44 PM UTC+1, Amr Abdel-wahab wrote: > > I would love to use some production account data because I n

Re: Getting AuthenticationError.LOGIN_COOKIE_REQUIRED error after convert from AuthToken to oAuth AccessToken

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi David, Are you sure that you are passing the Authorization header, and that you are formatting it properly? The only way I can get the *LOGIN_COOKIE_REQUIRED* error is if I do not pass the *Authorizat

Re: Can't get paging work properly

2014-03-14 Thread lasha
Thanks, Josh On Thursday, March 13, 2014 2:16:52 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > If all you want is to print out the first 25 ad groups, then change the > code to: > >1. Construct a Paging object with new Paging(0, 25) [as you have done] >2. Remove the do a

Re: How to get "Added/Excluded" column in search term report. Error in keyword report for "IsNegative" column

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi Ranjit, Report field names are case sensitive. Using "IsNegative" should resolve your problem. For all the valid field names for all reports, please see the first column in the table under each report here. https://developers.google.com/adwords/api/docs/appendix/reports Cheers, Josh, AdWo

Re: PHP Lib - Report data w/o pre-formatted downloaded report file?

2014-03-14 Thread Jake Wilson
Ah excellent. I will look into that approach. Thanks! Jake On Friday, March 14, 2014 8:02:41 AM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Although the example shows how to download to a file, you can download a > report and just process it in memory. Simply pass NULL for the

Re: Is there a way to use a production account data while developemen (python client library)

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, Your application doesn't have to be complete before you can request a developer token. As you said, that would put you in a Catch-22! :) In order to request a developer token (as described in our signing up instructions ) you simpl

Re: Downloading assets that have changed

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, The CustomerSyncService will give you access to changes throughout your account. You can set various attributes on the CustomerSyncSelector

Re: Problem with billing when using MCC account and API

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, To set up billing for your customers through the API you can use the BudgetOrderService, which is limited to specific API users. Please contact your Google Account Manager if you are interested in getting

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2014-03-14 Thread Chris
Hi Josh, Thanks for your reply! The situation I am concerned with however is where we already have clients linked to our MCC. Let's say that one of the people on our team is setting up a new account in one of applications that uses the AdWords API, and by mistake enters the client id for client

Re: Service Account Scope Access Failure

2014-03-14 Thread apiapi
Hi Josh. Thanks for the fast response. We do in fact require a Service Account, we are not building a "typical" app that interacts with the API. I believe I have done all of the steps and am still getting an error about the scope permissions. I have notified our enterprise account manager as

Re: Service Account Scope Access Failure

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, Having some more details on your config would indeed help. You can send those *only to me* by clicking "Reply to Author" on this message and we can follow up via email from there. Thanks, Josh, AdWords API Team On Friday, March 14, 2014 11:55:56 AM UTC-4, apiapi wrote: > > Hi Josh. Thanks

Re: Geo Performance Report Issue

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi Chirag, We're aware of this one and are looking into it. I will post an update once I have more information. Cheers, Josh, AdWords API Team On Friday, March 14, 2014 3:29:45 AM UTC-4, Chirag wrote: > > Hello, > > I have downloaded the geo performance report for one of the account and > com

Re: How to validate user credentials for a user account after ClientLogin is sunset?

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi Chris, Put another way, is your use case as follows? 1. You have MCC M1 and AdWords account A1. 2. A1 is linked to M1. 3. Someone on your team creates AdWords account A2. 4. That same person goes to the MCC UI (or uses your app) to send an invitation to A2 to be linked to M1, b

Re: App promotion image ad causing UNEXPECTED_INTERNAL_API_ERROR. Is it working as intended?

2014-03-14 Thread Anash P. Oommen (AdWords API Team)
Hi Yuri, If you consistently get UNEXPECTED_INTERNAL_API_ERROR, then it is most likely an issue at our end. Let me investigate this further, thanks for providing the logs! Cheers, Anash P. Oommen, AdWords API Advisor On Tuesday, March 11, 2014 7:23:39 PM UTC-4, Yuri Barbashov wrote: > > Hi, i'

Re: Ads API - policy violation and exemption requests

2014-03-14 Thread Anash P. Oommen (AdWords API Team)
Hi Vlad, I think you have most part correct. Here's the complete flow a. send a mutate call, to add a keyword/add. if the mutate fails: I) If error is exemptable: a. resend call, with an attached exemption request; call should always return a reference to the Keyword/Ad; Keyword/Ad b.

Unable to retrieve Budget ID for shopping campaign

2014-03-14 Thread Hendrik Kleinwaechter
Hi AdWords Team, we are unable to retrieve a budget ID for a shopping campaign. For all other campaigns it seems to work, not however for the shopping campaign. This is the code we are using: https://gist.github.com/fa98d936f4fbfb196314 The error: NoMethodError: undefined method `first' for nil

Re: Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
Thanks! This is awesome. I tried it out based on the sample code you gave me, but there happens to be a limit as to the number of changes that can be returned -- I got the error Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode:

Re: Downloading assets that have changed

2014-03-14 Thread Josh Radcliff (AdWords API Team)
Hi, We don't expose that limit publicly and it's subject to change going forward. However, the Troubleshooting Guide contains suggestions on how to handle it. Thanks, Josh, AdWords API Team On Friday, Mar

Re: Downloading assets that have changed

2014-03-14 Thread Cap'n of d'Ship
How about a report (via the api) to get a csv copy of the accountChanges? Is there one? On Friday, March 14, 2014 3:20:53 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > We don't expose that limit publicly and it's subject to change going > forward. However, the Troubleshooting

Re: Getting AuthenticationError.LOGIN_COOKIE_REQUIRED error after convert from AuthToken to oAuth AccessToken

2014-03-14 Thread Dave L
Hi Josh, Thanks for your reply and it helps me to fix the problem. It seems that when adding the "Authorization: Bearer THE_ACCESS_TOKEN" header, I need to add " & vbCrlf" at the end like this: Header.add "Authorization: Bearer THE_ACCESS_TOKEN" & vbCrLf But the interesting part is, my origin