Re: How can I set a display ad campaign?

2012-12-19 Thread Danial Klimkin
Hello Kapil, You are looking to create an ImageAd: https://developers.google.com/adwords/api/docs/reference/latest/AdGroupAdService.ImageAd with targeting for targetContextNetwork: https://developers.google.com/adwords/api/docs/reference/latest/CampaignService.NetworkSetting Check out t

Re: refresh token not returned

2012-12-19 Thread Danial Klimkin
Hello Itai, The OAuth authorization is common for all Google services and not related to the account type or developer token status. Please send the details requested to Paul via email. This can be done with "Reply to author" option in the drop down list on the right. -Danial, AdWords API Te

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v2

2012-12-19 Thread Orange Tux
The answer is already given in an other post. https://groups.google.com/d/msg/adwords-api/tpn7HGYs_KI/j6J32U0lAVgJ Op vrijdag 7 december 2012 07:25:43 UTC+1 schreef Coder het volgende: > > hello guys.. I'm able to login but when I try to create or get > campaigns... following error occurs > SOAP

Why exist twice definition of REPORT_DEFINITION_SERVICE on class com.google.api.adwords.lib.AdWordsService

2012-12-19 Thread Agnaldo Oliveira
Hello all, I need use REPORT_DEFINITION_SERVICE, but i get the error: "no property definition" on class com.google.api.adwords.lib.AdWordsService, but on it has twice definition of REPORT_DEFINITION_SERVICE. some one can help me? com.google.api.adwords.lib.AdWordsService /** * Uses the i

test account query

2012-12-19 Thread John Lister
Hi, I registered for a test account and it looks to have been approved. However prior to the approval, some updates were made to the account and it was showing in the web user interface as what looked to be a normal account. I can see that the cost for updates is now 0, so it does indeed appear

As a developer: create test account on own, personal MCC or on the MCC of my company?

2012-12-19 Thread Orange Tux
My boss asked me to develop a tool which interacts with the Google Adwords API. For development purposes I need a test account. Therefore I've created a MCC for myself to see how it works. It's my personal account, I don't have company. Can I create an testaccount on this MCC? Or will Google re

Re: OAuth2 service account for Adwords api

2012-12-19 Thread OzChad
Hi Anash Wish you have a Merry Christmas and Happy new year, I am looking forward to try your .Net library that supports JWT for oAuth2 authentication. thanks very much. On Monday, 10 December 2012 18:15:16 UTC+11, Anash P. Oommen wrote: > > Hi Oz, > > I pushed an updated version of the .NET cl

Re: Cannot pass Add LogicalUserList API, Please Help.

2012-12-19 Thread Takeshi Hagikura (AdWords API Team)
Hello This part of your xml, 1527309 xsi:Type="RemarketingList" should be the element of UserList, not the ruleOperands. Please refer the correct xml example, below I made. Best, - Takeshi, AdWords API Team http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/

Re: testing an ad - non api question

2012-12-19 Thread Takeshi Hagikura (AdWords API Team)
Hello, You can retrieve stats based on your keywords using Keywords Performance report . Or based on search queries, using Search Query Performance Report

Re: Why exist twice definition of REPORT_DEFINITION_SERVICE on class com.google.api.adwords.lib.AdWordsService

2012-12-19 Thread Takeshi Hagikura
Hello Agnaldo, Assuming you are talking about old Java client library. When using it, you should write like in the following code. // Get AdWordsUser from "~/adwords.properties". AdWordsUser user = new AdWordsUser(); // Get the ReportDefinitionService. ReportDefinitionSer