Re: [Java] Company in white list to get Account Budget

2014-12-03 Thread Brandon
Hi Josh, Thanks for the reply. Seems like this service only can get the information about spent limitation. What if we want to get the money we saved to our account? I mean the amount which could be consumed by the costs of the account. Is this possible? Brandon Josh Radcliff (AdWords API Te

Re: Google Adwords API

2014-12-03 Thread Bebins V
Hi Adwords Team , I am using Dotnet client API, I generated a test account , clientid, client secrets and all, but i was unable to successfully complete the functionality, What is the major problem exists in that On Wednesday, December 3, 2014 3:50:28 PM UTC+5:30, Bebins V wrote: > > Failed to

Re: PLACEMENT IdeaType deprecation on v201409

2014-12-03 Thread Danial Klimkin
Hello Bernardo, This is a product-level change, removed from AdWords in general, not just the API. There was a very limited usage. -Danial, AdWords API Team. On Wednesday, December 3, 2014 2:55:48 AM UTC-8, Bernardo Alves wrote: > > Hello, > > I would like to know why has the PLACEMENT IdeaTy

Re: Incomplete documentation for ClickType - does "Product Listing Ad - Coupon" match up with "pla_with_promotion"?

2014-12-03 Thread HK
Hi, Josh Any luck with determining if "pla_with_promotion" maps to "Product Listing Ad - Coupon"? Thanks, Hans -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/pos

Re: Updating the ReportDefinitionService data to reflect changes in v201409

2014-12-03 Thread Ian Knox
Awesome-- That makes less code refactoring for me... as long as the UI doesn't change :) Cheers, Ian On Tuesday, December 2, 2014 1:22:30 PM UTC-6, Josh Radcliff (AdWords API Team) wrote: > > Hi Ian, > > This is expected behavior, as the display field name and XML attribute > name tend to foll

Re: PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Anup Pathak
Hi Josh, Thank you for your quick response, Thank you for you solution on this issue On Wednesday, December 3, 2014 5:37:41 PM UTC+5:30, Anup Pathak wrote: > > Hi, > > I am using Adwords API Python Library, i am trying to fetch > PRODUCT_PARTITION_REPORT i got following error > > *co

Re: Getting Null response for some keywords requests

2014-12-03 Thread Josh Radcliff (AdWords API Team)
Hi Jorge, The keywords that are returning null for those values probably do not have enough search volume for AdWords to produce meaningful statistics. Starting in v201406 (see the release notes ): Changes to displayed values

Re: Google Adwords API

2014-12-03 Thread Josh Radcliff (AdWords API Team)
Hi, The SOAP fault from the failure will contain more details. Please include that in your post so I can help identify the issue. If you're not sure how to get the fault, the github page for the client library you are using shoul

Re: What do I have to do to get developer token approval.

2014-12-03 Thread Josh Radcliff (AdWords API Team)
Hi, Have you filled out the second part of the application form? If not, please go ahead and fill it out. Once you submit that form, the AdWords API Compliance team will respond with an answer within a business day. If you DID fill out this for

Re: PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Josh Radcliff (AdWords API Team)
Hi Anup, The list of valid fields for each report is listed on the Report Types page . The *Product Partition Report *does not have a field for the status of an ad group. If you need to filter to only *ENABLED*

Re: [Java] Company in white list to get Account Budget

2014-12-03 Thread Josh Radcliff (AdWords API Team)
Hi Brandon, >From your description it sounds like the service you want is the BudgetOrderService . You may want to check out our guide on that service

What do I have to do to get developer token approval.

2014-12-03 Thread info
Hi All, I have got developer token (pending approval) and used with test account. Now I have finished my application. So what do I have to do make my application live and get developer token approval ? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Google Adwords API

2014-12-03 Thread Bebins V
Failed to get campaigns. Exception says "An API exception has occurred. See ApiException and InnerException fields for more details." -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Go

Re: Can't create MCC test account

2014-12-03 Thread adwords-test
Hello everybody, I have the same problem. After creating a test account, the site is refreshing every 3 to 5 seconds and never stops. I've called the Support hotline, but they can't help me. They meant, to create a new account, but the same problem is still there. The lady on the phone told me,

Re: PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Anup Pathak
Hi, Its working using CampaignId and AdGroupId, for ex: report = { 'reportName': 'CUSTOM_DATE PRODUCT_PARTITION_REPORT', 'dateRangeType': 'CUSTOM_DATE', 'reportType': 'PRODUCT_PARTITION_REPORT', 'downloadFormat': 'XML', 'selector': { 'fields': ['CampaignId

PRODUCT_PARTITION_REPORT Error

2014-12-03 Thread Anup Pathak
Hi, I am using Adwords API Python Library, i am trying to fetch PRODUCT_PARTITION_REPORT i got following error *code snippet:* report_downloader = client.GetReportDownloader(version='v201409') report = { 'reportName': 'CUSTOM_DATE PRODUCT_PARTITION_REPORT', 'dateRangeType': 'CU

Re: Getting Null response for some keywords requests

2014-12-03 Thread Jorge Brasil
Hi Josh, My issue is that some parameters of the keywords estimations are coming as null. So I make the request with success but some in some responses a few parameters are null, for example cpc max = nulll cpc min = null. If I try the same keyword with the same value in python for example inst

PLACEMENT IdeaType deprecation on v201409

2014-12-03 Thread Bernardo Alves
Hello, I would like to know why has the PLACEMENT IdeaType been deprecated on v201409 and what alternatives exist on the API to get placement data. Best Regards, Bernardo Alves -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdevelo

[Java] Company in white list to get Account Budget

2014-12-03 Thread Brandon
Hi, We are already in the white list which is able to get Account Budget(According to my team leader). But I can' t find any service to do the request. Does this white list still exists? If it does, how can we get Account Budget? We need to use this feature to do some budget monitor. Any hel

Re: IP exclusion via Adwords API

2014-12-03 Thread techpoint . 2015
Hi, Is IP Exclusion feature available via API now? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~