Applying for AdWords API tokens - estimated time

2014-06-17 Thread Maggie Dudzińska
Hi, My team is about to apply for the AdWords API tokens. How much time does it usually take for the application to go through? I know it depends on the application etc., but maybe someone could share their experiences? Last time we applied, in 2012, it took months..., I hope it'll be quicker

Re: Issues with adding production partition in shopping campaign with API

2014-06-17 Thread aroxotest18
Hi, Yes i understood your point. Delete Product Partition : 1. we can have single REMOVE and mutate request , if we had parentCriterionId https://developers.google.com/adwords/api/docs/reference/v201402/AdGroupCriterionService.ProductPartition#parentCriterionId 2. If we dont have

Max number 2147.483647 type money using API

2014-06-17 Thread Mike Young
For some reason some of the data that is coming back in my API calls is 2147.483647, but this is not the same in Adwords. This seems to be the max value of a fixed point number and has a range of -2147.483648 to *2147.483647* // to exactly 6 decimals I have seen this error causing problems

Re: Max number 2147.483647 type money using API

2014-06-17 Thread Danial Klimkin
Hello Mike, AdWords API returns Money values in micros as Long, which has a large range. Please make sure the result is not misinterpreted on your side, e.g. try outputting as (string)$value for the integer path too. -Danial, AdWords API Team. On Tuesday, June 17, 2014 4:25:17 PM UTC+4,

PHP Client Library : Problem to use API Adsword

2014-06-17 Thread f . dervin
Hello, I'm currently trying to use the Adwords API PHP but I have trouble connecting. I downloaded the Seller GoogleAds-php-lib I followed the guide for authentication via OAuth 2.0. I modified the file auth.ini indicating my developerToken my userAgent my client_id and my client_secret When

Re: Find which keywords and ads created/removed during date range

2014-06-17 Thread Michael Cloonan (AdWords API Team)
Hello, The CustomerSyncService will always return a CustomerChangeData https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CustomerChangeData object, which then has further sub-objects for CampaignChangeData

Re: Applying for AdWords API tokens - estimated time

2014-06-17 Thread Danial Klimkin
Hello Maggie, The tokens review process is now handled by a dedicated team. They target to respond within 24 hours after your request but total time can very based on the nature of your application. -Danial, AdWords API Team. On Tuesday, June 17, 2014 2:56:31 PM UTC+4, Maggie Dudzińska

Re: Max number 2147.483647 type money using API

2014-06-17 Thread Mike Young
Ok I solved this *I changed this: * case 'money': return $value / 100; *to this: -* case 'money': return floatval($value) / 100; well done me! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Target with City, County, and State

2014-06-17 Thread Danial Klimkin
Hello Scott, Actually, post code targeting is now available for the US as of v201402, see Postal code targeting type in the reference: https://developers.google.com/adwords/api/docs/appendix/geotargeting If you still want to target cities, you need to find the ID for the one you looking

Re: Campaign stopping

2014-06-17 Thread Danial Klimkin
Hello Dzu, If you already have a developer token (using the API), it is easy to pause any campaign with CampaignService https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService . Otherwise, you may want to look into AdWords Scripts

Re: In Ad Performance report I get Ad Type Display Ad - should it be a Network Type, instead of the ad type?

2014-06-17 Thread Danial Klimkin
This doesn't look like expected behavior. I'll check internally and let you know. -Danial, AdWords API Team. On Tuesday, June 17, 2014 2:49:04 PM UTC+4, nf7588 wrote: 814-396-3255 On Monday, June 16, 2014 4:20:57 PM UTC+3, Danial Klimkin wrote: What is the account ID you see this in the

ReportUtilities.DownloadClientReport throws ReportsException with empty Errors array

2014-06-17 Thread Peter Kingswell
Hi, for a particular account (can supply details) a Google.Api.Ads.AdWords.Util.Reports.ReportsException is thrown and as usual it says Report download errors occurred, see errors field for more details.. The problem is that ReportsException.Errors is an empty array and hence not terribly

Re: In Ad Performance report I get Ad Type Display Ad - should it be a Network Type, instead of the ad type?

2014-06-17 Thread nf7588
Thank you ! On Tuesday, June 17, 2014 5:13:35 PM UTC+3, Danial Klimkin wrote: This doesn't look like expected behavior. I'll check internally and let you know. -Danial, AdWords API Team. On Tuesday, June 17, 2014 2:49:04 PM UTC+4, nf7588 wrote: 814-396-3255 On Monday, June 16, 2014

Re: Target with City, County, and State

2014-06-17 Thread Scott Luther
Hi Danial, Thanks! So if I want to target a zip/postal code, do I need to know beforehand the ID to target, or can I look it up somehow via an API call to the LocationCriterionService? On Tuesday, June 17, 2014 6:45:08 AM UTC-7, Danial Klimkin wrote: Hello Scott, Actually, post code

Reporting TimeZone

2014-06-17 Thread Francesco Puntar
Hello there could please someone point me in the documentation what is the timezone returned by AdWords reports i.e. Ad Performance Report or this is not explicitly documented? I did some tests by selecting the field *AccountTimeZoneId* and it looks like it always returns the time zone the

Internal server error in CampaignCriterionService

2014-06-17 Thread Andreas Weber
Hi folks, while trying to fetch all campaign criteria for a certain campaign we've encountered an internal server error. SOAP-ENV:Envelope xmlns:SOAP-ENV=http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1=https://adwords.google.com/api/adwords/cm/v201402;

Re: PHP Client Library : Problem to use API Adsword

2014-06-17 Thread Josh Radcliff (AdWords API Team)
Hi Florent, All of the scripts in the *examples* folder are meant to be run from the command line, as they write to stdout and sometimes read from stdin. For example, the *GetRefreshToken.php* script will write a URL you'll need to use to get a code which you'll then have to enter at a

Re: Third Party Ad In-stream Video Video Capabilities Declare as a skippable ad - Can this be set via API?

2014-06-17 Thread Ray Tsang (AdWords API Team)
Hi, Just to be sure we are on the same page, in AdWords, there are 2 ways to create a Video ad: 1. In AdWords, add a Digital contents ad, and select TrueView in-search video ad 2. In AdWords, go to All video campaigns, and create video ad there The template ads corresponds to #1. Could I

Re: Internal server error in CampaignCriterionService

2014-06-17 Thread Ray Tsang (AdWords API Team)
Andreas, I'll take a look - could I trouble you to send me the CID and your MCC CID as well? Thanks, Ray On Tuesday, June 17, 2014 11:10:04 AM UTC-4, Andreas Weber wrote: Hi folks, while trying to fetch all campaign criteria for a certain campaign we've encountered an internal server

Re: Internal server error in CampaignCriterionService

2014-06-17 Thread Ray Tsang (AdWords API Team)
I'll also need the campaign Id as well. Thanks! On Tuesday, June 17, 2014 2:05:09 PM UTC-4, Ray Tsang (AdWords API Team) wrote: Andreas, I'll take a look - could I trouble you to send me the CID and your MCC CID as well? Thanks, Ray On Tuesday, June 17, 2014 11:10:04 AM UTC-4,

Getting intermittent API errors this morning

2014-06-17 Thread Christopher Taylor
Just started happening around 10AM PST: Failed to load response into DOM: DOMDocument::loadXML(): Empty string supplied as input in /data/source/adwords/v201402/adwords-examples-and-lib-5.2.3/lib/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 248 Nothing is wrong with our SOAP request

Re: Third Party Ad In-stream Video Video Capabilities Declare as a skippable ad - Can this be set via API?

2014-06-17 Thread Ray Tsang (AdWords API Team)
Hi, Thanks for clarifying! Please refer to DoubleClick Ad Exchange forum instead. Cheers, Ray On Tuesday, June 17, 2014 1:48:09 PM UTC-4, Ray Tsang (AdWords API Team) wrote: Hi, Just to be sure we are on the same page, in AdWords, there are 2 ways to create a Video ad: 1. In AdWords,

Re: Getting intermittent API errors this morning

2014-06-17 Thread Ray Tsang (AdWords API Team)
Christopher - please provide me w/ the full `php -i` output, as well as the client library version. Thanks, Ray On Tuesday, June 17, 2014 3:36:43 PM UTC-4, Christopher Taylor wrote: Just started happening around 10AM PST: Failed to load response into DOM: DOMDocument::loadXML(): Empty

Re: ReportUtilities.DownloadClientReport throws ReportsException with empty Errors array

2014-06-17 Thread Ray Tsang (AdWords API Team)
Peter, Please refer to this documentation: https://github.com/googleads/googleads-adwords-dotnet-lib/wiki/How-to-capture-SOAP-messages#option-2-use-fiddler You may also want to make sure gzip is disabled so that the captured text is readable. Secondly - are you using selectors or AWQL? Is the

Re: Getting intermittent API errors this morning

2014-06-17 Thread Christopher Taylor
getting same intermittent errors with php library 5.3.0 as well. On Tuesday, June 17, 2014 12:36:43 PM UTC-7, Christopher Taylor wrote: Just started happening around 10AM PST: Failed to load response into DOM: DOMDocument::loadXML(): Empty string supplied as input in

Re: Getting intermittent API errors this morning

2014-06-17 Thread Ray Tsang (AdWords API Team)
Christopher, We may have identified a related issue. Please let me know if the situation has improved on your end. Thanks, Ray On Tuesday, June 17, 2014 4:08:37 PM UTC-4, Christopher Taylor wrote: getting same intermittent errors with php library 5.3.0 as well. On Tuesday, June 17, 2014

Re: Getting intermittent API errors this morning

2014-06-17 Thread Christopher Taylor
Thanks Ray - all is working again! On Tuesday, June 17, 2014 1:23:30 PM UTC-7, Ray Tsang (AdWords API Team) wrote: Christopher, We may have identified a related issue. Please let me know if the situation has improved on your end. Thanks, Ray On Tuesday, June 17, 2014 4:08:37 PM

Re: Getting intermittent API errors this morning

2014-06-17 Thread Ray Tsang (AdWords API Team)
Glad that was resolved quickly. Cheers, Ray On Tuesday, June 17, 2014 6:36:01 PM UTC-4, Christopher Taylor wrote: Thanks Ray - all is working again! On Tuesday, June 17, 2014 1:23:30 PM UTC-7, Ray Tsang (AdWords API Team) wrote: Christopher, We may have identified a related issue.

Re: Error while downloading Click Performance Report.

2014-06-17 Thread Madhav Kakani
Hi Anash, I am seeing a similar issues as well randomly for the click performance report. Following is the error msg that I received yesterday (June 17, 2014). Report download failed. Underlying errors are Type = '', Trigger = '', FieldPath = ''. I can confirm that the report is called for