How to post ads based on the location using google adwords api

2015-01-15 Thread Shobhan Babu
Hi, I want to post the ads based on the location ,how can we do this thing based on the location, I have searched for api,but unfortunately I didn't get any code for this . could you please tell me how to post the ads based on the location or city. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

How to integrate keyword Planner tool

2015-01-15 Thread Talib Ali
Hi, How to create a program/script in PHP that will automatically 1. Login to Google Adwords Tool 2. Open the keyword planner 3. Enter some terms. 4. Initiate a search How can we do, anybody help me? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Go

Re: Creating Remarketing list with tracking code already on website

2015-01-15 Thread Dev Gupta
Hi Josh, Thanks for the details. I think i understand it now. So please confirm what i am doing below is correct 1. From AddRuleBasedUserList i do the below StringKey pageTypeKey = new StringKey("url__"); StringRuleItem checkoutStringRuleItem = new StringRuleItem(); checkoutStr

Re: How to remove AdGroupFeed objects that reference a removed ad group

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, Unfortunately, you cannot delete an *AdGroupFeed* via the API once its associated *AdGroup* has been deleted. To filter out *AdGroupFeed*s for your deleted *AdGroup*s, you could periodically poll AdGroupService

Re: Подскажите, каким веб-сервисом можно добавлять и изменять ключевые слова к объявлениям

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, Please check out our documentation for the AdGroupAdService . In addition, each client library contains an example for creating ads in its *b

Re: Where can I send the demo account information for RMF review?

2015-01-15 Thread sortivo . ad
Ok, so I hope they will respond in a moment, when I sent the request yesterday. Thank you for the answer. On Thursday, January 15, 2015 at 10:55:00 PM UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > The form you used is the proper way to contact the API Compliance Team > that handles

Re: Where can I send the demo account information for RMF review?

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, The form you used is the proper way to contact the API Compliance Team that handles RMF questions. They usually respond within one business day. Cheers, Josh, AdWords API Team On Thursday, January 15, 2015 at 1:03:36 PM UTC-5, sorti...@gmail.com wrote: > > Hi, > we have deadline for provide

Подскажите, каким веб-сервисом можно добавлять и изменять ключевые слова к объявлениям

2015-01-15 Thread treto1ctest
Доброго времени суток! Подскажите, каким веб-сервисом можно добавлять и изменять ключевые слова к объявлениям? Спасибо! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelop

Where can I send the demo account information for RMF review?

2015-01-15 Thread sortivo . ad
Hi, we have deadline for provide the demo account for RMF review tomorrow and we have made the account already, but we don't know how to send it to Google Adwords team. Due to change of primary e-mail (also we did the change in adwords system) we have lost any email threads for reply to. So I t

Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi David, Sorry for the delay. I contacted the reporting team again today for an update. Hopefully I'll have something to report back soon. Thanks, Josh, AdWords API Team On Wednesday, January 14, 2015 at 11:11:44 AM UTC-5, David Midgley wrote: > > Hi Josh > > It's been just over a week since y

Re: get account data

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, A developer token is associated with a specific account solely for administrative purposes. The account of a developer token has *no impact whatsoever* on which accounts your API requests can access -- that is determined entirely by the OAuth credentials on each request. It's perfectly val

Re: get account data

2015-01-15 Thread Alessandro Dias
Hi Josh, I have another doubt, You said: You can (and should) use the same developer token for AdWords API requests > against *all* of your accounts. You do not need a separate token for each > account. but correct me if I'm wrong, the developer token is associated to a specific prodction acc

Re: Correct way to retrieve users from AdWords API

2015-01-15 Thread Martin Geubelle
Dear Josh, Thank you very much for you answer, it takes on its full meaning for me now ! I really appreciate. Cheers, Martin Le jeudi 15 janvier 2015 16:17:27 UTC+1, Josh Radcliff (AdWords API Team) a écrit : > > Hi Martin, > > The difference between CustomerService.get >

Re: Traffic estimate and Targeting Idea service

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, Please see the documentation on the TrafficEstimatorService.CampaignEstimateRequest.criteria field , which explains the behavior when no location or language criterio

Traffic estimate and Targeting Idea service

2015-01-15 Thread VJ
Hello, I am using Targeting Idea service and Traffic estimator. https://github.com/jcroll/google-api-adwords-php/blob/master/examples/v201209/Optimization/EstimateKeywordTraffic.php $unitedStates = new Location(); $unitedStates->id = 2840; $campaignEstimateRequest->criteria[] = $unitedStat

Re: Correct way to retrieve users from AdWords API

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi Martin, The difference between CustomerService.get and ManagedCustomerService.get is as follows: - The *C

Re: create test account without a biling information for production account

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, Yes, you must fill in billing information and accept the Terms & Conditions on your *production* account in order to use the token, even for requests against test accounts. Please see this FAQ

Re: Дайте пример XML запроса для сервиса AdGroupAdService использующий TextAd

2015-01-15 Thread Josh Radcliff (AdWords API Team)
Hi, >From your last response, it sounds like you have got this working now. If that's not the case, could you post the errors you are now encountering? Thanks, Josh, AdWords API Team On Thursday, January 15, 2015 at 4:52:49 AM UTC-5, treto...@gmail.com wrote: > > I have worked like this: > > >

Correct way to retrieve users from AdWords API

2015-01-15 Thread Martin Geubelle
Hi there, I was wondering about the proper way of getting the CustomerId of an account in all cases using the API. First, I was using the service "ManagedCustomerService" and that worked well for my accounts, until I noticed that I couldn't get accounts that were not managed by MCC (if I under

How to remove AdGroupFeed objects that reference a removed ad group

2015-01-15 Thread t . kieft
I'm trying to remove some AdGroupFeed objects that reference Ad Groups that where removed earlier. But the API is returning: OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_REMOVED_ENTITY. According to the API documentation it is impossible to mutate AdGroupFeed objects that reference removed

create test account without a biling information for production account

2015-01-15 Thread Alessandro Dias
I created a test account and a production account to get the developer token, but I just want to use the test account and I will not use the production account, I created only to get the developer token. So, Do I really need to add billing information, to just use the test account? -- -- =~=

Re: Дайте пример XML запроса для сервиса AdGroupAdService использующий TextAd

2015-01-15 Thread treto1ctest
I have worked like this: https://adwords.google.com/api/adwords/cm/v201409";> http://www.w3.org/2001/XMLSchema-instance";> ADD 15889158713 https://adwords.google.com/api/adwords/cm/v201409"; i:type="ns2:TextAd">

Re: Дайте пример XML запроса для сервиса AdGroupAdService использующий TextAd

2015-01-15 Thread treto1ctest
If I tried to make: https://adwords.google.com/api/adwords/cm/v201409""; xsi:type=""ns2:TextAd""> ERROR: Message: http://www.w3.org/TR/1999/REC-xml-names-19990114#AttributePrefixUnbound?ad&xsi:type&xsi четверг, 15 января 2015 г., 11:14:37 UTC+2 пользователь treto...@gmail.com написал: > >

Re: Check if Label already exists.

2015-01-15 Thread Shree
Hi Anash, Thanks for the reply. It works. I am very new to Adwords. It seems ambiguous to me to use field names as 'id', 'name' while creating Label and to use fieldnames as 'LabelId', 'LabelName' in selector. Regards ! On Thursday, January 15, 2015 at 2:36:02 PM UTC+5:30, Anash P. Oommen (Ad

Re: Дайте пример XML запроса для сервиса AdGroupAdService использующий TextAd

2015-01-15 Thread treto1ctest
tried to make: http://www.w3.org/2001/XMLSchema-instance"";> ERROR: Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'TextAd' to a type definition for element 'v20:ad'. четверг, 15 января 2015 г., 11:05:24 UTC+2 пользователь treto...@gmail.com написал: > > My request: > > > http://schemas.

Re: Can no longer post offline conversions to Adwords

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi Sofia, Did your account structure or login access change recently? Does the conversions you are uploading belong to an account that you (i.e. the account for which you have OAuth2 accessToken) have access to? Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, January 14, 2015 at 1:

Re: Check if Label already exists in my account using Python

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi Shree, I have responded to your original question on https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/adwords-api/luSgfAYfw7E/BciPew4OeBcJ Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 15, 2015 at 12:19:54 PM UTC+5:30, Shree wrote: > > I am tryin

Re: Check if Label already exists.

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi Shree, The selector fields should be LabelId and LabelName. See the documentation of Label type for details. https://developers.google.com/adwords/api/docs/reference/v201409/LabelService.Label Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, January 15, 2015 at 12:35:55 PM UTC+5:

Re: Дайте пример XML запроса для сервиса AdGroupAdService использующий TextAd

2015-01-15 Thread treto1ctest
My request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201409";> xxx-xxx- xx false false http://www.w3.org/2001/XMLSchema-instance ">

Re: AdParameters adding

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi, I recommend using ad customizers instead of ad params to achieve the same result. Ad customizers are more flexible than adparams, and you can set the rule to show customizer values at campaign, adgroup or keyword levels. See our https://developers.google.com/adwords/api/docs/guides/ad-custo

Re: Дайте пример XML запроса для сервиса AdGroupAdService использующий TextAd

2015-01-15 Thread treto1ctest
My request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:v20="https://adwords.google.com/api/adwords/cm/v201409";> 496-962-0130 jrSUhkMn50elFT-Ff_qXTw 1cAdWords false false http://www.w3.org/2001/XMLSchema-instance";>

Check if Label already exists.

2015-01-15 Thread Shree
I am trying to write a code in Python to check if Label 'MyLabel' already exists in my adwords account. How to specify serviceSelector in LabelService.get ? How to make the code working ? label_service = client.GetService('LabelService', version='v201409') serviceSelector = {'fields'

Check if Label already exists in my account using Python

2015-01-15 Thread Shree
I am trying to write code to check if 'MyLabel' already exists in Labels before creating it. I am using Python. Using LabelService APIs how should be code written ? Actually I am looking for the use of LabelService.get method but cannot specify serviceSelector correctly. This code gives error fo

Re: How Build an APP for android/ios to consume full API AdWords ?

2015-01-15 Thread Anash P. Oommen (AdWords API Team)
Hi Gilberto, There is no iOS library for AdWords API. Java should work for Android, but if it doesn't, you can request help on this forum. Another probable option would be to use Xamarin's mono + AdWords API .NET library to do cross-platform development for both iOS and Android. That said, I w