AdParameters adding

2015-01-14 Thread Дмитрий Дмитриевич
Hello! I'm using AdWords API (v201409) to manage my AdWords account. I want to show product price in my text ads and update this price without recreating my text ads. I know that in order to do this, I should use AdParameters. For example, if I have 20 keywords in my AdGroup, is it necessary to

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

2015-01-14 Thread treto1ctest
Hi, Thank you, took your example: https://adwords.google.com/api/adwords/cm/v201409"; xsi:type="ns2:TextAd"> http://www.example.com www.example.com Luxury Cruise to Mars Visit the Red Planet in style. Low-gravity fun for everyone! when sending a query, I get an error on the

Re: ValidateOnly Ad group in Campaign not exist on Google adword.

2015-01-14 Thread Le Le
Thanks Josh! On Wednesday, January 14, 2015 at 9:42:01 PM UTC+7, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Unlike in AdWords Editor, you cannot postpone creation of a campaign, so > you won't be able to validate your ad group without first actually creating > its campaign. You could,

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

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, OK - here's an example that should help you get started: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/cm/v201409"; soapenv:mustUnde

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

2015-01-14 Thread treto1ctest
Hi, Thank you, but I can not use the client libraries for my programming language they simply do not Could you give an example xml, using TekstAd? среда, 14 января 2015 г., 20:45:27 UTC+2 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > I strongly recommend using one of our cli

Re: Developing as a separate MCC

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, Yes, you need to submit an API application using your production (non-test) MCC, as well as fill out billing information and sign terms & conditions. See our Sign Up guide for details. Once you've completed those steps, you can sta

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

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, I strongly recommend using one of our client libraries instead of manually constructing your SOAP messages. Each client library lets you work with objects instead of XML elements, which makes building your requests far easier

Re: Creating Remarketing list with tracking code already on website

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi Devraj, The "URL contains X" lists are represented as RuleBasedUserList objects in the API. As mentioned in the StringKey docs

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

2015-01-14 Thread Gilberto Ibarra
At my work a client needs to control the entire Adwords api from his mobile device IOS / ANDROID there any tools I can use to consume SOAP services without constructing them?. There is a Java library for using the API, you can use Android pair ?. What would be the best solution for consuming s

Re: Python API for keyword ideas

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi Siloni, Please refer to our Sign Up guide , which covers obtaining a developer token. The user agent is specified by you and is simply a string of your choosing t

Add location and language to new Campaign PHP

2015-01-14 Thread Nikola Jordanovski
Hi i am developing a api call for a client and am having problems with it. So i am trying to add some credentials after campaigns are created, but when creating $languge = new Languge (); am getting an error Language doesn't exist. Also is there any example of the best practice of doing this. Th

Re: Как узнать adGroupId для определенной группы объявлений?

2015-01-14 Thread treto1ctest
Спасибо, уже реализовал через AdGroupService.get () среда, 14 января 2015 г., 17:22:50 UTC+2 пользователь Josh Radcliff (AdWords API Team) написал: > > Hi, > > You can get the list of ad groups (and their IDs)

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

2015-01-14 Thread treto1ctest
Доброго времени суток! Делаю запрос к сервису AdGroupAdService. Пример тела запроса: http://schemas.xmlsoap.org/soap/envelope/""; xmlns:v20=""https://adwords.google.com/api/adwords/cm/v201409"";> ХХХ Х userAgent false fa

Re: Google Analytics metrics zero in AD_PERFORMANCE_REPORT

2015-01-14 Thread David Midgley
Hi Josh It's been just over a week since your last post - I don't suppose you have an update? Should I start rewriting my code to workaround this bug? Cheers David On Tuesday, 6 January 2015 16:56:31 UTC, Josh Radcliff (AdWords API Team) wrote: > > Hi David, > > Thanks for offering, but unfor

My 2015 AdWords API Wish List

2015-01-14 Thread David Midgley
Hi all I just thought I'd share my 2015 AdWords API Wish List! -Add Auction Insights to API - it's been more than two years since this post! (832 views) https://groups.google.com/d/topic/adwords-api/ohWn5N-rhDg/discussion -Add Shared Sets to API (118 views) https://groups.google.com/d/topic/adw

Re: Python API for keyword ideas

2015-01-14 Thread siloni . gegen
Thanks. I've found get_keyword_ideas.py, but I need to find my user_agent and developer_token. I have all the other credentials. Siloni On Wednesday, January 14, 2015 at 5:10:20 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Siloni, > > The optimization folder >

Re: Как узнать adGroupId для определенной группы объявлений?

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, You can get the list of ad groups (and their IDs) using AdGroupService.get or by running an AD_GROUP_PERFORMANCE_REPORT with zer

Re: Python API for keyword ideas

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi Siloni, The optimization folder of the Python library contains examples of using TrafficEstimatorService

Re: get account data

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, Once you take the user through the OAuth flow and get an *access_token*, you can issue a CustomerService.get request using that *access_token*. The request will return a Customer object

Developing as a separate MCC

2015-01-14 Thread ziv
Hi, I need some help understanding the bureaucracy of developing an app for AdWords API use. My company already has a working MCC account, but I created a separate one for developing. I currently can't make calls to the AdWords API because I didn't sign the terms and conditions yet, so before

Как узнать adGroupId для определенной группы объявлений?

2015-01-14 Thread treto1ctest
Добрый день! Посылаю запрос к сервису AdGroupAdService на добавление объявления, требуется указать идентификатор группы объявления adGroupId в посылаемом запросе. Как его узнать или получить можно,? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Python API for keyword ideas

2015-01-14 Thread siloni . gegen
Hi all, I'm trying to find a sample code which demonstrates the usage of adword api, in order to retrieve the list of keywords which are related to an input keyword which I insert. Here is the link to do it manually https://adwords.google.com/KeywordPlanner#search Thanks, Siloni -- -- =~=~=~=

Re: An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, That error is occurring because in v201409, you must supply the clientCustomerId on all services except CustomerService . Please

Re: ValidateOnly Ad group in Campaign not exist on Google adword.

2015-01-14 Thread Josh Radcliff (AdWords API Team)
Hi, Unlike in AdWords Editor, you cannot postpone creation of a campaign, so you won't be able to validate your ad group without first actually creating its campaign. You could, however, create the campaign with status

get account data

2015-01-14 Thread Alessandro Dias
I'm trying to develop an app where a user logs in and get information of its adwords account; So, there's a way to get the developer token, client_customer_id and any other user information ? or will be need to ask the user to give this data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']

2015-01-14 Thread Naresh Kumar
Hello I am getting this *An error has occurred: [AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED @ ; trigger:'']* My developer token associated with another account which is a production MCC account and i have created refresh token with another email account. Means Production MCC account e