Re: Why I get empty company?

2014-10-27 Thread g . adwords+api
Hello. Thank you for your answer, but I want exclude companies with empty impressions completely. четверг, 23 октября 2014 г., 16:25:18 UTC+3 пользователь Josh Radcliff (AdWords API Team) написал: Hi, Do your campaigns have any impressions for the date range of your report? If not, then

Re: Why I get empty company?

2014-10-27 Thread Josh Radcliff (AdWords API Team)
Hi, Your report already does that. The output you quoted (below) is an empty report -- it contains no campaigns. Last 7 days CAMPAIGN_PERFORMANCE_REPORT (Oct 15, 2014-Oct 21, 2014) Campaign ID,Campaign,Impressions,Clicks,CTR,Budget Total, --,0,0,0.00%,0 Note that if you are using v201409 then

Re: is it possible to target WIFI networks, for mobiles, via the new API v201409? there's no documentation about it.

2014-10-27 Thread Michael Cloonan (AdWords API Team)
Hello, It is not possible to target specific WIFI networks. I am not able to comment on what features may or may not make future releases of the API. Regards, Mike, AdWords API Team On Sunday, October 26, 2014 1:01:47 PM UTC-4, Berry Tsakala wrote: Will it be even considered to be API-ed in

Re: is it possible via API v201409 to set a campaign sub-type , and how?

2014-10-27 Thread Michael Cloonan (AdWords API Team)
Hello, I do not recall any subtype features making v201409. There is no built-in way to duplicate an entire campaign in the API. You will have to manually copy the campaign, ad groups, ads, and keywords yourself. Since you cannot define a subtype in the API, however, you would still lose that

Re: AuthenticationError.NOT_ADS_USER with service account

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi, You should also set oauth2_prn to identify the OAuth2 user. This should be the login email of your AdWords account, or your AdWords MCC account. If you are setting the email address of your AdWords account, then client_customer_id should contain your AdWords account's CID. If you are

beriklan dengan VCN BNI

2014-10-27 Thread ardyarbor8
Selamat sore, saya mau tanya apakah beriklan adwords dengan VCN BNI masih bisa? Saya beberapa hari ini tidak dapat memasukkan alat pembayaran (VCN BNI) di adwords, padahal beberapa minggu sebelumnya lancar-lancar saja beriklan adwords dengan VCN BNI. Terima kasih -- --

Monitoring Adwords

2014-10-27 Thread Ruud van Engelenhoven
Hi, One of our clients would like to start monitoring adwords results on their keywords and asked us to build a statistics platform. Within this platform they want to have an automated search on 5 keywords and display the first 10 results. I know automated crawling of google isn't allowed,

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2014-10-27 Thread Nam Nguyễn
Hi Josh, I submited in this link https://services.google.com/fb/forms/apicontact/ . Can you please check my account . MCC : 938-344-0820 TEST MCC : 579-857-8640 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error when calling getReportFields

2014-10-27 Thread Сергей Козловский
Look here how get all fields by report name https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201409/reporting/get_report_fields.py and here how correctly authorizing

Re: ReportsException Deprecated with no Clear Replacement

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi, I'll fix the wiki guide to cover this case. You have to use AdWordsReportsException https://github.com/googleads/googleads-dotnet-lib/blob/master/src/AdWords/Util/Reports/New/AdWordsReportsException.cs instead of ReportsException, and the code works pretty much the same way otherwise.

Issue on Conversion Time which getting an error OfflineConversionError.CONVERSION_PRECEDES_CLICK

2014-10-27 Thread Joey Belarmino
Hi Adwords API Team, I've read in a blog (http://www.ewanheming.com/adwords-api-offline-conversion-import) that the conversion time - timezone should be the same as our Adwords Account Timezone. I followed this and converted the datetime field to the adwords timezone and when uploading

How can i read emails in a gmail account?

2014-10-27 Thread Anu Raj
I have created created a javascript class where I am requesting for login and after login I am getting some response with access_token with some other parameters. I want to get all the emails which are there in the account where I am requesting for the access_token. Please help me is the way

Re: Error when calling getReportFields

2014-10-27 Thread chris h
Thanks, but I'm not using Python. I need to know what has changed with the protocol handshake that is causing my existing application to stop working. On Monday, October 27, 2014 6:52:11 AM UTC-4, Сергей Козловский wrote: Look here how get all fields by report name

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, in v201409, we made client customer id a required field in all the services. We have asked the team to relax this requirement for ReportDefinitionService. Meanwhile, you can work around the issue by setting the clientCustomerId header in the API calls to ReportDefinitionService.

Re: is it possible via API v201409 to set a campaign sub-type , and how?

2014-10-27 Thread Michael Cloonan (AdWords API Team)
Hello again, It is worth noting that the subtype feature you want doesn't have an effect on the API. Even if you create a restricted campaign in the UI, you can still access all features via the API. All campaigns created via the API have the all features subtype. The only time you would need

Re: Service Account NOT_ADS_USER error

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi, Did you set the prn email when getting the access token in service account flow? This field is required, since AdWords API doesn't allow anonymous OAuth2 access. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 24, 2014 3:31:15 PM UTC-4, IMM Boulder wrote: I have

Re: How can i read emails in a gmail account?

2014-10-27 Thread Michael Cloonan (AdWords API Team)
Hello, This forum is for support with the AdWords API only. Since your question is about accessing GMail, we will not be able to assist you. Regards, Mike, AdWords API Team On Saturday, October 25, 2014 5:23:59 AM UTC-4, Anu Raj wrote: I have created created a javascript class where I am

Re: Are all Campaign settings available via the API

2014-10-27 Thread Alan Coleman
Thanks for getting back to me Danial, I notice that the enumerations for Type are ReadOnly. Does this mean that I can't set these features when creating a Campaign? The reason I ask this is that I want to be able to copy a campaign as closely as possible. I'm doing this at the moment by

Re: Value Tracks parameters not substituted

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Sergey, Since this is a product question and not specific to API, could you kindly post it on https://www.en.adwords-community.com/ ? Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, October 24, 2014 10:41:02 AM UTC-4, rocs...@gmail.com wrote: Hi, After few days using of 'Value

Re: beriklan dengan VCN BNI

2014-10-27 Thread Michael Cloonan (AdWords API Team)
Hello, I have attempted translating your message to English, but I'm afraid I still don't quite understand what you mean by VCN BNI. Unfortunately, we are unable to provide support in your language. If you please rephrase your question in English, I would be glad to assist you. Regards, Mike,

Re: Error when calling getReportFields

2014-10-27 Thread chris h
Hi Anash, I did add the clientCustomerId to the header (was mentioned in my original post) but I still get this error. Does it matter which clientCustomerId is used? On Monday, October 27, 2014 1:26:46 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, in v201409, we made

Re: DestionationUrl empty in search query performance report for shopping campaigns

2014-10-27 Thread GregT
Hi, Josh. Any word on this? Thanks, Greg On Saturday, October 18, 2014 8:10:39 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: Hi Greg, I confirmed that I'm getting all nulls for *DestinationUrl* and shopping campaigns as well. I'm following up with the shopping and reporting teams

Re: ad group mobile bid modifiers in shopping campaigns not working

2014-10-27 Thread GregT
Hi, Anash. Any news on this? Thanks, Greg On Monday, October 20, 2014 4:01:18 PM UTC-5, GregT wrote: Hi, Anash. I switched over to the new v201409 API that was just recently released, using the latest Java API library. It still doesn't work. It now gives a reasonable exception, rather

Re: Solution for creating a label when creating a TextAd

2014-10-27 Thread Martin
Hi Alan, That's right! The outcome is the same. I'm using MutateJobServive,mutate and the operations are a list of the ads created. My previous snippet is the creation of such a list. So it's a regular TextAd creation operation, with an additional key in the dictionary. Relevant documentation:

Re: Error when calling getReportFields

2014-10-27 Thread Anash P. Oommen (AdWords API Team)
Hi Chris, ReportDefinitionService is a SOAP service, so clientCustomerId goes in the SOAP RequestHeader header. Cheers, Anash On Monday, October 27, 2014 1:33:57 PM UTC-4, chris h wrote: Hi Anash, I did add the clientCustomerId to the header (was mentioned in my original post) but I still

Re: Monitoring Adwords

2014-10-27 Thread Michael Cloonan (AdWords API Team)
Hello Ruud, It sounds like you should probably use the Keywords Performance Report https://developers.google.com/adwords/api/docs/appendix/reports#keywords if you want stats on how specific keywords are performing within the account, or the TrafficEstimatorService

Re: Get product price in shopping campaigns

2014-10-27 Thread Josh Radcliff (AdWords API Team)
Hi, The AdWords API only gives you access to attributes of your products that can be used as ProductDimensions https://developers.google.com/adwords/api/docs/reference/v201409/AdGroupCriterionService.ProductDimension. For any other attributes, you will need to use the Content API. If you

Re: DestionationUrl empty in search query performance report for shopping campaigns

2014-10-27 Thread Josh Radcliff (AdWords API Team)
Hi Greg, I don't have any updates just yet, but I'll post here as soon as I do. Thanks, Josh, AdWords API Team On Monday, October 27, 2014 1:45:44 PM UTC-4, GregT wrote: Hi, Josh. Any word on this? Thanks, Greg On Saturday, October 18, 2014 8:10:39 AM UTC-5, Josh Radcliff (AdWords API

Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null']

2014-10-27 Thread Josh Radcliff (AdWords API Team)
Hi, The link you submitted to is the proper escalation point for questions on your developer token. After submitting the form you should have received a confirmation email at the API email address you have in your account settings under *API Center*. If you did not receive such an email,

Re: Error when calling getReportFields

2014-10-27 Thread chris h
Hi Anash, Yes, I did add it to the request header. Can you think of anything else which could be causing it not to work? On Monday, October 27, 2014 2:55:40 PM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Chris, ReportDefinitionService is a SOAP service, so clientCustomerId goes in