Re: Problem api adword

2013-12-04 Thread KAMOUN Ilyess
i like add new TextAdshttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/BasicOperations/AddTextAds.phpto my adgroup: AddTextAds.phphttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/BasicOperations/AddTextAds.php --

Re: Problem api adword

2013-12-04 Thread KAMOUN Ilyess
My script : *** **Begin script*** *** require_once

Re: Problem api adword

2013-12-04 Thread KAMOUN Ilyess
what the problem [AdError.INVALID_AD_TYPE @ operations[0].operand.ad] . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: How to create a budget on customer by AdWords API?

2013-12-04 Thread Zweitze
Access to MDS is provided by the *BudgetOrderService*https://developers.google.com/adwords/api/docs/reference/v201309/BudgetOrderService: you can retrieve existing account budgets and add new account budgets. Note that you must be whitelisted to use this service. Ask your Google

How can I check if migration to latest version of adwords api was successful. My application seems to be using the previous adwords api version.

2013-12-04 Thread jaison . directi
I am currently using adwords api(v201306) PHP client library for my project. I would like to migrate to adwords api version 'v201309'. In order to migrate to the newer version, I have downloaded the PHP client library for the new version. I then copied the following folder -

Re: how to get ClientCustomerID after oAuth2 authorization

2013-12-04 Thread larisa bolgova
Thank you for your answering. I have another question. When i use oAuth2 I recieve { access_token:1/fFAGRNJru1FTz70BzhT3Zg, expires_in:3920, token_type:Bearer, refresh_token:1/xEoDL4iW3cxlI7yDbSRFYNG01kVKM2C-259HOF2aQbI } how could i make first adwords api call, using access token? when i try

Re: AdGroupCreativeId in Click Performance Report doesn't match Id in Ad Performance Report

2013-12-04 Thread Ittai Chorev
Hi, Is there any update/timeline for this issue? Since you introduced the Click Performance Report we've been advising our customers to start using the GclId for attributing revenue data , as it's a much simpler and easier way than manual tagging (Google Analytics recommends this as well!).

Re: Destination Auto-tagging

2013-12-04 Thread Ittai Chorev
Hi, Is there any plan to implement this feature in the API? Since you introduced the Click Performance Report through the API a few months ago auto-tagging has become a very useful feature for API developers. In the current situation we can't even verify that the auto-tagging is enabled and

Re: Your client does not have permission to get URL

2013-12-04 Thread Evgeniy Bogdanov
Such errors can be returned if your server have time difference with Google servers. 2013/12/2 Jonathan Fann palmettoprimarycarephysici...@gmail.com I have removed the map and put the old version of Google Maps embedded on the page and it works... does not work when using the new Google Maps

setting predicates in Selector for Reports - no setter and not visible

2013-12-04 Thread assaf
Hi, I wish to set a predicate for a report. Using the Selector from - com.google.api.ads.adwords.lib.jaxb.v201309.Selector (as in the report examples) - Selector selector = new Selector(); ListString columnsList = Lists.newArrayList(CampaignId,

Re: Error running AdWords API with Google App Engine

2013-12-04 Thread Anders Hansen
Hi Takeshi, I am quite new to both AdWords API and axis / jaxws, but as I understand it jaxws has a subset of the functionality of axis. Will this give me any problems with the functionality of the AdWords API compared to using axis and can I still use the adwords-axis-examples from the Java

Re: keyword id 3000004

2013-12-04 Thread Josh Radcliff (AdWords API Team)
Hi Greg, Thanks for confirming that this was run for ALL_TIME - that explains why you saw the old 304 ID. Regarding the status of that Keyword, my suspicion is that since it is a universal placeholder ID like 300 and

Re: Does the current status of the campaign affect historical keyword download?

2013-12-04 Thread Peter Kingswell
wow. That really messes up our implementation. I suggest that the documentation for the AdGroupStatus, CampaignStatus and Status predicates be updated to this effect (if it doesn't have it already - I can't find it right now). Thanks, Peter On Wednesday, December 4, 2013 12:21:31 AM UTC-5,

Re: Reading stats from reports, sorting them and displaying them on UI (Without saving to files)

2013-12-04 Thread naman jindal
Hi Takeshi, Thanks for your answer. I have made a function that will sort my report. There is one more thing that I want to know. Is there a way to read from the report directly, without actually downloading the csv. I know there is a way to read from the response object as:

Re: Reading stats from reports, sorting them and displaying them on UI (Without saving to files)

2013-12-04 Thread naman jindal
Hi Takeshi, Thanks for your reply. I have made a function to sort the report. Now I want to know if there is a way to read the report directly without saving it to file? Forget the sorting part. I just want to read the report without saving it to file. I know one way of using the response

Re: Does the current status of the campaign affect historical keyword download?

2013-12-04 Thread Peter Kingswell
Hi Takeshi, let's say it's Monday and you have a paused campaign with keywords. On Friday you re-enable it and then download Monday's keywords (using Selector.DateRange and CampaignStatus == ACTIVE and Status == ACTIVE). Will you get those keywords? And if so, what will their Clicks,

Re: Problem api adword

2013-12-04 Thread KAMOUN Ilyess
Hi Team; i like add new TextAds to my adgroup what example i use please ? you should me AddTextAds.php ? thank you in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID error

2013-12-04 Thread larisa bolgova
Hi. I wanna get user account customerId to get all his campaings, etc. i try to do so in this way *$client = new Google_Client();* *$client-setApplicationName('name');* *$client-setClientId('application id');* *$client-setClientSecret('AppGoogleOAuthClientSecret');*

Re: keyword id 3000004

2013-12-04 Thread Josh Radcliff (AdWords API Team)
Hi Greg, I've confirmed that the placeholder IDs (30x) will always be reported as active (by design) since they are a special case. These keyword IDs represent an aggregation of keywords, display keywords, etc., so they won't have values that cannot be aggregated, such as Quality Score.

Re: Using AdWord API for mobile campaigns

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Stella, I think part of your plan can be achieved using the AdWords API. You can upload image ads 320x50 using ImageAdhttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupAdService.ImageAd (You don't have to use templateAd). But I don't think zipcode targeting is

Re: Get the Campaign name By Creative ID

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Alexis, I don't think it's possible to associate creativeID and the campaign name through the AdWords API at this time. Best, - Takeshi, AdWords API Team On Friday, November 29, 2013 11:01:24 PM UTC+9, Alexis Gruet wrote: Hi everyone, We currently use value track and and log every

Re: comma in field content in CSV report?

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, It'll be quoted by a double quote. (e.g. some, comma, include strings Best, - Takeshi, AdWords API Team On Friday, November 29, 2013 9:10:17 PM UTC+9, Italo Armenti wrote: Hello, since I am downloading the report in CSV format, I wonder if there is a way you deal when there is a comma

Re: AuthorizationError.USER_PERMISSION_DENIED

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, My first guess is that the account you are making the API call against (ns1:clientCustomerIdxxx-xxx-xxx/ns1:clientCustomerId) is not linked to the account you used as the OAuth2 authentication. Please make sure the account (ns1:clientCustomerIdxxx-xxx-xxx/ns1:clientCustomerId) is linked

Re: Invalid field to migrate v201306 to v201309

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, As of v201309, the Stats field in service calls (such as CampaignService) have been removed. Please use reports instead. (see the blog post http://googleadsdeveloper.blogspot.jp/2013/10/adwords-api-how-to-migrate-from-stats.html) Best, - Takeshi, AdWords API Team On Thursday, November

Re: Invalid FROM clause

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, If you are trying to use AWQL, the query should be sent as a post parameter, not as a SOAP call. (Please see https://developers.google.com/adwords/api/docs/guides/awql) I strongly recommend using one of the client librarieshttps://developers.google.com/adwords/api/docs/clientlibraries. It

Re: how to get ClientCustomerID after oAuth2 authorization

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Are you using the PHP libraryhttps://code.google.com/p/google-api-adwords-php ? You don't have to set an access token in your request. You need to set clientId, clientSecret, refreshToken in your

Re: Reading stats from reports, sorting them and displaying them on UI (Without saving to files)

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi naman, The report result is returned as an InputStream. It doesn't have the method that reads a stream line by line. You need to implement that part to detect a line break. Best, - Takeshi, AdWords API Team On Wednesday, December 4, 2013 11:34:52 PM UTC+9, naman jindal wrote: Hi Takeshi,

Re: Does the current status of the campaign affect historical keyword download?

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Peter, If the current status is ACTIVE, you should get the keywords. But as far as I remember if the keywords don't have impressions within the DateRange, it will not be returned. (This behavior isn't relevant where the Campaign status is active or not). Do you have your account? I think

Re: Error running AdWords API with Google App Engine

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, I'd use appengine (aside from I'm working at Google). I don't have to set up my own server and there is a starter packhttps://cloud.google.com/developers/starterpack/option (I'm not the contact person for it though) The Java library should work on appengine (as mentioned in the blog

Re: Problem api adword

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, Can you use the exact same script as the AddTextAds.phphttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/BasicOperations/AddTextAds.php first? In your code where this part came from? $textAd-AdType = TextAd; I think you don't have to specify AdType

Re: Auction Insights Report

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, At this moment, no specific timelines for it yet. Once it's available we'll announce it on the blog and the release note. Best, - Takeshi, On Wednesday, December 4, 2013 1:14:17 AM UTC+9, Daniel Gilbert wrote: This thread has been running for almost a year now! Any timelines on when

Re: Getting ad groups audience bids adjustments and targeting settings via API

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi, As for the setting for 'Target and Bid' and Bid Only, you can configure it using targetAll in TargetingSettingDetail https://developers.google.com/adwords/api/docs/reference/v201309/AdGroupService.TargetingSettingDetail Best, - Takeshi, AdWords API Team On Wednesday, December 4, 2013