Does MutateJobService support AdGroupFeedOperation and CampaignFeedOperation?

2013-10-01 Thread Slava
I was told that despite what Batch Processing Guidehttps://developers.google.com/adwords/api/docs/guides/batch-processingsays, AdGroupFeedOperation and CampaignFeedOperation are not actually supported by MutateJobService. Can someone from AdWords API team confirm it? Just want to make

Operations count in Single Service Operations vs MutateJobService (bulk update)

2013-10-01 Thread Paris Theofanidis
Hi, we are using the API to manage the AdGroups, AdParams and AdKeyWords. We currently gather all the operations per service and commit the operations per service (3 requests with multiple operations in each request). Would there be some benefit to switch from this method to MutateJobService

set max cpc for all keyword of ad

2013-10-01 Thread Jooble
I want to know is it possible,by using api,to change keywords max cpc of some ad(not adgroup) I have several adgroups. Each adgroup have 5 keywords,and 3 ads. I want to change keyword.maxcpc for specific ad(where can i get ad's ID?),but the problem is that the one keyword could be used by a

How to change AdGroup cpcBid according to AdGroupID

2013-10-01 Thread Adeel Ahmed
Hi, First off all, I am fetching AdGroup's details using custom made PHP script. I am pasting only few lines to make you understand first. define(ADWORDS_API_VERSION, v201306); define(ADWORDS_API_SERVER, https://adwords.google.com;); define(ADWORDS_API_ADGROUP_SERVICE, ADWORDS_API_SERVER .

Problem updating cpcBid for AdGroup (top level): Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:bids

2013-10-01 Thread Adeel Ahmed
Hi, Using PHP, I am getting this error for updating Top Level AdGroup cpcBid using AdGroupService here is my request array: $request = array( mutate = array( operations = array( array(operator=SET,operand=array(id=$adgroupidx, biddingStrategyConfiguration=

Authentication problem with new app

2013-10-01 Thread Filip Holmberg
We are building a adwords tool but we're struggling with the authentication. Our tool is just for internal use and therefore should be considered as a installed app I assume. So the logic should be as follows: authenticate with OAuth2.0 once and then just refresh the authentication as the

RateExceededError

2013-10-01 Thread Llama
Hi all, I'm building a Rails app that takes advantage of the get_keyword_ideas method (https://code.google.com/p/google-api-ads-ruby/source/browse/adwords_api/examples/v201306/optimization/get_keyword_ideas.rb) built into the adwords_api Ruby gem. I'm currently working through a test

Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Adeel Ahmed
I am using custom made PHP script (nolibrary) for AdWords API. I am able to fetch Campaign's data and AdGroup's Data and as per some calculation, I want to change CpcBid of specific AdGroups (Top Level - not ads/keywords within AdGroup). $adgroupidx=1122334455; $bid=0.12 * 100;

how get keywords idea avg-monthly-searchs

2013-10-01 Thread Kven Chou
I use to adwords aip python 15.9 get keywords idea avg-monthly searchs. I found get the data is go great I think is must be error, but I don't know what wrong. for example, I use a keyword '京东' is avg-monthly-search is 45, but I use to adwrods api last 12 month search data is so great.

Php скрипт автоматической проверки работы рекламной кампании.

2013-10-01 Thread Igor Kolesnik
Хотелось бы узнать есть ли решения для автоматической проверки скриптом работает ли реклама в данный момент или нет. Чтобы не заходить постоянно в диагностику объявлений и не проверять вручную. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Our token hasn't approved for long time.

2013-10-01 Thread Rıdvan Yaman
Hi, We have applied for Adwords API token with our MCC account 2 weeks ago and there is nor approval neither disapproval. Please can you look at ur account and let us know what is the situation. Accound id: 509-391-1834 Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Does MutateJobService support AdGroupFeedOperation and CampaignFeedOperation?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Slava, CampaignFeedOperations/AdGroupFeedOperation are not supported in MJS. Only FeedItemOperation is supported. I'll get the documentation fixed. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, October 1, 2013 2:06:36 PM UTC+5:30, Slava wrote: I was told that despite what

Re: Report download v201209 and dateRange

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, What report type is it that you are running? Did you see if the column names remain unchanged in the new version (v201306) as well? Cheers, Anash P. Oommen, AdWords API Advisor On Monday, September 30, 2013 7:40:00 PM UTC+5:30, Subrata Sarkar wrote: Hi, Till Friday everything

Re: AdGroupService does not provide access for Date field ?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi, If you are looking for stats, you should use an appropriate report (e.g. AdGroup performance reporthttps://developers.google.com/adwords/api/docs/appendix/reports#ad-group). AdGroupService has limited support for stats. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September

Re: Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'CampaignFeedOperation' to a type definition for element 'operations'. Why?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Slava, I don't think AdGroupFeedOperation/CampaignFeedOperation is available in the MJS service despite what it says in the guide. Could you please use the individual services instead? Cheers, Anash P. Oommen, AdWords API Advisor. On Saturday, September 28, 2013 1:57:36 AM UTC+5:30, Slava

Re: How to change AdGroup cpcBid according to AdGroupID

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, You should be using AdGroupService. See https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/BasicOperations/UpdateAdGroup.php for an example. Cheers, Anash P. Oommen, AdWords API Advisor On Saturday, September 28, 2013 9:20:13 PM UTC+5:30, Adeel

Re: RateExceededError

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you kindly send me a SOAP request / response xml and your API MCC customer id to anash.p.oom...@google.com and update this thread? I'll investigate this further. Cheers, Anash P. Oommen, AdWords API Advisor On Saturday, September 28, 2013 3:25:16 AM UTC+5:30, Llama wrote: Hi all,

Re: Authentication problem with new app

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Filip, Looks like you created a Web application on the Google API Console. For installed application, there's an installed application option on the Google API Console, and urn:ietf:wg:oauth:2.0:oob is a registered callback url in that project. Cheers, Anash P. Oommen AdWords API Advisor

Re: On first access got [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Andrew, You are making calls against your production account, that won't work until your tokens are reviewed and approved. You need to create a test account under your API MCC, and use it's customer id in the clientCustomerId header. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday,

Re: Problem updating cpcBid for AdGroup (top level): Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:bids

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, I responded to your other thread, you could refer to https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201306/BasicOperations/UpdateAdGroup.php for a code example. Cheers, Anash P. Oommen, AdWords API Advisor On Sunday, September 29, 2013 8:39:29 PM

Re: Adwords API v201306 - How to get Display Network Paused and Deleted campaign data

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, You could add a Predicate to request Status in ACTIVE, PAUSED, DELETED. Please see https://code.google.com/p/google-api-adwords-dotnet/source/browse/examples/adwords/CSharp/v201306/Reporting/DownloadCriteriaReport.cs#76 for an example. Cheers, Anash P. Oommen, AdWords API Advisor

Re: Unmarshalling Error: cvc-type during mutatejobservice(201306)

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Javed, Here's a raw SOAP xml for AdGroupService.mutate.ADD that you can refer to. ?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xmlns:xsd=http://www.w3.org/2001/XMLSchema;

Re: Keyword Planner Access?

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Dan, The necessary functionality is in TargetingIdeaService and TrafficEstimatorService. However, my advise would be to first take a look at AdWords API Terms and Conditions and Required Minimum Functionality document before deciding to use AdWords API. TargetingIdeaService:

Re: New AdWords UI: Can't Deep Link from External Tools

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ricardo, No, we don't support deep linking on AdWords UI, nor have plans for the same, Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, September 27, 2013 3:55:10 AM UTC+5:30, Ricardo Buitrago wrote: Hello, it's been 4 years since this thread was opened. I was wondering if you

Re: Our token hasn't approved for long time.

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ridvan, I've asked our review team to take a look, they will reach out to you about the review process. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, September 30, 2013 2:04:54 PM UTC+5:30, Rıdvan Yaman wrote: Hi, We have applied for Adwords API token with our MCC account 2

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Anash P. Oommen (AdWords API Team)
Hi Adeel, The error you mention can come only if you don't have UPDATE access to the client account. Can you confirm if the login email you are using to generate your OAuth2/ClientLogin tokens have permission to update the account you are making calls to? Cheers, Anash P. Oommen, AdWords API

Re: Internal API error when requesting feed items

2013-10-01 Thread frans
Dear API team, Can you please give us an update on this issue? Thank you. Kind regards, Jaap-Jan Frans bGenius Op maandag 16 september 2013 12:37:26 UTC+2 schreef sc...@bgenius.com: Hello Anash, Do you have an update on this issue? Op dinsdag 27 augustus 2013 17:08:53 UTC+2 schreef

Re: Authentication problem with new app

2013-10-01 Thread Filip Holmberg
I did create a 'Installed App' but could not get it to work and receive the described error. I did get a refresh token now when I added a Web app and used that id/secret pair. - Filip On Tuesday, 1 October 2013 12:36:38 UTC+3, Anash P. Oommen (AdWords API Team) wrote: Hi Filip, Looks like

Re: Add new user to Adwords account programmatically

2013-10-01 Thread David Torres (AdWords API Team)
Hi, This is not currently possible through the API. Best, - David Torres - AdWords API Team On Wednesday, September 25, 2013 9:36:46 AM UTC-4, Majo Mikula wrote: Hi, is there any way to add new user to an existing adwords accounts programmatically? I create new Adwords account over API

Re: {[QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:'null']}

2013-10-01 Thread David Torres (AdWords API Team)
Hi, I noticed you have requested a developer token under 277-241-0934, are you using this developer token? this is something we need to prevent right now, but developer tokens only work if they are requested under a regular MCC account. So you need to open a regular (not test) MCC and request

Re: Remarketing to group of customers

2013-10-01 Thread David Torres (AdWords API Team)
Hi, This seems to be more a product question rather then technical API, I think you'll find a better answer in the general AdWords support channels. Best, - David Torres - AdWords API Team On Wednesday, September 25, 2013 2:06:09 AM UTC-4, Patil Sagar Shantaram Student wrote: If i segment

Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2013-10-01 Thread David Torres (AdWords API Team)
Hi, The date range in the selector controls the window of stats to be returned, since negative keywords do not hold stats (this is just a structural report), the date range field is really meaningless for it. Best, - David Torres - AdWords API Team On Wednesday, September 25, 2013 12:36:45

Report to get (only) sitelinks

2013-10-01 Thread Emmanuel Espina
I see that now we can use PLACEHOLDER_FEED_ITEM_REPORT to get a list of all the feed items in the account and among them we get the sitelinks. But I could't figure out how to tell one item from another apart (that is, to find what is a sitelink and what is another extension). I want to consider

Re: Does MutateJobService support AdGroupFeedOperation and CampaignFeedOperation?

2013-10-01 Thread Slava
Appreciate you confirming this, Anash. Do you know if these operation will be supported by MJS in the near future? Thanks, Slava On Tuesday, October 1, 2013 2:14:32 AM UTC-7, Anash P. Oommen (AdWords API Team) wrote: Hi Slava, CampaignFeedOperations/AdGroupFeedOperation are not supported

Re: Report to get (only) sitelinks

2013-10-01 Thread Oliver
We faced the same problem few weeks ago and ended up having to include the *impressions *field so that we get the data back. There is most likely a bug with this report type whereby without the impressions filed included you can't get any results. You can simply ignore the impressions in

AttributeValues in Placeholder Feed Item Report

2013-10-01 Thread Emmanuel Espina
In the Placeholder Feed Item Report I can get the atributes of the feed separated by semicolons, but how can I know the column name or id of each value? are they in the same order of the attributes list of the Feed object (

Re: Php скрипт автоматической проверки работы рекламной кампании.

2013-10-01 Thread Danial Klimkin
Игорь, добрый день, Для проверки доставки решения нет. С помощью AdWords API можно получить статус всех объектов (включена ли компания, подтверждено объявление и т.п.). -Даниил, команда AdWords API. On Friday, September 27, 2013 2:47:39 PM UTC+4, Igor Kolesnik wrote: Хотелось бы узнать

Application Creation Procedures for many clients

2013-10-01 Thread Hunter McMillen
We are trying to migrate our older application to use the OAuth2 authentication that Google now supports, but we are having some trouble understanding a few things regarding application creation. If anyone could shed some light on these questions, it would be very helpful. Background: We

OAUTH2 Explanation

2013-10-01 Thread Hunter McMillen
We are in the process of migrating to OAUTH2 from clientLogin in terms of API access to AdWords, and I have read several guides about OAuth2 and the getting started with the Perl client library guide and example, I seem to still be a little confused by the OAuth2 authentication process. Right

Api Developer Token Rejected

2013-10-01 Thread marea
Hi, My customer id client is (it's a Test Account) Customer ID: 668-329-0112 Token Pending approval 5OTVjTppfFzNsqqqcxqxng My question is, i can use Adwords Api with this data? Because the guide say yes but on forum Google Experts say no, you must use a not test account What i must do? I

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Adeel Ahmed
Hello Anash First of all thank you for replying on all of my posts. I am just replying here only now :) Well, I am making GUI for a client and they didn't give full access to the email which I am using for manipulation of CpcBid and now they have given the access. After running script again

Setting Attributes on TrueView in-display units

2013-10-01 Thread Jonathan Tushman
Hey guys, I am looking at the the API for creating TrueView in-display : https://developers.google.com/adwords/api/docs/appendix/templateads#pyv_ad_on_content And it is unclear to me how to set the following ad attributes: - Headline - Description 1 - Description 2 - Display URL

Re: Adwords API Error: OperationAccessDenied.ACTION_NOT_PERMITTED @

2013-10-01 Thread Adeel Ahmed
Hi again, I tested with Client Library and it updated CpcBid but my script response shows no change in CpcBid. For my script, I am not using Library (please note that). It is custom made PHP script and I am able to get all campaigns and adgroups data using SOAP requests. As per nolibrary

Re: Error while getting Detination URL report

2013-10-01 Thread Danial Klimkin
Hello Shobha, Do you still experience the issue describe below? -Danial, AdWords API Team. On Thursday, September 26, 2013 3:40:47 PM UTC+4, shobha.p...@gmail.com wrote: Hi, I am trying to fetch Destination URL report for a client using Adwords APi v201302 as well as from the 'Client

Re: Simple question: Will I be billed for client adwords accounts?

2013-10-01 Thread Danial Klimkin
Hello David, No, while billing information is required, API is free, see this page for more details: https://developers.google.com/adwords/api/docs/ratesheet2 Also make sure to review and accept TC as the last step of the billing setup process. -Danial, AdWords API Team. On Wednesday,

Re: Unmarshalling Error: cvc-type.2 MutateJobService 201306

2013-10-01 Thread Danial Klimkin
Hello Javeed, You need to send xsi:type value for Operation for service to understand which one it is. Something like: v20:operations xsi:type=CampaignOperation I seriously suggest to use one of our client libraries that handle this (and many other) issues for you:

QuotaCheckError.ACCOUNT_INACTIVE

2013-10-01 Thread testadit2013
Hi, Im using my test account [451-157-2126] to try API but i cannot use it, always having the same error: Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.ACCOUNT_INACTIVE @ ; trigger:'null'] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-10-01 Thread Danial Klimkin
Hi, It looks like you are using a developer token from test mcc account. Please use one from a production MCC (even if it is still under review). -Danial, AdWords API Team. On Wednesday, October 2, 2013 1:38:35 AM UTC+4, testad...@gmail.com wrote: Hi, Im using my test account

Duplicate Creative question.

2013-10-01 Thread Maxim
Hi. Hypothetically I have a Creative like Title Description With Every Word Capitalized Like This displayedURL Let's say it has id= I deleted this creative. Now I add another one to the same adgroup: Title Description with every word capitalized like this Is it identical to the

Re: v201306 problem retrieving rule-based remarketing lists with AdwordsUserListService

2013-10-01 Thread Chris Wiederspan
I'm having the same problem. The only thing I can add is that it's inconsistent - sometimes I get the entities and sometimes I don't. It's almost as if there is different code deployed on different front-end servers, and depending on which one I get it either works or doesn't work. Chris On