Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
Is it possible to update keywords bids individually in v201409? I got it to work on AdGroup level but some post and docs mention that it is not possible on a keyword level. We would like to adjust bids based on their position. What's the best api approach to handle this. This is handled

AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED using upload_offline_conversions

2014-11-27 Thread do
Hi I am using a script very similar to upload_offline_conversions.pl with v201409 a difference is that i am setting the oauth handler in the script: my $client = Google::Ads::AdWords::Client-new({version = v201409});

Re: Traffic Estimator Service: RateExceededError

2014-11-27 Thread Danial Klimkin
Hello All, There was an issue with an internal system that resulted in lower rate limits for TES service. We've already increased the limit and hope to completely resolve this issue early next week. -Danial, AdWords API Team. On Wednesday, November 26, 2014 10:44:08 PM UTC+3, Lan wrote:

TokenResponseException while connectiong to Google adwords API using service account

2014-11-27 Thread edduenasnordstrom
We tried to create a code to obtain Google Adwords API connection using service account but we are getting the following errors. Caused by: *com.google.api.client.auth.oauth2.TokenResponseException*: 400 Bad Request { error : invalid_grant } at

Re: java.lang.NullPointerException after trying to get traffic estimations

2014-11-27 Thread Jorge Brasil
Hi Anash, I can't find that file and I think I know why. Those xml are going to be created with the lo4j login right? And I'm receiving this message log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.PropertiesConfiguration). log4j:WARN Please initialize the

Updation of destination url using Adwords API

2014-11-27 Thread leadmaster2014
I am using Google Adwords API now i want to get the broken links for my ads and keywords and need to update those using API. Can anybody help please? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Youtube ADs data - No API and now a change to emails?

2014-11-27 Thread Francesco Boano
we've not yet implemented google login procedure.. which is not really easy, but I suppose we'll do that in the coming days. Hope that would fix -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED using upload_offline_conversions

2014-11-27 Thread Danial Klimkin
Hello, This error means you are not providing the clientCustomerId in the request, which is required as of v201409. This is the CID of your account (string like 123-456-7890) -Danial, AdWords API Team. On Thursday, November 27, 2014 3:31:51 PM UTC+3, d...@adservice.com wrote: Hi I am

Re: Handle Authentication error when user logged in with non adwords account using Adwords API

2014-11-27 Thread Danial Klimkin
Hello Raman, 1. You can request BudgetId column. Further budget parameters can be obtained by this ID. 2. You'll need campaign performance and display reports: See the reporting reference: https://developers.google.com/adwords/api/docs/appendix/reports 3. Campaign Sub-Type is a UI-only

Re: How Long to Approve API Account

2014-11-27 Thread Danial Klimkin
Please see: https://groups.google.com/d/msg/adwords-api/rp0HFwu-E0M/gZK9lwebWWQJ -Danial. On Thursday, November 27, 2014 12:19:11 PM UTC+3, DD wrote: Hi all, Last week I applied for an AdWords API account, but it is still showing as 'pending approval'. Does anyone know how long this

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED using upload_offline_conversions

2014-11-27 Thread do
How do i provide that to the request using the perl lib ? On Thursday, November 27, 2014 1:31:51 PM UTC+1, d...@adservice.com wrote: Hi I am using a script very similar to upload_offline_conversions.pl with v201409 a difference is that i am setting the oauth handler in the script:

Re: Error Uncaught SoapFault exception: [soap:Server] [SelectorError.INVALID_PREDICATE_ENUM_VALUE @ serviceSelector; trigger:'DELETED']

2014-11-27 Thread Danial Klimkin
Hello, 'DELETED' is now known as 'REMOVED'. Please see the migration guide: https://developers.google.com/adwords/api/docs/guides/migration/v201406 -Danial, AdWords API Team. On Thursday, November 27, 2014 12:31:28 PM UTC+3, mcc.cit...@gmail.com wrote: 2014/11/26 15:49:42 [error]

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED using upload_offline_conversions

2014-11-27 Thread Danial Klimkin
This should be: $client-set_client_id(123-456-7890) -Danial. On Thursday, November 27, 2014 4:09:31 PM UTC+3, d...@adservice.com wrote: How do i provide that to the request using the perl lib ? On Thursday, November 27, 2014 1:31:51 PM UTC+1, d...@adservice.com wrote: Hi I am using a

Re: New enums

2014-11-27 Thread Danial Klimkin
Hello Rasmus, Goog spot! This should not be a visible change though as UNKNOWN will not be returned under normal conditions. -Danial, AdWords API Team. On Thursday, November 27, 2014 12:19:11 PM UTC+3, Rasmus Ladekjær Pedersen wrote: You have changed some enums, e.g.

Re: False Positive Offline Conversion Post

2014-11-27 Thread Danial Klimkin
Hello, Yes, just remove erroneous items and re-send the rest. It is also ok to resend already accepted conversion. As per guide: https://developers.google.com/adwords/api/docs/guides/importing-conversions It takes up to 3 hours for imported conversions statistics to show up in your

Re: Offline Conversions stopped showing up

2014-11-27 Thread Danial Klimkin
Hello Nicola, Please consider two points here: 1. Conversions are attributed to the time of the click, not the time you specify during upload. Did you successfully upload any conversion for clicks happened after Nov 8th? 2. Conversion upload requests are atomic. If at least one conversion

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
Okey, so I got keyword bids changed individually(executed as a grouped mutate of course) by setting a individual biddingStrategyConfiguration. Might this be the best way or am I missing something here? $keywordTest = [ ['keywordID' = '11372600', 'adgroupID' = '8941319456'],

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Danial Klimkin
Hello Filip, This is exactly the approach. -Danial, AdWords API Team. On Thursday, November 27, 2014 4:28:19 PM UTC+3, Filip Holmberg wrote: Okey, so I got keyword bids changed individually(executed as a grouped mutate of course) by setting a individual biddingStrategyConfiguration.

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
Okey, so I got keyword bids changed individually(executed as a grouped mutate of course) by setting a individual biddingStrategyConfiguration. Might this be the best way or am I missing something here? $keywordTest = [ ['keywordID' = '', 'adgroupID' = 'XX'],

Re: Change keyword bids bases on position in v201409

2014-11-27 Thread Filip Holmberg
Ok, thanks for the confirmation. On Thursday, 27 November 2014 15:30:04 UTC+2, Danial Klimkin wrote: Hello Filip, This is exactly the approach. -Danial, AdWords API Team. On Thursday, November 27, 2014 4:28:19 PM UTC+3, Filip Holmberg wrote: Okey, so I got keyword bids changed

Re: TrafficEstimatorService - RateExceededError

2014-11-27 Thread Danial Klimkin
Hello Lan, Please see: https://groups.google.com/d/msg/adwords-api/SrsJf990r2s/SsWB_tSzKSsJ -Danial, AdWords API Team. On Wednesday, November 26, 2014 11:18:01 PM UTC+3, Lan wrote: We are getting the following error message when calling the TrafficEstimatorService. It was working fine,

Re: Updation of destination url using Adwords API

2014-11-27 Thread Danial Klimkin
Hello, The API definitely allows this. Please see our doc site for start: https://developers.google.com/adwords/api/ -Danial, AdWords API Team. On Thursday, November 27, 2014 12:51:03 PM UTC+3, leadmas...@gmail.com wrote: I am using Google Adwords API now i want to get the broken links

(502)Bad Gateway

2014-11-27 Thread jai
Hi From last two days iam getting (502)Bad Gateway error while creating adds .please find the below exception stack-trace . could you please help me to resolve this error. (502)Bad Gateway at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744) at

What can cause this error CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN

2014-11-27 Thread Dominic Hofilena
Hi, Im getting this error when creating a new campaign CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN @ operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; trigger:'BUDGET_OPTIMIZER' What could cause this error? My other bidding schemes work. like CONVERSION_OPTIMIZER and