Re: calls from ads conversion casing

2014-01-15 Thread Paul Matthews (AdWords API Team)
Hi Greg, Looking into this, the issue I understand you to be describing is that ConversionTypeName is lower case for the calls from ads, however this appears to be the only case? We don't explicitly guarantee that the casing of the returned items will be the same. Can you work around the

Re: Cannot read credentials from ads.properties on GAE devserver

2014-01-15 Thread Ray Tsang (AdWords API Team)
Anders, Could I trouble you to place the ads.properties in WEB-INF/ instead? e.g., src/main/webapp/WEB-INF/ads.properties. When using the API, instead of .fromFile()... try .fromFile(WEB-INF/ads.properties)... Thanks! -- Ray Tsang (AdWords API Advisor) On Tuesday, January 14, 2014 3:40:02

Re: problem add character Eure (€)

2014-01-15 Thread Ray Tsang (AdWords API Team)
Kamoun, Could I trouble you to send me the full relevant request/response log (having sensitive information removed) by using the Reply to Author function? Thanks! -- Ray Tsang (AdWords API Advisor) On Tuesday, January 14, 2014 11:13:50 AM UTC-5, KAMOUN Ilyess wrote: i have a problem

Re: problème de ajouter character Eure (€)

2014-01-15 Thread Ray Tsang (AdWords API Team)
Kamoun, Let's continue the conversation in your other thread. Thanks! https://groups.google.com/forum/#!topicsearchin/adwords-api/messageid$3a%2230324c05-2a66-4a00-b746-7dc108e71...@googlegroups.com%22/adwords-api/Haqt119BREo -- Ray Tsang (AdWords API Advisor) On Tuesday, January 14, 2014

conversion tracker - remove conversion

2014-01-15 Thread tomflat561
Hi guys, Can you please advise on the correct fields to remove a conversion? I am using the below which produces an 'operator not supported' error. conversion_tracker_service = client.GetConversionTrackerService(version='v201309') operations_remove = [{ 'operator': 'REMOVE',

Re: How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-15 Thread Ray Tsang (AdWords API Team)
Bikram, Please see the AdWords API common errorshttps://developers.google.com/adwords/api/docs/common-errors?csw=1#CustomerSyncErrorpage for more detail about the TOO_MANY_CHANGES error. 1 year period may be too long - you will have to reduce the date range. Thanks, -- Ray Tsang (AdWords API

Re: How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-15 Thread Ray Tsang (AdWords API Team)
Bikram, In the documentation that you referenced, adGroupChangeStatus can be NEW - which indicates this entity was created during the time frame you are looking at. I hope this helps, -- Ray Tsang (AdWords API Advisor) On Tuesday, January 14, 2014 5:30:30 PM UTC-5, Bikram Bhuyan wrote:

Re: Dev estimate time to build Minimum required functionality

2014-01-15 Thread Ray Tsang (AdWords API Team)
Jonathan, Please see if this helps you with your first question: https://support.google.com/adwords/answer/1704417?hl=en Could I trouble you to elaborate on functionality defaulted? Thanks! -- Ray Tsang (AdWords API Advisor) On Friday, January 10, 2014 1:39:48 PM UTC-5, Jonathan Horowitz

Re: Traffic estimator service: discrepancy between API and UI results

2014-01-15 Thread Ray Tsang (AdWords API Team)
Joao, Could I trouble you to send me the full SOAP request/response log (with sensitive information removed) using the Reply to Author feature? Secondly, for the same criteria, could I trouble you to also send me the result you get in the UI? This will help me investigate this question

Re: Validation rules

2014-01-15 Thread Ray Tsang (AdWords API Team)
Martin, Since Ad Group IDs are generated - it could just have occurred by chance. I'd suggest not to validate it based on the observation. There are only one assumption that you can make, which is that the Ad Group IDs are globally unique. Please see our documentation:

Re: Should I use PHP Client Library or NoClientLibrary for simple web app?

2014-01-15 Thread Ray Tsang (AdWords API Team)
Hi, I'd highly recommend you using a client library, such as the PHP client library. You should be able to include starting from just the src directory, e.g. /path_to_adwords_folder/src You can use the client library in a web application as well. Yo can modify an existing example and make

Re: Request access to client account via API

2014-01-15 Thread Ray Tsang (AdWords API Team)
Ricardo, Could I trouble you to clarify how you are getting access to the customer account now? E.g., is the customer account linked to your MCC? Or, do you have a credential for the customer account? If your customer account is linked to your MCC, you can simply specify the

Re: Campaign Stats Fields for v201306 alternates in Reporting Services v201309

2014-01-15 Thread Ray Tsang (AdWords API Team)
Hi Ali, Could I trouble you to elaborate on the need for ComparableValueType? In most use cases, getting the cost amount seems to be sufficient. Thanks! -- Ray Tsang (AdWords API Advisor) On Monday, January 13, 2014 11:44:34 AM UTC-5, ali.ghaznav...@gmail.com wrote: Hi There, i am

Re: Creating a MCC test account.

2014-01-15 Thread Ray Tsang (AdWords API Team)
Hi, The test account creation steps may look very similar to a live account creation. However, after you've created the test account and logged in - you should notice a red banner on the top right hand corner indicating that the MCC account is a test account. Please let me know if this isn't

Re: Ad Performance Information from API

2014-01-15 Thread Ray Tsang (AdWords API Team)
Bikram, Please check our reporting guidehttps://developers.google.com/adwords/api/docs/guides/reporting . You will be able to find specific report types and its data in the Reference Data https://developers.google.com/adwords/api/docs/appendix/reports. If you use a client library, there should

Re: How to incrementally fetch Campaign, AdGroup Ads with date range Batch the calls.

2014-01-15 Thread Bikram Bhuyan
Thanks a lot for the response. I wanted to verify that, if there is a new ad created during the timeframe but there is no change to adgroup, will that new ad be returned by the service call. That part was not very clear from the documentation. Thanks, Bikram. On Wednesday, January 15, 2014

Problem add description1 with sign €. Please help

2014-01-15 Thread karima Mechergui
Hi Team i have a problem while uploading creatives which contain the EUR sign ( €). So on trying to upload the following description1 A partir de 1,68€. En stock. and i use this code $price = html_entity_decode('A partir de #8364;1,68. En stock.', ENT_QUOTES, 'UTF-8'); in my script of php