How do I synchronize deleted keywords?

2016-01-07 Thread starrychloe S.
How do I synchronize and download keywords from Google which have been deleted? I have a function which specifically requests Status = REMOVED, and yet it is not returning deleted keywords. The keyword in question also doesn't appear in the web interface in the ad group any more. I considered

Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-07 Thread lzhuo
The code involves a lot of context to make it understandable, so I am not going to send to you now. However, I could explain to you what the code really does: 1) There are some threads, let's say 10 2) For each threads, it will create one batch job using BatchJobService 3) For each threads, with

FILE_FORMAT_ERROR using BatchJobService.

2016-01-07 Thread lzhuo
I use BatchJobHelper to upload operations to AdWords, but there are a lot of FILE_FORMAT errors. Why does this happen even the request was handled by the client library? By the way, I upload the operations in an incremental way. like this:

Google Adword API generate fresh token using generate_refresh_token.py, Please help

2016-01-07 Thread Will Tian
I'm really new to this and after hours of trying, nothing works. Please tell me what I missed. Thanks I follow the step here: https://github.com/googleads/googleads-python-lib/wiki/Using-OAuth-2.0 1. Log in google developers console 2. Create project, then credentials, then acquired the

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-07 Thread dima
After some investigation we've figured out that the degradation is caused by competitive metrics. Query: SELECT Device, AdNetworkType1, Date, Impressions, Clicks, Cost, ConvertedClicks, AveragePosition FROM ACCOUNT_PERFORMANCE_REPORT DURING 20001101, 20160106 5333 rows retrieved in 4.56

Re: Statistic reports by hour AND by country?

2016-01-07 Thread Michael Cloonan (AdWords API Team)
Hello, Unfortunately, this is still not possible. As Anthony mentioned in the other thread where you brought this up, he is bringing up this request with the team. You can watch our blog for new feature announcements. Regards, Mike, AdWords API Team

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-07 Thread Anash P. Oommen (AdWords API Team)
Hi Assaf, I think you should fix your query to run it for a shorter date period. You are requesting 16(?!!) years worth of data for SearchImpressionShare and ContentImpressionShare segmented by date. I wonder what meaningful stats you hope to pull from it given that Google only started

Re: InternalApiErro after access BudgetService

2016-01-07 Thread Yin Niu
Hello, If you look more carefully in the error messages, there should be something more informative than InternalApiError. You could send the SOAP request and response. Just click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- --

Re: Performance issue with ACCOUNT_PERFORMANCE_REPORT

2016-01-07 Thread dima
The during condition is a workaround for all time, since AWQL requires to specify a during period (otherwise an error QueryError.DATE_COLUMN_REQUIRES_DURING_CLAUSE is thrown) we specify there a range since AdWords exists till today. We are expecting to get "--" in the competitive metrics

AppId with strange platform code?

2016-01-07 Thread Berry
Hi, In the URL performance report i'm getting some entries with field 'URL' that start with "mobileapp::10001-...". >From the documentation, the platform codes should be either 1 (iOS) or 2 (Android).Which platform do these apps belong to? These entries are not present in the UI. Thanks --

Re: Google Adword API generate fresh token using generate_refresh_token.py, Please help

2016-01-07 Thread Yin Niu
Hello, What you can do is to comment out the following two lines: if args.client_id == CLIENT_ID or args.client_secret == CLIENT_SECRET: raise AttributeError('No client_id or client_secret specified.') Thanks, Yin, AdWords API Team. -- --

Re: What is correct value "FinalUrls" fields in KEYWORD PERFORMANCE

2016-01-07 Thread 照沼領
Thank you . I understand it, missed read reporting column in migration guide. l will be careful that and correspond json format. Best regard. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: AppId with strange platform code?

2016-01-07 Thread Nadine Sundquist (AdWords API Team)
Hi Berry, I haven't seen that one before, either. Could you please click *Reply privately to author *in the forum and send me your customer ID where you're seeing this along with the date range that you're using to pull your report? Even the report query with the customer ID would help. In the

Can You Push Display Adverts Into Clients Accounts Via Adwords API

2016-01-07 Thread Callum Mckeefery
Hi Everyone, I need some help, We have created a tool that creates retargeting 'Display Adverts' for our clients. Here is an example: We are struggling to find a way for our

Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-07 Thread Yin Niu
Hello, The FILE_FORMAT_ERROR indicates there's a format error in the input file. To upload file

Re: What is correct value "FinalUrls" fields in KEYWORD PERFORMANCE

2016-01-07 Thread mm
Correct value... FinalUrls, FinalMobileUrls & CustomUrlParameters are being returned in JSON format in V201509 - https://developers.google.com/adwords/api/docs/reference/#misc-reporting On Thursday, January 7, 2016 at 1:57:48 AM UTC-6, 照沼領 wrote: > > Hi all > > I'm migrating API version from

User Permission Denied when I try download criteria report

2016-01-07 Thread pedro
Hi, I am making a POST request to download criteria report, but when I put a client id of a real campaign (which I have permission) I receive this message. However, if I to put the id of a test campaign (that I created), I receive "200". Take a look below, I made this request using "Advance

Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-07 Thread lzhuo
Hi Yin, I am using BatchJobHelper(a utility exists in Google ads Java library) to upload operations, so there will be no chance for me to encounter a error related to file, but unfortunately there was. The Java client I am using: com.google.api-ads adwords-axis 2.8.0 Thanks a

Re: Batch job to update CPC/CPA bids (Python)

2016-01-07 Thread Yin Niu
Hello, It is possible that you used suds instead of suds-jurko. See dependency here . If you install from PyPI it should install suds-jurko automatically. Thanks, Yin, AdWords API Team.

Re: java.lang.VerifyError

2016-01-07 Thread sritamsspl
ok, where can I send my code?? is there any email ID?? On Thursday, January 7, 2016 at 7:52:08 PM UTC+5:30, Anthony Madrigal wrote: > > Hi, > > Sorry, you are having trouble setting up the project. Could you please *reply > privately to author *your code and ads.properties file so that I could

Re: Predicate not working correctly

2016-01-07 Thread Chirag
Hi Josh, Yes, I have use *GREATER_THAN_EQUALS *predicate after not getting successful response. But this needs to be correct asap. Thanks, On Tuesday, 5 January 2016 20:12:34 UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > It looks like there may be an issue with the PHP library

Re: Ad Customizer Not Working

2016-01-07 Thread MCC Test
Hello Yin, Yes the Feed Items are set up in Account level.I can also share you the code if you want.The Ads also did created succesfully.I am using the Adwords Script example https://developers.google.com/adwords/scripts/docs/examples/ad-customizers.But the only thing is When we search in

Re: Ad Customizer Not Working

2016-01-07 Thread Yin Niu
Hi Ronak, Did you create CustomerFeed Items for the Ad customizer feed you setup in the account level? Here is an example

Re: FILE_FORMAT_ERROR using BatchJobService.

2016-01-07 Thread Nadine Sundquist (AdWords API Team)
Hi, That is odd. In order to triage it, I would need to take a look at your code. Could you please click *Reply privately to author* in the forum, and send me what your code looks like? That way I can reproduce what you're trying to send. Thanks, Nadine, AdWords API Team On Thursday, January

Re: OfflineConversionsFeedService DateError.INVALID_STRING_DATE_TIME

2016-01-07 Thread Umesh Dengale
Hello, Thanks for providing the code snippet. Please check the time zone of a customer using the CustomerService and compensate for this by either converting your times to customer time zone (to match the API). Could you tell what is field report_conversion_time represent and date format

Re: get an error "AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''" while try to fetch campaigns

2016-01-07 Thread Anthony Madrigal
Hi Aniruddha, It seems you are using your manager client account Id in your auth.ini file. When using any service other than CustomerService or ManagedCustomerService, it will not work. You will need to modify your auth.ini file to be one of your client customer Ids. If this does not work or

Re: ADD ExpressionRuleUserList OPERATION_NOT_SUPPORTED

2016-01-07 Thread ralph
Hi Michael-- So I have continued to try this with the admin account on our production adwords account, and I'm always getting these same two errors: [OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0], RequiredError.REQUIRED @ operations[0].operator]. To clarify, I did not get it to work