Re: RMF C.115: Creating Campaigns with Conversion Optimizer bidding scheme

2013-10-02 Thread oseemann
Hi Jason, thanks for your input. What you say makes sense and it matches our assessment of the situation. I'm hoping that someone from the developer relations team can acknowledge the conflict between RMF and API. Interpretations are always subjective and it'd be nice to have an official

Re: Duplicate Creative question.

2013-10-02 Thread Oliver
It will be added as a different Ad with a different ID, even if all the text was identical. Oliver On Wednesday, October 2, 2013 1:15:50 AM UTC+1, Maxim wrote: Hi. Hypothetically I have a Creative like Title Description With Every Word Capitalized Like This displayedURL Let's

v201302 CustomerSyncService / Changes detection delay

2013-10-02 Thread TompiT
Hi there, We started to use the CustomerSyncService to decrease our synchronization process duration. By testing the CustomerSyncService we have noticed that a change applied on AdWords (e.g Adgroup's name modification) on our Test Account is not directly detected by the API call. Indeed few

Re: AttributeValues in Placeholder Feed Item Report

2013-10-02 Thread Oliver
We find that the order of the 4 fields is always: - Link text - Link URL - Description line 1 - Description line 2 On Tuesday, October 1, 2013 8:37:13 PM UTC+1, Emmanuel Espina wrote: In the Placeholder Feed Item Report I can get the atributes of the feed separated by semicolons, but how

Re: RMF C.115: Creating Campaigns with Conversion Optimizer bidding scheme

2013-10-02 Thread Danial Klimkin
Hello Oliver, As a technical team we can not comment on legal or RMF questions. I'll highlight it internally with a relevant team but I can't promise a follow-up. -Danial, AdWords API Team. On Wednesday, October 2, 2013 11:06:37 AM UTC+4, oseemann wrote: Hi Jason, thanks for your

Re: RMF C.115: Creating Campaigns with Conversion Optimizer bidding scheme

2013-10-02 Thread oseemann
Hi Daniel, from a purely technical point of view, with the current API, campaigns cannot be created with the Conversion Optimizer bidding scheme from the start. Right? Thanks, Oliver Am Mittwoch, 2. Oktober 2013 21:06:43 UTC+2 schrieb Danial Klimkin: Hello Oliver, As a technical team we

Re: Using adwords api using oauth2.0

2013-10-02 Thread David Torres (AdWords API Team)
Hi, You'll need a separate access token per account as you mentioned and a single developer token. Each access token tell us which account (account1, account2, ...) are you authorized to access. The developer token tell us which application is making the call. Best, - David Torres - AdWords

Re: Placement Performance Report - Not Total cost for paused ad's

2013-10-02 Thread David Torres (AdWords API Team)
Hi, Do you mind telling me what customer ID are you running the report against?. Don't worry about sharing the customer ID here, no one can access your account with you that ID. Best, - David Torres - AdWords API Team On Wednesday, September 25, 2013 2:18:52 PM UTC-4, Sean Alsup wrote:

Quota Check Error.Incomplete_Signup

2013-10-02 Thread thehutinsight
Hi, I am just starting out building an application to interact with adwords via its api. However, despite having set up an account with BIlling details and T's and C's confirmed, our test account is still not accessible via the api, which throws an exception marked

Summing cost of display performance and criteria performance reports

2013-10-02 Thread Matt Bessey
I am attempting to use the DISPLAY_KEYWORD_PERFORMANCE_REPORT and CRITERIA_PERFORMANCE_REPORT to build a dataset showing the cost and performance of my search and display adverts. I am using the following AWQL in Ruby (through the AdWords gem) to do so: SELECT Id, Date, AccountDescriptiveName,

Report download errors occurred..in C#

2013-10-02 Thread Mahesh Nerlekar
Hi All, There were some other posts which are similar to this but they don't have any answer so putting this separate post. I requested a developer token and got it. I am submitting request to download report using v201306 still getting error downloading report. I am passing Client

Image ad - getting invalid image data error

2013-10-02 Thread Incite ML
Hi, Am using google adwords api version 'V201306' to create the image ad. When am tries to create an ad i got [soap:Server] [ImageError.INVALID_IMAGE @ operations[0].operand.ad.image.data]. Please help me to resolve this issue.Thanks in advance Mani kandan S -- --

Re: QuotaCheckError.ACCOUNT_INACTIVE

2013-10-02 Thread marea
Hi Danial, I have the same problem but with my account. I make it works with a test account, even if it download be a dummy datas (im trying to obtain the suggested keywords) I can obtain real data with a production MCC (even if it is still under review) ? My production id is *827-371-9238*

Do I need a developer token to access the API via oauth?

2013-10-02 Thread Andrei Kavaleu
Hello, I am trying to get an access to AdWords API via OAuth. I registered an app, created MCC account (to a different e-mail) and a test account. I read through AdWords API documentation and don't see that I need a dev token to access an account by oauth. Just clientId, clientSecret and

Refresh access_token programmatically from Perl client library

2013-10-02 Thread Hunter McMillen
The title mainly says it all, but we are migrating from clientLogin to OAuth2 for our AdWords code and I don't see anywhere in the Perl client library where I can refresh my token programmatically, here is what I have at the moment: $self-{google_client} = Google::Ads::AdWords::Client-new(

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'lt;nullgt;' when making API call

2013-10-02 Thread thehutinsight
HI Takeshi, whom do you mean by the relevant team? On Monday, 24 June 2013 10:01:57 UTC+1, Takeshi Hagikura (AdWords API Team) wrote: Hi Ed Are you using the test accounthttps://developers.google.com/adwords/api/docs/test-accountsor production account

descargar datos de google adowrds

2013-10-02 Thread aleix bosch vilaseca
buenas a todos, nuestra intención es crear unos reports o informes personalizados para los clientes cogiendo datos de adwords pero también de otros canales, nos gustaría conocer si seria posible descargar periódicamente clicks, impresiones etc...o otras variables de forma automática mediante

Negative Keyword Not Added

2013-10-02 Thread goingdev
Using the API (201306) I'm trying to upload a phrase, exact and broad (with modifier) keyword to a campaign and an adgroup in a different campaign. All three keywords uploaded successfully to the adgroup but only the phrase and exact keyword was uploaded to the campaign. Here's the piece of