Traffic estimation for mobile app campaign

2015-06-30 Thread artem . bikov . ingate
Hello. I'm looking for api to get traffic estimation for mobile app installs campaign. I can't use TrafficEstimationService, because I don't have keywords. How I can get estimation? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsde

Re: Traffic estimation for mobile app campaign

2015-07-01 Thread artem . bikov . ingate
Are you planning to add this function? среда, 1 июля 2015 г., 20:53:08 UTC+3 пользователь Umesh Dengale написал: > > Hello, > > The AdWords API does not support the traffic estimation for the Mobile > app installs campaign. > > Thanks, > Umesh, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=

BudgetOrderService filter by dates

2015-11-18 Thread artem . bikov . ingate
Hello. I create budget order { :billing_account_id=>"2069-1739-3404-9839", :id=>199191264, :last_request=> { :status=>"UNDER_REVIEW", :spending_limit=>{:comparable_value_type=>"Money", :micro_amount=> 1}, :start_date_time=>"20151118 094933 Europe/Moscow", :end_date_tim

Re: Sudden GENERIC_BILLING_ERROR

2015-11-18 Thread artem . bikov . ingate
Hello. I send request with params { :billing_account_id=>"2069-1739-3404-9839", :start_date_time=>"20151118 180538 Europe/Moscow", :end_date_time=>"20151119 00 Europe/Moscow", :spending_limit=>{:micro_amount=>15000} } and get !! # среда, 11 марта 2015 г., 18:52:03 UTC+3 пользо

Re: Sudden GENERIC_BILLING_ERROR

2015-11-18 Thread artem . bikov . ingate
Yes, you are right. I pass id of master account. Thanks. среда, 18 ноября 2015 г., 18:19:55 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > Could you check the clientCustomerId >

Re: BudgetOrderService filter by dates

2015-11-18 Thread artem . bikov . ingate
Yes, it's still happen. Additional. I create new BudgetOrder (id=229891455) and try get by id them and get content-type: text/xml; charset=UTF-8, date: Thu, 19 Nov 2015 05:35:19 GMT, expires: Thu, 19 Nov 2015 05:35:19 GMT, cache-control: private, max-age=0, x-content-type-options: nosniff, x-fr

Re: BudgetOrderService filter by dates

2015-11-19 Thread artem . bikov . ingate
But I try to use field 'id' and it doesn't work too. четверг, 19 ноября 2015 г., 21:30:04 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > In your predicate, please make sure you are using the selector field names > as specified here >

BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-15 Thread artem . bikov . ingate
Hello. We have used BudgetOrderService for 2 months. But today we get error [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ; trigger:'Manager 6835091916 is not whitelisted under RESELLER or AGENCY']. We can create BudgetOrder from Adwords UI successfully. What is the problem? -- -- =

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-17 Thread artem . bikov . ingate
Thanks you пятница, 15 января 2016 г., 20:44:54 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Just to clarify, were you previously whitelisted for the > BudgetOrderService but are now getting an error saying you are no longer? > You will need to contact your Google account manager

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread artem . bikov . ingate
Account manager said what this service don't allowed in Russia. Why? пятница, 15 января 2016 г., 20:44:54 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Just to clarify, were you previously whitelisted for the > BudgetOrderService but are now getting an error saying you are no longe

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-20 Thread artem . bikov . ingate
It sounds great. How I can contact the AdWords billing team? Could you give me email or smth else? среда, 20 января 2016 г., 20:15:56 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Unfortunately, our team does not have additional information on why this > is the case. If you want t

Re: BudgetOrder. I was dropped from BudgetOrder whitelist

2016-01-24 Thread artem . bikov . ingate
Hello. How I can contact with the AdWords billing team? I communicated with adwords support specialists and they known nothing about api and can't help me. среда, 20 января 2016 г., 20:15:56 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Unfortunately, our team does not have additi

create ImageAd with animated gif

2016-08-15 Thread artem . bikov . ingate
Hello. I try to create ImageAd with animated gif image and get error MediaError.MEDIA_TYPE_DOES_NOT_MATCH_OBJECT_TYPE request params { "ad_group_id":"27708882730", "ad": { "xsi_type":"ImageAd", "image": { "xsi_type":"Image", "data":"", "type":"DYNAMIC_IMAGE" },

Re: create ImageAd with animated gif

2016-08-15 Thread artem . bikov . ingate
Thank you. I removed field 'type' and had successful response. понедельник, 15 августа 2016 г., 13:43:46 UTC+3 пользователь Joyce Lava написал: > > Hello, > > Apologies for the delayed response. Could you please confirm if you are > using MediaService.upload >