Re: OAuth2

2013-03-05 Thread John Lister
see for my previous description: https://groups.google.com/d/topic/adwords-api/sX9h-48LuKY -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: v201302 and old Java client library

2013-03-05 Thread Danial Klimkin
Hello Christian, The old java library update is now published: https://code.google.com/p/google-api-adwords-java/downloads/list -Danial, AdWords API Team. On Tuesday, March 5, 2013 5:26:43 AM UTC+4, cefc wrote: > > Following the announcement of the new API version, I see that an update >

[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2013-03-05 Thread Damien Shiells
Trying to connect to the Google AdWords API and when running GetCampaigns.php from the PHP API examples, I get the following error: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] According to someone at adwordsapi-tok...@google.com everything looks fine from

geotargeting (proximity) via python client

2013-03-05 Thread Tomer
I'm trying to find examples on how to set a geo-location target for a campaign (some radius around an address) using the python adwords API wrapper. Would appreciate any help with this matter. Thanks -T -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discus

Didn't see the package v201302 within adwords-axis-1.12.4-sources.jar

2013-03-05 Thread Liqun Chen
Today, I tried to upgraded to v201302, but I didn't see the package v201302 within adwords-axis-1.12.4-sources.jar. is there an issue here? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.c

Php library for v201302

2013-03-05 Thread Артур Геращенко
Hi! When is the php library for version v201302? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Getting a blank "Adwordss API Center" Screen?

2013-03-05 Thread Oliver
I'm seeing a blank screen when I go to the "Adwords API Center" screen (see attached). Anyone knows why this is happening or where I can get help from? Oliver -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.co

Re: Display Network Destination URLs - which is served?

2013-03-05 Thread Grace Chu
Hi Kevin, Thank you so much for the information. Can you please tell me where the Default | non-criteria specific URL is? Where do I see it & how to access | set it via Adwords API ? On Monday, March 4, 2013 11:09:08 AM UTC-5, Kevin Winter (AdWords API Team) wrote: > > Hi all, > The order de

Segmentation by Campaign in KEYWORDS_PERFORMANCE_REPORT

2013-03-05 Thread Dorian Kind
Hi all, when I request an adhoc report of the type KEYWORDS_PERFORMANCE_REPORT and filter for a specific keyword and match type combination—let's call it [keyword]—I get the following results (requesting keyword text, match type and conversions): "Ad Hoc Report (Feb 1, 2013)" Keyword,Match ty

Re: I have requested two accounts to be transferred in test accounts but nothing happens.

2013-03-05 Thread Ivelin Vasilev
Any news? On Monday, March 4, 2013 3:14:19 PM UTC+2, Ivelin Vasilev wrote: > > > > Hello, > > I have requested these two accounts “363-849-1108” (more than 10 days > ago) and “819-990-7263” ( 6 or 7 days ago ) to be converted as test > ones but nothing happens. Can you help me, please? > > >

Getting Client Customer ID in v201302

2013-03-05 Thread Tom Chokel
Is there an alternative way to pull cid's now that InfoService has been deprecated in v201302? I am using the Python library. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/gr

Re: Display Network Destination URLs - which is served?

2013-03-05 Thread Kevin Winter (AdWords API Team)
Hi Grace, The url I was referring to is the destinationUrl available in all Ads: https://developers.google.com/adwords/api/docs/reference/v201302/AdGroupAdService.Ad#url - Kevin Winter AdWords API Team On Tuesday, March 5, 2013 9:15:37 AM UTC-5, Grace Chu wrote: > > Hi Kevin, > > Thank you so

Re: Enhanced Campaigns; Retrieving bid adjustment data

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
As a note: Currently API supports bid modifier for device, ad schedule. Bid modifier for location is not supported. For setting the ad schedule bid modifier, you can refer this guide. https://developers.google.com/adwords/api/docs/guides/ad_scheduling Best, - Takeshi, On Monday, March 4, 2

Re: partialFailure as a work round for a Policy Violation Error?

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
OK. I'm asking the PHP library maintainer. Thanks. On Monday, March 4, 2013 11:22:18 PM UTC+9, Alan Coleman wrote: > > Thanks for your help Takeshi, > > I'm using the PHP library and not too sure where to make this setting. > Does it default to false? I can't seem to find it in my soap_xml.log

Re: How to resolvbe UNABALE_TO_AUTHORIZE error .net client library v201209

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
Hi, First, can you please confirm whether you can get the authToken? https://developers.google.com/adwords/api/docs/ In the "0. Get your authentication token." section. If you can't, it's most likely you enable the 2 step authorization. If that is the case, you should retrieve the application s

Re: Didn't see the package v201302 within adwords-axis-1.12.4-sources.jar

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
Hi, v201302 is available from 1.13.0. Can you please try the latest one? https://code.google.com/p/google-api-ads-java/downloads/list Best, - Takeshi On Tuesday, March 5, 2013 5:43:30 AM UTC+9, Liqun Chen wrote: > > Today, I tried to upgraded to v201302, but I didn't see the package > v201302

Re: Php library for v201302

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
Hi, That is already out. https://code.google.com/p/google-api-adwords-php/downloads/list Best, - Takeshi On Tuesday, March 5, 2013 7:43:20 PM UTC+9, Артур Геращенко wrote: > > Hi! When is the php library for version v201302? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: How a can get all clientID from MCC adwords account by adwordsAPI

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can refer this example https://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201302/accountmanagement/GetAccountHierarchy.java Best, - Takeshi On Monday, March 4, 2013 8:03:42 PM UTC+9, Hassan Absike wrote: > > Hi , i need i help

Re: Can ad extensions be attached to ad groups, or is it campaigns only?

2013-03-05 Thread Schezarnie
Apparently yes. You can edit site links at the Adgroup level with the new enhanced campaigns. Just tried it out. On Monday, February 11, 2013 12:33:16 PM UTC+5:30, Baptiste LE GAL wrote: > > Is this changing with the new enhanced campaigns update? > Being able to ad Extension only to specific ad

Test account

2013-03-05 Thread admin
Hello, I have followed the steps to apply for test account and link it to MCC. It has been 10 days but I have not received email. thank you, Claude -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://group

Adwords API Kurulum

2013-03-05 Thread Sine Türkiye
Merhabalar, Api'yi indirdim yalnız nasıl kurucağımı bilmiyorum biraz ayrıntılı şekilde anlatırsanız sevinirim. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=

Is there any API to know if the Auto Target is validating ?

2013-03-05 Thread yogeetha sundaram
I see the Validate button on the Google Adwords UI. Is there any API to know if the auto target is getting validated? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

Is there any API to check if the Google Auto target is validating?

2013-03-05 Thread yogeetha sundaram
I see the "Validate" button on the auto targets tab on the adwords UI. Is there a way to validate it via api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=

adding test account

2013-03-05 Thread admin
I am following the instructions on this page *https://developers.google.com/adwords/api/docs/test-accounts* and filled in the form for AdWords API Test Account a

Geotargeting (proximity) with python

2013-03-05 Thread Tomer
I'm trying to figure out how to set up a campaign to target a radius around a certain address, using the python client library. I can't find any recent example how to do that (only one from 2008, and it seems that the syntax has changed considerably). Would appreciate any pointers to code exampl

Re: Geotargeting (proximity) with python

2013-03-05 Thread Takeshi Hagikura (AdWords API Team)
Hi, You can refer this example. https://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle/adwords/v201302/targeting/add_campaign_targeting_criteria.py That is not using Proximity, but the usage is basically same. You should send Proximity