Re: Traffic Estimator Service (v201109) fails partially for some keywords

2012-05-24 Thread Sumanth MN
Hi Ian,

Thanks a lot for the response.

I went through the posts. Did you hear back from the Adwords team regarding 
this issue?

Making a request with only 5 keywords would increase the number of calls 
that the PHP client would need to make resulting in eating up a lot of API 
quota.

Thanks,
Sumanth


On Monday, 23 April 2012 06:57:29 UTC-7, Ian Knox wrote:
>
> Sadly, the only way I know of is to submit each keyword in it's own 
> campaign and adgroup which limits you to 5 (yes,* 5*) keywords per 
> request.
> I've asked about this in the past and the API team has referred me to the 
> general adwords group, where my requests have fallen on deaf ears.
>
> For reference: 
>
> https://developers.google.com/adwords/api/community/?place=topic%2Fadwords-api%2F5Z06nKoVcm8%2Fdiscussion
>
> https://developers.google.com/adwords/api/community/?place=topic%2Fadwords-api%2FEpbhcvUzk_M%2Fdiscussion
>
> Ian
>
> On Friday, April 20, 2012 4:04:51 PM UTC-5, Sumanth MN wrote:
>>
>> Hi Eric,
>>
>> Thanks for the response.
>>
>> In the standalone Traffic Estimator Online Tool there is no concept of an 
>> Ad Group.
>>
>> I still want to use bulk queries and there is no way to differentiate 
>> actual 0 values and the case where the keywords belong to a different group 
>> as you just described. Can you please let me know how I can resolve the 
>> issue using bulk queries?
>>
>> Thanks,
>> Sumanth
>>
>> On Monday, 30 January 2012 14:57:28 UTC-8, Eric Koleda wrote:
>>>
>>> Hi Sumanth,
>>>
>>> All the keywords in an AdGroupEstimateRequest are evaluated as if they 
>>> were in the same ad group, in which some keywords may "steal" traffic from 
>>> other keywords if they are a better match for the search query.
>>>
>>> Best,
>>> - Eric Koleda, AdWords API Team
>>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


What can I do to speed Up the approval process? What is the reason?

2012-05-24 Thread Paweł Jóźwik
What take so much time? Our app is waiting only for this one thing. please 
help

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


Re: OAuth with Google's AdWords API AuthenticationError

2012-05-24 Thread Chirag
Hello All,

Any special configuration required for Running OAuth 1.0a running 
succesfully?
I am trying to run one of my report download code, but it is giving error :

*Error Message:  
AuthenticationError.OAUTH_TOKEN_HEADER_INVALID @ ; trigger:''; 
errorDetails:message=Invalid Header Service[ReportInfoService.get]*
*
*
Please note : It is only has error from few server only. This same file is 
working on my localhost setup and also from two of my server.

Thanks,
chirag

On Monday, April 2, 2012 6:41:27 PM UTC+5:30, Anash P. Oommen wrote:
>
> Hi Simon,
>
> Nice to know. If you have 2-legged authentication turned on, then you need 
> to generate an application-specific password as discussed at 
> http://adwordsapi.blogspot.com/2011/02/authentication-changes-with-2-step.html
> .
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Monday, 2 April 2012 14:29:17 UTC+5:30, baynezy wrote:
>>
>> Anash,
>> Thanks very much for your help on this. I think I have solved the 
>> problem, I think it is because my Gmail account has the 2-legged 
>> authentication turned on. I am using a different account now and it is now 
>> working.
>>
>> Thanks.
>>
>> Simon
>>
>> On Friday, 30 March 2012 05:30:45 UTC+1, Anash P. Oommen wrote:
>>>
>>> Hi Simon,
>>>
>>> v201101 got sunset last month. Try v201109.GetCampaigns as the command 
>>> line version. (Or in general, apiversion.codeexamplename as command line 
>>> argument). I'll update the video appropriately or leave comments on the 
>>> youtube video.
>>>
>>> Cheers,
>>> Anash
>>>
>>> On Thursday, 29 March 2012 21:23:29 UTC+5:30, baynezy wrote:

 Anash,
 Thanks very much this is starting to come together. I have set up the 
 Web.config as requested and I am trying to run 
 http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/BasicOperations/GetCampaigns.cs.
  
 I am adding adding a command line argument of 'v201101.GetAllCampaigns' as 
 you specify in your YouTube video 
 http://www.youtube.com/watch?v=XRqbqtsGO_g&feature=player_embedded. 
 However, every time I run it it just list the help text to the console. It 
 is like it does not see he command line arguments. I also compiled the exe 
 and ran it from the command line with 'v201101.GetAllCampaigns' and it 
 also 
 just outputs the help text. It is like I am having a bad brain moment, and 
 cannot see why this is failing. I would appreciate some thoughts on what I 
 am doing wrong if you can think of something obvious.

 On Thursday, 29 March 2012 13:32:16 UTC+1, Anash P. Oommen wrote:
>
> Hi Simon,
>
> Almost forgot to mention: since you are making calls to the sandbox, 
> you need to initialize the sandbox and use the clientCustomerIds in it.
>
> 1. In your Web.config, you should have email/password as your gmail 
> email/password. Comment out clientCustomerId.
> 2. Call GetCampaigns.cs. Reference example is at  
> http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/BasicOperations/GetCampaigns.cs.
>  
> This will initialize your sandbox.
> 3. Call GetAccountHiearchy.cs. Example here:  
> http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/AccountManagement/GetAccountHierarchy.cs.
>  
> This will return the sandbox accounts that were created for you.
> 4. Copy one of those customerIds into your 
> web.config's clientCustomerId key, and uncomment the key.
> 5. Run any code example.
>
> Anash
>
> On Thursday, 29 March 2012 17:57:07 UTC+5:30, Anash P. Oommen wrote:
>>
>> Hi Simon,
>>
>> I see... let's get a code example running in that case...
>>
>> The easiest approach is as follows:
>>
>> 1. Make sure your Web.config looks exactly as follows: 
>> http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/App.config.
>>  
>> In case you have other stuff in your Web.config, you need to merge the 
>> two.
>>
>> 2. Enter your MCC email, password, clientCustomerId, developerToken 
>> in your Web.config.
>> 3. In your code, do
>>
>> AdWordsUser user = new AdWordsUser();// this loads all configs from 
>> your Web.Config
>> CampaignService service = (CampaignService) 
>> user.GetService(AdWordsService.v201109.CampaignService);
>> // Build your campaign, operation, do service.mutate(). Refer to the 
>> examples folder in the downloaded zip for various code examples.
>>
>> 4. Run your website. If you face any issues, let me know, along with 
>> the error you are facing.
>>
>> Cheers,
>> Anash
>>
>> On Thursday, 29 March 2012 17:21:25 UTC+5:30, baynezy wrote:
>>>
>>> Anash,
>>> Again thank you for your quick response. I am building a web 
>>>

Re: Product Targets available in the API

2012-05-24 Thread Florian Boecker
Hi,

is there any Way to get the Field "Product Target" in AD_PERFORMANCE_REPORT 
or KEYWORD_PERFORMANCE_REPORT?

Regards,
Florian
 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


Re: Where's the documentation for the new Keyword match properties

2012-05-24 Thread Kevin Winter
Hi mm,
  The new 8.6.0 jar has generated classes for both v201109 and v201109_1 - 
it is intended to replace your 8.5.x jar and allow you to migrate from 
v201109 to v201109_1 - i.e. if you wanted to upgrade in piece-mail.  You 
should only have the 8.6.0 jar on your classpath.

- Kevin Winter
AdWords API Team

On Wednesday, May 23, 2012 11:15:59 AM UTC-4, mm wrote:
>
> Hey Kevin -
> Possibly I'm just dense, but I'm a little confused about why both V201109 
> and V201109_1 are in the 8.0.6 jar?  Even if I wanted to mix and match 
> versions (and I have a hard time imagining a scenario where I would want to 
> do that), then I would just have both the 201109 and 201109_1 jars in my 
> classpath. What am I missing here?
>
> Thanks!
> mm
>
> On Tuesday, May 22, 2012 8:45:07 AM UTC-5, Kevin Winter wrote:
>>
>> Hi Val,
>>   There are few structural differences between v201109_1 and v201109 - 
>> this biggest difference is changing the version.  v201109_1 java examples 
>> are located here: 
>> http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201109_1/GetAllCampaigns.java
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Monday, May 21, 2012 5:59:41 PM UTC-4, Val wrote:
>>>
>>> This is in java of course... 
>>>
>>> Thanks
>>> -Val
>>>
>>> On Monday, May 21, 2012 2:58:36 PM UTC-7, Val wrote:

 Is there any chance we could get some examples? I am having a really 
 hard time using v201109_1 to do this. If I use v201109_1 by itself, it 
 doesn't work. I can even get a simple example to compile. If I try to use 
 it alongside the old v201109 I get all kinds of casting errors. 

 On Friday, May 18, 2012 6:39:32 AM UTC-7, Kevin Winter wrote:
>
> Hi Ursula,
>   I added support for v201109_1 to the java library yesterday: 
> http://code.google.com/p/google-api-adwords-java/source/detail?r=252
>
> - Kevin Winter
> AdWords API Team
>
> On Wednesday, May 16, 2012 3:25:46 PM UTC-4, Ursula Kellmann wrote:
>>
>> Hi,
>>
>> Can you please update the Adwords Java Client library with this 
>> package version as well, so we may update our code to handle this 
>> setting 
>> as it's a priority for us to control when this is enabled/disabled.
>>
>> Thank you,
>> Ursula Kellmann
>> iCrossing
>>
>> On Monday, May 14, 2012 10:45:06 AM UTC-5, DavM wrote:
>>>
>>> May I second that! Considering we are "strongly recommended" to use 
>>> the client libraries according to: 
>>> https://developers.google.com/adwords/api/docs/clientlibraries, 
>>> it's a bit frustrating that we'll have to wait to implement this 
>>> functionality...
>>>
>>> On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.comwrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:
>
> Hi,
>
> This a new setting in the 
> Campaignobject
>  c
> alled 
> KeywordMatchSetting.
>  
> We got examples on how to setup other settings see an 
> exampleusing
>  the PHP library, setting the
>  
> KeywordMatchSetting
>  will 
> be similar.
>
> Best,
>
> -David Torres - AdWords API Team
>
> On Wednesday, May 9, 2012 3:39:30 AM UTC-4, 
> david...@mediacom.comwrote:
>>
>> As per the blog notice:  
>> http://googleadsdeveloper.blogspot.co.uk/2012/05/adwords-api-v2011091-new-adwords.html,
>>  
>> the are new Keyword match properties NEAR_EXACT and NEAR_PHRASE, 
>> which allow API users to opt in/out of these match types.
>>
>> I can't find any documentation for these - can you point me in 
>> the right direction?
>>
>> Thanks
>>
>
>>> On Monday, May 14, 2012 9:45:20 AM UTC+1, david...@mediacom.comwrote:

 Thanks David - just need the client libraries updated now 

 On Friday, May 11, 2012 8:41:19 PM UTC+1, David Torres wrote:
>
> Hi,
>
> This a new setting in the 
> Campaignobject
>  c
> alled 
> KeywordMatchSetting

Re: Can't set enhanced cpc for manualCPC

2012-05-24 Thread David Torres
Hi Natalia,

By setting enhancedCpc true in the ManualCPC object and sending a regular 
mutate.set should work, I just tried myself. Could you pull out of your 
logs a requestId for me to check?

Best,

-David Torres - AdWords API Team

On Sunday, May 20, 2012 10:12:15 AM UTC-4, Natalia wrote:
>
> I currently have a campaign with the default biddding strategy of 
> manualCPC, I have tried enabling enhancedCPC on that campaign via this code:
>
>  $campaign->id = $campaignId;
>  $campaign->biddingStrategy = new ManualCPC(TRUE);
>  $operation = new CampaignOperation(NULL, $campaign, 'SET');
>
> And later I call mutate with that operation but it seems that though I get 
> no error from the server when I retrieve that campaign at a later stage 
> enhancedcpc is still not set to TRUE, I thought maybe I should use a 
> bidding transition but all I get is TRANSITION_TO_ITSELF
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


Any server configuration required to run OAuth 1.0a - getting OAUTH_TOKEN_HEADER_INVALID error on server where as running successfully on local setup and one server.

2012-05-24 Thread Chirag
Hello All,

Any special configuration required for Running OAuth 1.0a running 
succesfully?
I am trying to run one of my report download code, but it is giving error :

*Error Message:  
AuthenticationError.OAUTH_TOKEN_HEADER_INVALID @ ; trigger:''; 
errorDetails:message=Invalid Header Service[ReportInfoService.get]*
*
*
Please note : It is only has error from few server only. This same file is 
working on my localhost setup and also from two of my server.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


Re: API developer token taking crazy long

2012-05-24 Thread johannes koch
Hi,
two month ago we have got your message that our application is under final 
review!

Thanks for providing us the requested information. I would like to let you
know that your application is under final stage of review and we will get
back to you at the earliest. 


Now it´s getting critical for our ongoing development to get the devleoper 
token in order to use the API with real data and start testing our 
application.
Could you please send me an update or what we could do to finalize our 
application.
We are a Startup, please help us, thank you,
Johannes



Am Dienstag, 1. Mai 2012 15:19:01 UTC+2 schrieb maarten:
>
> Hi,
>
> Could someone tell me what the normal duration is for the API developer 
> token approval? We have requested access late 2011, and the token is still 
> "Pending Approval". We have had requests for additional information three 
> times now, and have sent the information each time.
>
> Is there any way to speed up the process? We have customers waiting for 
> our software, and they are getting very impatient. When sending email to 
> adwordsapi-tok...@google.com there is no reply at all.
>
> Regards,
>
> Maarten
>

Am Dienstag, 1. Mai 2012 15:19:01 UTC+2 schrieb maarten:
>
> Hi,
>
> Could someone tell me what the normal duration is for the API developer 
> token approval? We have requested access late 2011, and the token is still 
> "Pending Approval". We have had requests for additional information three 
> times now, and have sent the information each time.
>
> Is there any way to speed up the process? We have customers waiting for 
> our software, and they are getting very impatient. When sending email to 
> adwordsapi-tok...@google.com there is no reply at all.
>
> Regards,
>
> Maarten
>

Am Dienstag, 1. Mai 2012 15:19:01 UTC+2 schrieb maarten:
>
> Hi,
>
> Could someone tell me what the normal duration is for the API developer 
> token approval? We have requested access late 2011, and the token is still 
> "Pending Approval". We have had requests for additional information three 
> times now, and have sent the information each time.
>
> Is there any way to speed up the process? We have customers waiting for 
> our software, and they are getting very impatient. When sending email to 
> adwordsapi-tok...@google.com there is no reply at all.
>
> Regards,
>
> Maarten
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


Any google-api-adwords-perl people for hire?

2012-05-24 Thread Grant
Hello, I need to hire someone experienced with google-api-adwords-perl
to update some basic perl scripts to the latest API version and
hopefully some stuff after that.  Please reply off-list.

Thank you,
Grant

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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


Starting Out, PHP Sample App Seems .. empty.

2012-05-24 Thread Dylan O'Donnell
Hi all, 

I'm a little green but want to have a try at creating a simple list of all 
accounts in our MCC to sort with various criteria later. 

I've setup the "AdWords API Sample Web Application" and sorted out a minor 
few errors in the code (a method AddParamsToURL was being incorrectly 
called causing oAuth to fail). Also jquery.cookie.js had to be renamed 
jquery_cookie.js or it would throw a 406 error. 

Well that all works now and I can login via oAuth and grant "Google 
Adwords" access to the app. It loads but shows "Accounts: No Accounts", 
though I know there are accounts in the MCC. The dev token is ok and I get 
the same result between production and sandbox. 

There is one console error : 

'undefined' is not an object (evaluating 'result.accounts[0]') 
http://my-test-domain/js/main.js:64 

This is line 64 : 

if (!result.error) {
  scope.rootAccount = result.rootAccount;
  scope.accounts = result.accounts;
  *scope.customerId = result.accounts[0].customerId;*
} else {
  scope.error = result.error;
}

Not sure where to go from here. Any thoughts?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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
<>