Re: OperationAccessDenied.ACTION_NOT_PERMITTED on CustomerService.Get()

2014-02-26 Thread Chirag
Hello Takeshi,

I am also facing the same issue with customer service since few days, its 
working for most but for few clients it is giving me error 
faultMessage=[OperationAccessDenied.ACTION_NOT_PERMITTED @ class 
com.google.ads.boulder.api.services.customer.GetAction].

requestId=0004f35cdb1621200aa43c0459cb

Also need to confirm that accesstoken was fetched from AdWords account and 
login has proper permission. I am able to get other services working 
properly.

I have also same flow, 1. Client authenticate using Oauth2.0 get the 
refresh token
2. Call CustomerService.Get() to get the CustomerId
3. Do the get the campaigns using refresh token and CustomerId.

Thanks,
Chirag



On Tuesday, February 25, 2014 6:05:54 PM UTC+5:30, Zweitze wrote:
>
> Takeshi,
>
> Indeed there is no CustomerId in the header. Our workflow is like this:
> 1. Using an AdWords login (or user), Get the authenticationtoken
> 2. Call CustomerService.Get() to get the CustomerId
> 3. Do the rest with the authenticationtoken and CustomerId
>
> This works for most of the AdWords logins, but not that specific login. I 
> will mail that login to you.
> Indeed this could be related to that other issue - I thought the login had 
> administrative access, apparently it does not.
>
> Regards
> Zweitze
>
> (PS I didn't notice because the forum search function is seriously 
> broken... again. Take a look at *this result page* 
> to
>  
> see what I mean: at least this topic should show up. But the forum 
> development group is really obnoxious and doesn't appreciate feedback, so I 
> stopped bothering. Still... wouldn't it be a good idea to move this forum 
> to a better platform?)
>
>
> On Tuesday, February 25, 2014 9:55:53 AM UTC+1, Takeshi Hagikura (AdWords 
> API Team) wrote:
>>
>> Hi Zwelte, 
>>
>> Thanks for the input. 
>> Let me confirm, looks like the request doesn't include clientCustomerId 
>> header. Is it expected? (Are you using the credential from the AdWords 
>> client account?)
>> Also can you please let me know from what account you got the auth token? 
>> (I'd like to make sure if it has only the read-only permission. The issue 
>> we saw a week ago was about that case)
>>
>> Best,
>> - Takeshi, AdWords API Team
>>
>> On Monday, February 24, 2014 7:13:39 PM UTC+9, Zweitze wrote:
>>>
>>> Takeshi,
>>>
>>> The production server has no SOAP logs, this is from a development 
>>> machine. The error is the same.
>>>
>>> -BEGIN API CALL-
>>>
>>> Request
>>> ---
>>>
>>>
>>> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="
>>> http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="
>>> http://www.w3.org/2001/XMLSchema";>https://adwords.google.com/api/adwords/mcm/v201309";>https://adwords.google.com/api/adwords/cm/v201309";>**>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201309";>**>>  
>>> xmlns="https://adwords.google.com/api/adwords/cm/v201309";>Adwords API 
>>> by Maxlead (AwApi-DotNet/16.5.1, Common-Dotnet/2.0.1, .NET 
>>> CLR/2.0.50727.4247, 
>>> gzip)https://adwords.google.com/api/adwords/mcm/v201309"; 
>>> />
>>>
>>> Response
>>> 
>>>
>>>
>>> >> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201309"; xmlns="
>>> https://adwords.google.com/api/adwords/mcm/v201309";>0004f3241b3ebbd80ade6f854a13CustomerServiceget0265soap:Server[OperationAccessDenied.ACTION_NOT_PERMITTED
>>>  
>>> @ class 
>>> com.google.ads.boulder.api.services.customer.GetAction]>>  
>>> xmlns="https://adwords.google.com/api/adwords/mcm/v201309"; xmlns:ns2="
>>> https://adwords.google.com/api/adwords/cm/v201309";>[OperationAccessDenied.ACTION_NOT_PERMITTED
>>>  
>>> @ class 
>>> com.google.ads.boulder.api.services.customer.GetAction]ApiException>>  
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>>> xsi:type="ns2:OperationAccessDenied">OperationAccessDenied.ACTION_NOT_PERMITTEDOperationAccessDeniedACTION_NOT_PERMITTED
>>> -END API CALL---
>>>
>>> Thanks in advance!
>>>
>>>
>>>
>>>
>>>
>>>
>>> On Monday, February 24, 2014 7:16:15 AM UTC+1, Takeshi Hagikura (AdWords 
>>> API Team) wrote:

 Hi Zweltze, 

 Ok, I'll look into it. 
 Are these requestIds right?
 0004f2e91b0162a00ade6f851bf0
 0004f2e914916bb80ade4707657c

 I couldn't find the logs for those requestIds. 

 Is it possible to share your request and response XML logs (other than 
 sensitive info)?
 If you are reluctant to share it here, you can send me privately from 
 the "Reply to the author" from the top right corner.

 Best,
 - Takeshi, AdWords API Team

 On Friday, February 21, 2014 10:33:08 PM UTC+9, Zweitze wrote:
>
> Takeshi,
>
> The problem is not solved.
> 0004f2e91b0162a00ade6f851bf0
> 0004f2e914916bb80a

How to handle upcoming 'matching value' limits when using IN and NOT_IN operators?

2014-02-26 Thread Chris
Hi Guys,

As explained in this blog post 
http://googleadsdeveloper.blogspot.com.br/2014/01/ensuring-reliable-performance-with-new.html
 
there will soon be an enforced limit of 10,000 matching values when 
requesting reports with Selectors using the IN and NOT_IN operators. 
Currently I have an application that requests keyword performance reports 
using a Selector with PredicateOperator.IN and one campaign ID value i.e. 
requests a report per campaign, with just the keywords of that campaign.

I have campaigns that contain more than 10,000 keywords.

So, my question is what options are there for continuing to get reports 
with all the keywords for a campaign in? Can I perform some kind of paging, 
whereby I request reports with keywords 1 - 10,000, then 10,001 to 20,000 
etc? Ideally I would like to avoid having to download a report per ad-group.

Any suggestions are much appreciated!

Chris

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: getting RATE_EXCEEDED

2014-02-26 Thread Vlad Zloteanu
Hello Zweitze,

Thank you for your reply.
As I mentioned earlier, we already do this (we are AdWords recommended 
practices - compliant :) ), but this doesn't fix our problem.
Our problem is just with one of the AdWords services, the other ones we use 
are functioning as before.

We also have a standard account, so we do not have the 10k/day limit.

Best,
Vlad

On Wednesday, February 26, 2014 7:43:04 PM UTC+1, Zweitze wrote:
>
> You should always read retryAfterSeconds - in the Topic Start it's 30 but 
> different values may occur.
> For instance, if you have basic access to the API, you have 10,000 API 
> calls in 24 hours. When you cross that limit too soon, you may have to wait 
> for a couple of hours.
>
> Anyway - retryAfterSeconds will point out how many seconds you have to 
> wait.
>
>
>
> On Wednesday, February 26, 2014 7:09:42 PM UTC+1, Vlad Zloteanu wrote:
>>
>> Hello Calford,
>>
>> Thank you for your response.
>> We already have error recovery systems.
>>
>> Our traffic volume (which is moderate-high), and the rate at which we get 
>> these errors (which is, on average, on the first 3 calls) make the usage of 
>> a 30s re-try policy quite inefficient (in other words, we have an average 
>> of more than 1 call / 30 s, and we are almost immediately rate limited :) )
>>
>> We were wondering if there is maybe a bug in AdWords API rate limiting 
>> (knowing that at some point we stopped our calls for several hours, and 
>> still got the error messages after that). 
>> If this is not the case, (knowing that this is very problematic for us), 
>> what are our options?
>>
>> Thanks,
>> Vlad
>>
>>
>> On Wednesday, February 26, 2014 3:30:21 PM UTC+1, calford wrote:
>>>
>>> Hi Vlad, 
>>>
>>> the way I 'fixed' it was to catch the Exception (SoupFault) and wait the 
>>> indicated amount of seconds before trying again automatically (30 seconds 
>>> in my case).
>>> That should get you going until they fix whatever is happening
>>>
>>> On Wednesday, 26 February 2014 14:18:05 UTC+1, Vlad Zloteanu wrote:

 Hello,

 We have the same behaviour, only on TargetingIdeasService (we get 
 exactly the same response). We are experiencing this since today 
 (yesterday 
 we did a good amount of requests, everything worked fine).

 We have tested it on all our accounts managed by our main MCC.
 Even if we wait 1h, the first or the second request always fail.

 More details on our account:
 MCC: 969-077-2674
 Main account for targeting service: 436-078-5839

 Other services seem to work (e.g. CampaignMutateService, ReportService, 
 etc).

 Is this a bug (temporary behaviour) from AdWords, or did we do 
 something wrong? 
 What can we do to circumvent it?


 Thank you.

 On Wednesday, February 26, 2014 12:10:42 PM UTC+1, calford wrote:
>
> Hi, 
>
> Today I started getting RATE_EXCEEDED errors when querying the API.
> Since i have not made any calls during the day I thought my account 
> had been compromised. I changed the password and I reset the token. 
>
> But i am still getting the same error.
>
> Is there a new limit on the API?
>
> this is what i get
>
> *object*(*RateExceededError*)[*20*]
>   *public* 'reason' => string 'RATE_EXCEEDED' *(length=13)*
>   *public* 'rateName' => string 'RATE_LIMIT' *(length=10)*
>   *public* 'rateScope' => string 'ACCOUNT' *(length=7)*
>   *public* 'retryAfterSeconds' => int 30
>   *public* 'fieldPath' => string '' *(length=0)*
>   *public* 'trigger' => string '' *(length=0)*
>   *public* 'errorString' => string 'RateExceededError.RATE_EXCEEDED' 
> *(length=31)*
>   *public* 'ApiErrorType' => string 'RateExceededError' *(length=17)*
>   *private* '_parameterMap' (ApiError) => 
> *array*
>   'ApiError.Type' => string 'ApiErrorType' *(length=12)*
>
>
> *thanks*
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Will Google Adwords return data for yesterday ?

2014-02-26 Thread Zweitze
You will just get data that is known to server that handles your request. 
That API server may not be fully synchronized - at 3.00h you know it's 
synchronized.

You can even ask for data of today - you get the registered data so far.

I think you get an error when you ask for data in the future. At least that 
was the case in older APIs where the individual services also delivered 
stats.

Hope this helps


On Wednesday, February 26, 2014 10:40:33 AM UTC+1, Kalyan Srinivas wrote:
>
> Hi all,
>
> As stated on below link, Google refreshes/updates the previous day data by 
> 3 am (London-GMT).
> https://support.google.com/adwords/answer/2544985
>
> If we request yesterday's data before 3 am (around 12:30 am), will Google 
> provide me any partial data or message like "No data found" ?
>
> Please confirm.
>
> Thanks,
> Kalyan
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: getting RATE_EXCEEDED

2014-02-26 Thread Zweitze
You should always read retryAfterSeconds - in the Topic Start it's 30 but 
different values may occur.
For instance, if you have basic access to the API, you have 10,000 API 
calls in 24 hours. When you cross that limit too soon, you may have to wait 
for a couple of hours.

Anyway - retryAfterSeconds will point out how many seconds you have to wait.



On Wednesday, February 26, 2014 7:09:42 PM UTC+1, Vlad Zloteanu wrote:
>
> Hello Calford,
>
> Thank you for your response.
> We already have error recovery systems.
>
> Our traffic volume (which is moderate-high), and the rate at which we get 
> these errors (which is, on average, on the first 3 calls) make the usage of 
> a 30s re-try policy quite inefficient (in other words, we have an average 
> of more than 1 call / 30 s, and we are almost immediately rate limited :) )
>
> We were wondering if there is maybe a bug in AdWords API rate limiting 
> (knowing that at some point we stopped our calls for several hours, and 
> still got the error messages after that). 
> If this is not the case, (knowing that this is very problematic for us), 
> what are our options?
>
> Thanks,
> Vlad
>
>
> On Wednesday, February 26, 2014 3:30:21 PM UTC+1, calford wrote:
>>
>> Hi Vlad, 
>>
>> the way I 'fixed' it was to catch the Exception (SoupFault) and wait the 
>> indicated amount of seconds before trying again automatically (30 seconds 
>> in my case).
>> That should get you going until they fix whatever is happening
>>
>> On Wednesday, 26 February 2014 14:18:05 UTC+1, Vlad Zloteanu wrote:
>>>
>>> Hello,
>>>
>>> We have the same behaviour, only on TargetingIdeasService (we get 
>>> exactly the same response). We are experiencing this since today (yesterday 
>>> we did a good amount of requests, everything worked fine).
>>>
>>> We have tested it on all our accounts managed by our main MCC.
>>> Even if we wait 1h, the first or the second request always fail.
>>>
>>> More details on our account:
>>> MCC: 969-077-2674
>>> Main account for targeting service: 436-078-5839
>>>
>>> Other services seem to work (e.g. CampaignMutateService, ReportService, 
>>> etc).
>>>
>>> Is this a bug (temporary behaviour) from AdWords, or did we do something 
>>> wrong? 
>>> What can we do to circumvent it?
>>>
>>>
>>> Thank you.
>>>
>>> On Wednesday, February 26, 2014 12:10:42 PM UTC+1, calford wrote:

 Hi, 

 Today I started getting RATE_EXCEEDED errors when querying the API.
 Since i have not made any calls during the day I thought my account had 
 been compromised. I changed the password and I reset the token. 

 But i am still getting the same error.

 Is there a new limit on the API?

 this is what i get

 *object*(*RateExceededError*)[*20*]
   *public* 'reason' => string 'RATE_EXCEEDED' *(length=13)*
   *public* 'rateName' => string 'RATE_LIMIT' *(length=10)*
   *public* 'rateScope' => string 'ACCOUNT' *(length=7)*
   *public* 'retryAfterSeconds' => int 30
   *public* 'fieldPath' => string '' *(length=0)*
   *public* 'trigger' => string '' *(length=0)*
   *public* 'errorString' => string 'RateExceededError.RATE_EXCEEDED' 
 *(length=31)*
   *public* 'ApiErrorType' => string 'RateExceededError' *(length=17)*
   *private* '_parameterMap' (ApiError) => 
 *array*
   'ApiError.Type' => string 'ApiErrorType' *(length=12)*


 *thanks*



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: getting RATE_EXCEEDED

2014-02-26 Thread Vlad Zloteanu
Hello Calford,

Thank you for your response.
We already have error recovery systems.

Our traffic volume (which is moderate-high), and the rate at which we get 
these errors (which is, on average, on the first 3 calls) make the usage of 
a 30s re-try policy quite inefficient (in other words, we have an average 
of more than 1 call / 30 s, and we are almost immediately rate limited :) )

We were wondering if there is maybe a bug in AdWords API rate limiting 
(knowing that at some point we stopped our calls for several hours, and 
still got the error messages after that). 
If this is not the case, (knowing that this is very problematic for us), 
what are our options?

Thanks,
Vlad


On Wednesday, February 26, 2014 3:30:21 PM UTC+1, calford wrote:
>
> Hi Vlad, 
>
> the way I 'fixed' it was to catch the Exception (SoupFault) and wait the 
> indicated amount of seconds before trying again automatically (30 seconds 
> in my case).
> That should get you going until they fix whatever is happening
>
> On Wednesday, 26 February 2014 14:18:05 UTC+1, Vlad Zloteanu wrote:
>>
>> Hello,
>>
>> We have the same behaviour, only on TargetingIdeasService (we get exactly 
>> the same response). We are experiencing this since today (yesterday we did 
>> a good amount of requests, everything worked fine).
>>
>> We have tested it on all our accounts managed by our main MCC.
>> Even if we wait 1h, the first or the second request always fail.
>>
>> More details on our account:
>> MCC: 969-077-2674
>> Main account for targeting service: 436-078-5839
>>
>> Other services seem to work (e.g. CampaignMutateService, ReportService, 
>> etc).
>>
>> Is this a bug (temporary behaviour) from AdWords, or did we do something 
>> wrong? 
>> What can we do to circumvent it?
>>
>>
>> Thank you.
>>
>> On Wednesday, February 26, 2014 12:10:42 PM UTC+1, calford wrote:
>>>
>>> Hi, 
>>>
>>> Today I started getting RATE_EXCEEDED errors when querying the API.
>>> Since i have not made any calls during the day I thought my account had 
>>> been compromised. I changed the password and I reset the token. 
>>>
>>> But i am still getting the same error.
>>>
>>> Is there a new limit on the API?
>>>
>>> this is what i get
>>>
>>> *object*(*RateExceededError*)[*20*]
>>>   *public* 'reason' => string 'RATE_EXCEEDED' *(length=13)*
>>>   *public* 'rateName' => string 'RATE_LIMIT' *(length=10)*
>>>   *public* 'rateScope' => string 'ACCOUNT' *(length=7)*
>>>   *public* 'retryAfterSeconds' => int 30
>>>   *public* 'fieldPath' => string '' *(length=0)*
>>>   *public* 'trigger' => string '' *(length=0)*
>>>   *public* 'errorString' => string 'RateExceededError.RATE_EXCEEDED' 
>>> *(length=31)*
>>>   *public* 'ApiErrorType' => string 'RateExceededError' *(length=17)*
>>>   *private* '_parameterMap' (ApiError) => 
>>> *array*
>>>   'ApiError.Type' => string 'ApiErrorType' *(length=12)*
>>>
>>>
>>> *thanks*
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to Add and Get specific location for my campaign

2014-02-26 Thread Ashish Pathak
Hi,

I'm also facing same problem please provide some code to set location for 
campaign.

e.g I wan't to target USA how do i set that at the time of campaign 
creation.

'settings': [
  {
  'xsi_type': 'GeoTargetTypeSetting',
  'positiveGeoTargetType': 'DONT_CARE',
  'negativeGeoTargetType': 'DONT_CARE'
  },
  {
  'xsi_type': 'KeywordMatchSetting',
  'optIn': 'false'
  }
  ]


On Tuesday, October 25, 2011 10:08:34 AM UTC+5:30, dummy one wrote:
>
>
> Hi,
>
> I want to add location say india to my campaign , how can it be done ..Can 
> you provide me some code example .
>
>
> Best Regards ,
>
> jana
>
>
>
>
>
> On Mon, Oct 24, 2011 at 8:01 AM, Anash P. Oommen 
> 
> > wrote:
>
>> Hi,
>>
>> Location codes for geo targeting are available at 
>> http://code.google.com/apis/adwords/docs/appendix/geotargeting.html.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>>  -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://adwordsapi.blogspot.com
>> http://groups.google.com/group/adwords-api
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>  
>> You received this message because you are subscribed to the Google
>> Groups "AdWords API Forum" group.
>> To post to this group, send email to adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/adwords-api?hl=en
>>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Fetching AdX conversion and impression data for placements

2014-02-26 Thread Rasmus Larsson
Pretty much what the title says, I'm trying to figure out how to get the 
API to tell me how well different placements are performing so we can 
automatically filter out badly performing placements and increase bidding 
on good sites.

I've found that the reporting API can give me the data for individual ads 
but the documentation doesn't really explain how to get the information for 
placements. Altough running the example code for getting report fields 
implies that this would be available.

We are primarily using the AdWords API against the AdX platform if that 
helps.

Any help would be greatly appreciated.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-26 Thread Fred Cohen
Hi Danial,

How far off that API release are we? roughly? weeks? months?

Regards

Fred

*Fred Cohen*

*Connected Worlds*

*Websites** | **Marketing** | **IT Support** | **Telecoms*

Tel: (+44)01603 819 133
Email: fredco...@connectedworlds.co.uk

www.connectedworlds.co.uk



Connected Worlds Ltd

Registered in England and Wales: 8175376


This email, any files transmitted with it and any subsequent emails are
confidential, and may be subject to legal privilege, and are intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error or think you may have done so, you
may not peruse, use, disseminate, distribute or copy this message. Please
notify the sender immediately and delete the original e-mail from your
system.

Computer viruses can be transmitted by e-mail. Connected Worlds accepts no
liability for any damage caused by any virus transmitted by this e-mail.

Anything stated within this email is opinion only, although every effort
will have been made to validate any statement, nothing can be used as a
statement of fact in any circumstance.


On 25 February 2014 12:53, Danial Klimkin <
adwordsapiadvisor+dan...@google.com> wrote:

> Hello Fred,
>
>
> This should be resolved with the next API release. Due to the nature of
> the change, we can't make it in between releases.
>
>
> -Danial, AdWords API Team.
>
>
> On Saturday, February 22, 2014 12:21:00 PM UTC+4, Fred Cohen wrote:
>>
>> Hi Danial
>>
>> Any update on this? It brought my script development to a halt back in
>> december and I havent been able to do much since.
>>
>> Thanks
>>
>> On Wednesday, 12 February 2014 09:46:08 hi UTC, Danial Klimkin  wrote:
>> > Hello Max,
>> >
>> >
>> >
>> >
>> > I am sorry for the delay on this issue. We are looking for the best
>> approach here as it appears to be tricky issue internally.
>> >
>> >
>> >
>> >
>> > -Danial, AdWords API Team.
>> >
>> >
>> > On Monday, January 20, 2014 9:30:40 PM UTC+4, Max Amillion wrote:
>> > A timeline for resolution of this issue would be great. This is a huge
>> problem and I have no idea how long it will remain this way - it would be
>> great to at least inform clients of an ETA. Thanks!
>> >
>> > On Monday, October 21, 2013 9:26:34 AM UTC-4, Ittai Chorev wrote:
>> > Hi,
>> >
>> >
>> > I pulled a Click Performance Report with the "AdGroupCreativeId"
>> attribute on an adgroup with only one click that date.
>> > Then I pulled an Ad Performance Report on the same adgroup/date and the
>> "ID" field in the Ad report (which should match the Ad ID) doesn't match
>> the "AdGroupCreativeId" from the Click Performance Report.
>> >
>> >
>> > When I added the other attributes they all matched - "Slot", "Device"
>> and "KeywordID" (called "CriterionID" in the Click Performance Report).
>> >
>> >
>> > Thanks,
>> > Ittai
>>
>>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and Google+:
> https://googleadsdeveloper.blogspot.com/
> https://plus.google.com/+GoogleAdsDevelopers/posts
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/faoaijq2xjo/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Missing data for some dates in CRITERIA_PERFORMANCE_REPORT for a particular campaignid

2014-02-26 Thread Alvaro T.
I'm using the CRITERIA_PERFORMANCE_REPORT to get all Search/Display data 
for my entire account (ClientId: 843-218-0673), for this month (Feb-2014). 
(Using API v201309)
Everything looked good, until I realized that data for some days was 
missing for one particular campaignid.  It's just in one campaignId, the 
rest of the report brings all consistent dates/data.

The inconsistency happens in campaignId= 166179549, for which there is no 
data for Feb 1 through Feb 3.

To debug, I tried this:
- Requesting the same fields 
('Date','CampaignName','Impressions','Clicks','Cost') 
- Only for CampaignId = 166179549
- Executed the CRITERIA_PERFORMANCE_REPORT and CAMPAIGN_PERFORMANCE_REPORT

The CAMPAIGN_PERFORMANCE_REPORT brings all the data. 
The CRITERIA_PERFORMANCE_REPORT is missing Feb 1 through Feb 3.

On Feb-3 we modified (via UI) the DestinationUrl for the the AGE 
segments... can this have anything to do?
How can I get consistent data for the criteria_performance_report on this 
campaignid ?

Thanks, 
Al

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Will Google Adwords return data for yesterday ?

2014-02-26 Thread Kalyan Srinivas
Hi all,

As stated on below link, Google refreshes/updates the previous day data by 
3 am (London-GMT).
https://support.google.com/adwords/answer/2544985

If we request yesterday's data before 3 am (around 12:30 am), will Google 
provide me any partial data or message like "No data found" ?

Please confirm.

Thanks,
Kalyan



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:''

2014-02-26 Thread Rodrigo Ferreira
Workaround available at: 
http://stackoverflow.com/questions/21942174/adwords-api-expired-cookie-error

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-26 Thread Fred Cohen
Max, 

Danial pointed me to this blog when i asked the same question directly to 
him..

http://googleadsdeveloper.blogspot.com/2012/08/release-schedule-for-adwords-api.html

The blog says "These major releases will occur 3 times per year: at the end 
of February, in the middle of June and at the end of September. Exact 
release dates may vary." The blog says "These major releases will occur 3 
times per year: at the end of February, in the middle of June and at the 
end of September. Exact release dates may vary." 

So i am hoping for an imminent fix!


On Monday, 21 October 2013 14:26:34 UTC+1, Ittai Chorev wrote:
>
> Hi,
>
> I pulled a Click Performance Report with the "AdGroupCreativeId" attribute 
> on an adgroup with only one click that date.
> Then I pulled an Ad Performance Report on the same adgroup/date and the 
> "ID" field in the Ad report (which should match the Ad ID) doesn't match 
> the "AdGroupCreativeId" from the Click Performance Report.
>
> When I added the other attributes they all matched - "Slot", "Device" and 
> "KeywordID" (called "CriterionID" in the Click Performance Report).
>
> Thanks,
> Ittai
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Can I use the Adwords API for a domain search website?

2014-02-26 Thread Timothy White
I understand that this is a forum for technical questions. My question is 
more on the Terms of Service. If this is the wrong place to post this, can 
someone please direct me to the correct place?

As far as I understand, the Adwords API can only be used for software that 
deals with bidding and managing ads. However I see examples of many 
websites that only seem to be using data from the TargetingIdeaService. Is 
this fine to do? I am planning to build a domain search service, where I 
show the traffic volume for keywords in the domain names.

Thanks for your time.

Tim

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


keyword = 'Content ' in Keyword perfomance Report. Query.

2014-02-26 Thread tom
Hi,

When running the keyword performance report, the keyword='Content' is 
visible and has metrics associated to it.

Can you please advise what the association of this is?

Many Thanks,

Tom. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: "AdGroupCreativeId" in Click Performance Report doesn't match "Id" in Ad Performance Report

2014-02-26 Thread Danial Klimkin
Hello Max,


Please follow our announcements on the 
blog. 
Unfortunately I can not tell more than the original blog 
post
 says.


-Danial, AdWords API Team.


On Tuesday, February 25, 2014 11:12:51 PM UTC+4, Max Amillion wrote:
>
> Hi Danial, 
>
> When is the next API release?
>
> On Tuesday, February 25, 2014 7:53:25 AM UTC-5, Danial Klimkin wrote:
>>
>> Hello Fred,
>>
>>
>> This should be resolved with the next API release. Due to the nature of 
>> the change, we can't make it in between releases.
>>
>>
>> -Danial, AdWords API Team.
>>
>>
>> On Saturday, February 22, 2014 12:21:00 PM UTC+4, Fred Cohen wrote:
>>>
>>> Hi Danial
>>>
>>> Any update on this? It brought my script development to a halt back in 
>>> december and I havent been able to do much since.
>>>
>>> Thanks
>>>
>>> On Wednesday, 12 February 2014 09:46:08 hi UTC, Danial Klimkin  wrote:
>>> > Hello Max,
>>> > 
>>> > 
>>> > 
>>> > 
>>> > I am sorry for the delay on this issue. We are looking for the best 
>>> approach here as it appears to be tricky issue internally.
>>> > 
>>> > 
>>> > 
>>> > 
>>> > -Danial, AdWords API Team.
>>> > 
>>> > 
>>> > On Monday, January 20, 2014 9:30:40 PM UTC+4, Max Amillion wrote:
>>> > A timeline for resolution of this issue would be great. This is a huge 
>>> problem and I have no idea how long it will remain this way - it would be 
>>> great to at least inform clients of an ETA. Thanks!
>>> > 
>>> > On Monday, October 21, 2013 9:26:34 AM UTC-4, Ittai Chorev wrote:
>>> > Hi,
>>> > 
>>> > 
>>> > I pulled a Click Performance Report with the "AdGroupCreativeId" 
>>> attribute on an adgroup with only one click that date.
>>> > Then I pulled an Ad Performance Report on the same adgroup/date and 
>>> the "ID" field in the Ad report (which should match the Ad ID) doesn't 
>>> match the "AdGroupCreativeId" from the Click Performance Report.
>>> > 
>>> > 
>>> > When I added the other attributes they all matched - "Slot", "Device" 
>>> and "KeywordID" (called "CriterionID" in the Click Performance Report).
>>> > 
>>> > 
>>> > Thanks,
>>> > Ittai
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


CtrSignificance in Reports

2014-02-26 Thread Matthew
Hello,

I am trying to access field CtrSignificance at KEYWORDS_PERFORMANCE_REPORT.

But I am always getting "--".

How could I access this values?

Is there any field description?

Is there any sample?

Kind regards,

Matthias

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: getting RATE_EXCEEDED

2014-02-26 Thread calford
Hi Vlad, 

the way I 'fixed' it was to catch the Exception (SoupFault) and wait the 
indicated amount of seconds before trying again automatically (30 seconds 
in my case).
That should get you going until they fix whatever is happening

On Wednesday, 26 February 2014 14:18:05 UTC+1, Vlad Zloteanu wrote:
>
> Hello,
>
> We have the same behaviour, only on TargetingIdeasService (we get exactly 
> the same response). We are experiencing this since today (yesterday we did 
> a good amount of requests, everything worked fine).
>
> We have tested it on all our accounts managed by our main MCC.
> Even if we wait 1h, the first or the second request always fail.
>
> More details on our account:
> MCC: 969-077-2674
> Main account for targeting service: 436-078-5839
>
> Other services seem to work (e.g. CampaignMutateService, ReportService, 
> etc).
>
> Is this a bug (temporary behaviour) from AdWords, or did we do something 
> wrong? 
> What can we do to circumvent it?
>
>
> Thank you.
>
> On Wednesday, February 26, 2014 12:10:42 PM UTC+1, calford wrote:
>>
>> Hi, 
>>
>> Today I started getting RATE_EXCEEDED errors when querying the API.
>> Since i have not made any calls during the day I thought my account had 
>> been compromised. I changed the password and I reset the token. 
>>
>> But i am still getting the same error.
>>
>> Is there a new limit on the API?
>>
>> this is what i get
>>
>> *object*(*RateExceededError*)[*20*]
>>   *public* 'reason' => string 'RATE_EXCEEDED' *(length=13)*
>>   *public* 'rateName' => string 'RATE_LIMIT' *(length=10)*
>>   *public* 'rateScope' => string 'ACCOUNT' *(length=7)*
>>   *public* 'retryAfterSeconds' => int 30
>>   *public* 'fieldPath' => string '' *(length=0)*
>>   *public* 'trigger' => string '' *(length=0)*
>>   *public* 'errorString' => string 'RateExceededError.RATE_EXCEEDED' 
>> *(length=31)*
>>   *public* 'ApiErrorType' => string 'RateExceededError' *(length=17)*
>>   *private* '_parameterMap' (ApiError) => 
>> *array*
>>   'ApiError.Type' => string 'ApiErrorType' *(length=12)*
>>
>>
>> *thanks*
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: getting RATE_EXCEEDED

2014-02-26 Thread Vlad Zloteanu
Hello,

We have the same behaviour, only on TargetingIdeasService (we get exactly 
the same response). We are experiencing this since today (yesterday we did 
a good amount of requests, everything worked fine).

We have tested it on all our accounts managed by our main MCC.
Even if we wait 1h, the first or the second request always fail.

More details on our account:
MCC: 969-077-2674
Main account for targeting service: 436-078-5839

Other services seem to work (e.g. CampaignMutateService, ReportService, 
etc).

Is this a bug (temporary behaviour) from AdWords, or did we do something 
wrong? 
What can we do to circumvent it?


Thank you.

On Wednesday, February 26, 2014 12:10:42 PM UTC+1, calford wrote:
>
> Hi, 
>
> Today I started getting RATE_EXCEEDED errors when querying the API.
> Since i have not made any calls during the day I thought my account had 
> been compromised. I changed the password and I reset the token. 
>
> But i am still getting the same error.
>
> Is there a new limit on the API?
>
> this is what i get
>
> *object*(*RateExceededError*)[*20*]
>   *public* 'reason' => string 'RATE_EXCEEDED' *(length=13)*
>   *public* 'rateName' => string 'RATE_LIMIT' *(length=10)*
>   *public* 'rateScope' => string 'ACCOUNT' *(length=7)*
>   *public* 'retryAfterSeconds' => int 30
>   *public* 'fieldPath' => string '' *(length=0)*
>   *public* 'trigger' => string '' *(length=0)*
>   *public* 'errorString' => string 'RateExceededError.RATE_EXCEEDED' 
> *(length=31)*
>   *public* 'ApiErrorType' => string 'RateExceededError' *(length=17)*
>   *private* '_parameterMap' (ApiError) => 
> *array*
>   'ApiError.Type' => string 'ApiErrorType' *(length=12)*
>
>
> *thanks*
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: AdWords oauth will not connect when using Read only access level logins

2014-02-26 Thread TJ
Confirmed yes, we are using Customer Service. And similar to the other 
posting, we are getting this response 
OperationAccessDenied.ACTION_NOT_PERMITTED. And the login type (read only) 
has been set that way for years and this bug just started happening in 
early February. We fixed it temporarily by switching the login type to 
Standard, but would prefer one of two solutions for a more robust API:

1) Enable read only to work with APIs so we don't have to fiddle with login 
access levels (preferred solution)
or
2) Make a unique, clear API error that says Read-only does not work with 
API so that we can parse and display this error in a UI


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


getting RATE_EXCEEDED

2014-02-26 Thread calford
Hi, 

Today I started getting RATE_EXCEEDED errors when querying the API.
Since i have not made any calls during the day I thought my account had 
been compromised. I changed the password and I reset the token. 

But i am still getting the same error.

Is there a new limit on the API?

this is what i get

*object*(*RateExceededError*)[*20*]
  *public* 'reason' => string 'RATE_EXCEEDED' *(length=13)*
  *public* 'rateName' => string 'RATE_LIMIT' *(length=10)*
  *public* 'rateScope' => string 'ACCOUNT' *(length=7)*
  *public* 'retryAfterSeconds' => int 30
  *public* 'fieldPath' => string '' *(length=0)*
  *public* 'trigger' => string '' *(length=0)*
  *public* 'errorString' => string 'RateExceededError.RATE_EXCEEDED' 
*(length=31)*
  *public* 'ApiErrorType' => string 'RateExceededError' *(length=17)*
  *private* '_parameterMap' (ApiError) => 
*array*
  'ApiError.Type' => string 'ApiErrorType' *(length=12)*


*thanks*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.