GeoLocationServiceInterface cannot be resolved to a type and GeoLocationServiceInterface cannot be resolved to a type in SDK

2017-08-23 Thread liuzhendong
GeoLocationServiceInterface cannot be resolved to a type and GeoLocationServiceInterface cannot be resolved to a type in SDK; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: BatchJobOperation running takes more time than usual

2017-08-23 Thread Ершов Александр
Hello, Peter. Sent you some information to check. On Thursday, August 24, 2017 at 6:43:51 AM UTC+3, Peter Oliquino wrote: > > Hi, > > Could you confirm if you are still encountering the issue of slow uploads > using the BatchJobService? If yes, could you also include any other batch > job IDs

Re: BatchJobOperation running takes more time than usual

2017-08-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Could you confirm if you are still encountering the issue of slow uploads using the BatchJobService? If yes, could you also include any other batch job IDs where the issue was encountered and the clientCustomerId you used as well? You may reply using *Reply privately to author*. Best

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, If the status field of your ConversionTracker is enabled, then all the visits to the conversion page will be recorded. Thus, we can say that your account has conversion

Re: AdWords Reporting - PHP

2017-08-23 Thread ejay . opiniano
Hi Vincent, It worked! Cool! Cheers, Ejay On Wednesday, August 23, 2017 at 6:52:30 PM UTC+8, Vincent Racaza (AdWords API Team) wrote: > > Hi Ejay, > > Yes, you can filter by CampaignId >

Re: BatchJobOperation running takes more time than usual

2017-08-23 Thread Ершов Александр
Also, some case from another account 1.Today ran - 1000 operations, 1.5 hours+ Uploaded 1056 operations for batch job with ID 551577637. from 2017-08-23 13:06:45 till 2017-08-23 14:47:52 2. Yesterday ran - 2500+ operations, 22 minutes Uploaded 2562 operations for batch job with ID

Re: BatchJobOperation running takes more time than usual

2017-08-23 Thread Ершов Александр
Another job is stuck BatchJobID = 551569568 10 mins, only 1 percent On Thursday, August 24, 2017 at 12:27:52 AM UTC+3, Ершов Александр wrote: > > Hello! > > Could you please take a lot at BatchJob 551494067 > It was running today (and is still running) for more than two hours. > > We run about

Re: How to detected trademark violations via the ad performance report?

2017-08-23 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Markus, You can use the PolicySummary column to get the reason for the disapproved Ad. The CombinedApprovalStatus

BatchJobOperation running takes more time than usual

2017-08-23 Thread Ершов Александр
Hello! Could you please take a lot at BatchJob 551494067 It was running today (and is still running) for more than two hours. We run about 10-20 (sometimes 100) such BatchJobs per day in 5-10-30 minutes interval. They couldn't be grouped into bigger one, because operations for them are being

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
Also, how to get via API the external conversion source, like firebase, google play or website? Em quarta-feira, 23 de agosto de 2017 13:40:42 UTC-3, joao...@paretogroup.com.br escreveu: > > Sorry, the status field says it is enabled. > > Em quarta-feira, 23 de agosto de 2017 13:39:55 UTC-3, >

How to detected trademark violations via the ad performance report?

2017-08-23 Thread markus . heiden
Hi, prior to v201705 we used the column "AdGroupAdTrademarkDisapproved" of the ad performance report to record our trademark violations. Since v201705 I find no replacement for that. Is "PolicySummary" maybe suitable for that? If so: How can the complex type "AdGroupAdPolicySummary" be

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
Sorry, the status field says it is enabled. Em quarta-feira, 23 de agosto de 2017 13:39:55 UTC-3, joao...@paretogroup.com.br escreveu: > > I did this, but the API get() method says that a conversion tracking is > activated even if it is not validated. > > Em terça-feira, 22 de agosto de 2017

Re: Best practice for knowing if Account has Conversion Tracking

2017-08-23 Thread joao . gris
I did this, but the API get() method says that a conversion tracking is activated even if it is not validated. Em terça-feira, 22 de agosto de 2017 03:48:37 UTC-3, Vincent Racaza (AdWords API Team) escreveu: > > Hi, > > The only way to know via the AdWords API if your account has conversion >

Re: Error with getLastRow()

2017-08-23 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Luis, On this forum, we address technical questions related to AdWords API. Since your question is related to App Scripts, I would suggest that you use the support options listed here . Regards, Shwetha, AdWords API Team. -- --

Re: API Token upgrade: no update

2017-08-23 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Erwin, Could you please get in touch with the AdWords API Compliance team directly by filling out this form to check the status of your application? They will be able to assist your further. Additionally, can you make sure that the API

Error with getLastRow()

2017-08-23 Thread Luis M . Castañeda
Since yesterday, all my scripts that use getLastRow() stopped working. I get the following error "No se puede cambiar el tamaño de la columna de forma automática con el índice "17" porque solo hay "17" columnas. (line 785)" which is something like "You can not resize the column automatically

Re: Unexpected error when adding member to CrmUserList

2017-08-23 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I apologize for the confusion. This feature is restricted to a whitelist. We mentioned this in the release notes , and I will make sure that we update the documentation accordingly. Regards,

Re: AdWords Reporting - PHP

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, Yes, you can filter by CampaignId in the WHERE clause for the Criteria Performance Report. You can refer to the code snippet below: 'WHERE CampaignId = "INSERT_CAMPAIGN_ID_HERE"

Re: 500: Internal Server Error - CRITERIA_PERFORMANCE_REPORT

2017-08-23 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The team has made progress on determining the cause of this issue, but a fix is still in progress. I will let you know as soon as I have more information. Regards, Mike, AdWords API Team On Wednesday, August 23, 2017 at 2:15:24 AM UTC-4, Mediative Reporting wrote: > > Hello, is there

Re: AdWords Reporting - PHP

2017-08-23 Thread ejay . opiniano
Hi Vincent, It worked! Perfect! Last question, can i select or query a report via campaign ID? so that it would not generate all reports. I tried adding "CampaignId = (campaignid)" in "WHERE" of $reportQuery but it didn't work. Cheers, Ejay On Wednesday, August 23, 2017 at 4:40:44 PM

Re: Requesting tracking template for DSA and shopping campaigns

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Max, You may refer here for the list of report types with TrackingUrlTemplate attribute. You may try these report types to check if the value of this attribute is null or not for these report

Re: 'Cost' Metric

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Achmad, Yes, you are correct. All metrics (e.g. Cost ) with Money type are represented in micros in

Re: How to check the volume of keywords?

2017-08-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Basically, the AdWords API can be used by anybody who wishes to utilize its many features and services for commercial or learning purposes. Users will need to sign up for an MCC account and acquire a developer token. For

API Token upgrade: no update

2017-08-23 Thread Erwin
Hi, I submitted an application to upgrade API tokens from Basic to Standard early June, but I have not heard back. How can I send a private message to the Adwords API team to follow-up and ensure they have received the application? I just resubmitted it today but did not receive any

Re: 'Cost' Metric

2017-08-23 Thread achmad
I think I've figured it out. The cost has been multiplied with a million. So I've to divide the number with a million to get the right Cost. Can someone confirm this? Op woensdag 23 augustus 2017 10:33:15 UTC+2 schreef ach...@stormdigital.nl: > > Hi, > > I'm using the report functionality from

Re: AdWordsUserListService ExpressionRuleUserList Rule item mismatch

2017-08-23 Thread Edward Grave
Ok thanks, i have done that now. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: AdWords Reporting - PHP

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, For test accounts, all statistics like impressions and clicks would have 0 as value as the ads doesn't really serve. You can get a report with these two campaigns but with no impressions and clicks. Just ensure that the includeZeroImpressions

'Cost' Metric

2017-08-23 Thread achmad
Hi, I'm using the report functionality from the Adwords API. But have some difficulties understanding the Cost Metric. Let's say: My cost from the last year is € 10.500,93 The API will return 1050093 I have checked several accounts, but all coming back with extra zeros at the end and

Requesting tracking template for DSA and shopping campaigns

2017-08-23 Thread Max Brown
Hi there I am looking to make requests to extract the tracking template that applies for both dynamic search ad campaigns and shopping campaigns. I would like to no which field names within which report types are relevant. So far I have tried two different requests and neither provide data

Re: .NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-23 Thread Wolfgang Riedmann
Hi Anash, thank you very much for your fast answer! I have removed the call and my applications now work also with the new API version. Wolfgang P.S. your team gives a very good and fast support -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: .NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-23 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Wolfgang, As of v201708, the .NET library's logging doesn't depend on Soap Extension, so you can remove to call to EnableSoapExtension AND SoapExtensions.RegisterSoapExtension calls. If you need to capture SOAP logs, then you'd have to create a TraceSource

Re: Problem with downloading Audiences attached at Campaign level

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Veli, I tried to execute the exact report query you provided in my test account and it worked successfully without any error. So I can further check this issue, could you provide to me your clientCustomerID as well as the complete report definition

Re: AdWords Reporting - PHP

2017-08-23 Thread ejay . opiniano
Hi Vincent, Thank you for the response. Another question, Upon executing the sample codes of reporting. It gives me 0 result though i have 2 sample campaigns but have no impressions and clicks because this is under by test client account. Do I have to create reporting table/charts in "Reports"

Unexpected error when adding member to CrmUserList

2017-08-23 Thread Andy Clarke
public void AddAudienceMembers(AdwordsUserListService userListService, long audienceId, string email, string userId) { List memberList = new List(email.Length); Member member = new Member(); member.hashedEmail = Hash(Normalise(email[i])); member.userId = userId; memberList.Add(member);

.NET API: AdwordsAppConfig.EnableSoapExtension not more available in API 201708

2017-08-23 Thread Wolfgang Riedmann
Hello, I have put all my Adwords functionality in one single DLL, and several applications are using the relative functionality. Therefore I cannot use the configuration in the app.config, and found a possibility to define the relative parameters directly in my code (reading from a ini file).

Re: AdWords Reporting - PHP

2017-08-23 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ejay, Aside from downloading the report file, you can also get the report data as String object: // $reportDownloadResult->saveToFile($filePath); *print $reportDownloadResult->getAsString();* >From the String object, you can then do a post-processing on your end to transform the value of

Re: 500: Internal Server Error - CRITERIA_PERFORMANCE_REPORT

2017-08-23 Thread Mediative Reporting
Hello, is there any update on this issue? We're still getting *Internal Server Error* for those client accounts. On Thursday, August 17, 2017 at 11:43:53 AM UTC-4, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Sheena, > > We are aware of this issue and currently our team is

How do keyword tools access googles keyword volume?

2017-08-23 Thread Tintinabulator Zea
Hello, I am wondering how tools like moz, ahrefs, semrush, and longtail pro get access to the volumes for millions of keywords. Do they have a special deal where they are paying for this much access? Could a small town kid like me with no tools, apps, or money use the api like they do? -- --

How to check the volume of keywords?

2017-08-23 Thread Tintinabulator Zea
Lets say i wanted to check the exact volume of like 100 million keywords. Is this possible with the google adwords api ? Isn't this how keyword tools like semrush, moz, ahrefs, etc work? They just use the google api? Can anyone use it or do i have to be a big company? I'm just a kid with no

How much does google api access cost to use?

2017-08-23 Thread Tintinabulator Zea
For example how much does semrush,ahrefs, or moz pay to access the google api for their keyword explorers? How much for 1 person who just wants to learn ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

who is the api for?

2017-08-23 Thread Tintinabulator Zea
is this only for business owners? or can any person use the api just for fun? google is about spreading knowledge right? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/