Re: Auto-discover report aggregation fields

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Yes you are correct, AdWords API reports are aggregated at a specific level or a combination of objects. Further segmentation will depend on which fields you include in your SELECT query. As for the Keywords Performance Report

Test Account Flag

2017-09-26 Thread Paul
Hi All, In ManagedCustomerService.ManagedCustomer, I can have an option to get if the account is test. I can't seem to validate in AdWords where to compare the data that it was being retrieved Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Naresh, Generation of report is on the client level, so my clientCustomerId is a client account. Also, if you will be passing an MCC Id in this reporting example, it will generate an error. So, I believe that this is not a clientCustomerId issue. This seems to be a PHP client library set-up

Re: Script Doesn't Work

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Austin, Could you provide more details regarding your issue with ETAs? Could you also confirm whether you are using the AdWords Scripts or the AdWords API? Thanks and regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Is there a way to get billing information?

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Arne, I'm afraid that billing and payment information is still not supported in the AdWords API. Please follow our blog for updates if and when this can be made available in future versions. Thanks and regards, Peter AdWords

Re: Exception while calling OfflineConversionFeedService

2017-09-26 Thread Nathan Rose
Ok, thanks, I've created an issue in the .net adwords client library forum: https://github.com/googleads/googleads-dotnet-lib/issues/117 On Monday, September 25, 2017 at 7:57:49 AM UTC-7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Nathan, > > Thanks for sharing the details. Since

Re: campaign performance report suddenly returning blank or null string instead of XML

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Steven, I see that the campaigns in this account do not have any impressions in the dateRange specified and you are explicitly excluding zero impression rows using the "WHERE Impressions > 0" predicate. This is the reason you don't see any data being returned in the response. Could you try

Getting aggregation fields for reports

2017-09-26 Thread Dror Bar
Hi, >From what I can understand about the reports, it seems that there are default segments\attributes which are being added to a report even if I don't choose them. For example, I tried to create a report using the API for the report type keyword_performence using only those fields: `date`,

Auto-discover report aggregation fields

2017-09-26 Thread Dror Bar
Hi, >From what I understand about the API, each report_type has some field\combination of fields which the data is being aggregated by beside the attributes\segments the user chose. I was wondering if there is a way to get the field(s) which the report is being aggregated by for each report.

Is there a way to get billing information?

2017-09-26 Thread Arne
Hi, Im working on a project and i want to get billing & payment information for each month from the Adwords API. I read in some old posts that it wasn`t possible, but i was wondering is it today? And could someone tell me how it works? Arne, -- --

No news from developer token approval after 1 month

2017-09-26 Thread Edgar Barbosa
Our company submitted a request for a developer token on Aug 28th and still have no feedback (positive or negative). Since we have no email response, we cannot reply and ask for feedback. How can we get the status? Our MCC id is: 1802460628 Thanks, Edgar -- --

Re: Get Phone impressions and Phone Calls by Ad using Adwords API by AD

2017-09-26 Thread Francisco Herrera
Hi Sreelakshmi, I found this discussion while researching about "Call Details" metrics *("Phone Calls" & "Phone Impr.")* in the AdWords API. I was able to pull "*Phone Impr.*" by using your recommendation of setting the clickType to "CALLS" and including the "Impressions" field in the report.

Script Doesn't Work

2017-09-26 Thread 'Austin Denworth' via AdWords API Forum
Create a better Script that will work for all ETA transitions. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, I am able to download a report using the report definition you provided in CSV and TSV formats successfully. Could you try increasing the readTimeout for report downloads or use predicates to break up the report request into multiple, smaller requests? You could consider submitting

Re: campaign performance report suddenly returning blank or null string instead of XML

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I had to delete your original post as it contained sensitive information(like access tokens, developer tokens). Please follow the AdWords API forum rules when you create a new post on the

campaign performance report suddenly returning blank or null string instead of XML

2017-09-26 Thread Steven Horton
I've been using Adwords API to show campaign data for a few months now, and there hadn't really been too much of an issue. Suddenly, and without any code changes, the result is an empty string. I'm not seeing anyone suddenly coming up with the same result, so I'm a bit confused.

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread kumar
includeZeroImpressions = true, ReportDefinitionDateRangeType.YESTERDAY As you can see above, typically I try and retrieve just yesterday's data. I also set includeZeroImpressions to TRUE because we would like to track the behavior of all keywords historically. Setting it to FALSE gives me a

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Kumar, Could you provide the DateRange used in the report request? Have you set the includeZeroImpressions header to true? Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: RejectedError.UNKNOWN_VALUE

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Thanks for pointing this out. I'll check in with the team if this is expected behavior or if the API reference document needs to be updated. For now, continue adding AdGroupAds without setting the PoliceSummary field. Regards, Shwetha, AdWords API Team. -- --

Re: AdGroupCriteria remove AgeRange failed

2017-09-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The EntityNotFound.INVALID_ID error occurs when the specified id of the entity is either not accessible in the account specified as the clientCustomerId or the id does not

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I'm afraid its not possible to clear the price of an item in a row. I see that if you clear the other attributes, but not the price, the FeedItem is disapproved. If you want to clear the attribute values for a particular item (say item 8) in a price extension, I would suggest that you

Re: adwords api concurrent request

2017-09-26 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Please check this post on the same issue and see if the suggestion on that thread fixes your problem. If not, could you pass on the complete SOAP logs (request/response) so that

Re: LAT / LON

2017-09-26 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Markus, You will be able to retrieve the latitude and longitude data for already targeted Proximity criteria. You need to include the GeoPoint

Re: Downloading KEYWORD PERFORMANCE REPORT through AdWords API is slow for TSV files

2017-09-26 Thread kumar
Hi Shwetha, I have sent a private message with the report definition and the clientCustomerId. Let me know what you find. Thank you! Kumar On Wednesday, September 20, 2017 at 3:03:06 PM UTC-6, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Kumar, > > Could you provide the compete report

Re: Cannot get all managed customers with java library: 在文件元素內容中找到無效的 XML 字元 (Unicode: 0x8)

2017-09-26 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, I found the issue, and it's a tricky one. The good thing is that the request you are making to the API is successful, so there is nothing wrong with your request. The issue is what is being returned. You are successfully getting a response. However, that response has hidden characters

Re: How to get the the CPC Bid for each keyword - PHP

2017-09-26 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you try the following line of code to get the CpcBid? $adGroupCriterion->getBiddingStrategyConfiguration()->getBids()[0]->getBid ()->getMicroAmount() The value will be returned in micros. You need to divide the microAmount by 100 to get the bid in the account's local currency.

Re: RejectedError.UNKNOWN_VALUE

2017-09-26 Thread ca
It works If set field PoliceSummary to null. But at docs written that "This field is read only and will be ignored when sent to the API". It seems that doc is wrong) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: LinkID vs Conversions Report

2017-09-26 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The only change at this time for the new AdWords experience is that the Mapping Reports to the AdWords UI guide has been updated to show equivalent UI views in both the previous and new experience. You can see the views for

Re: CampaignCriterionError.CONCRETE_TYPE_REQUIRED - when adding an adjustment by age/при добавление корректировки по возрасту

2017-09-26 Thread 'Denis Abdrahmanov' via AdWords API Forum
Thanks, it helped to solve the problem. вторник, 26 сентября 2017 г., 0:14:50 UTC+3 пользователь Shwetha Vastrad (AdWords API Team) написал: > > Hi Denis, > > You need to specify the CriterionType using the xsi:type as shown below: > > > http://schemas.xmlsoap.org/soap/envelope/ > "

Re: AWQL Reporting slowdown?

2017-09-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, No updates yet. I will follow up with the team to see what they've found so far. I will post here when I have any information to share. Regards, Mike, AdWords API Team On Tuesday, September 26, 2017 at 5:00:47 AM UTC-4, AdWordsApiUser wrote: > > Any updates on this? Thanks! > > On

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread thedigifrog
Hi Vincent, I am using same you have given. But still no luck. May I know the sample of credential type you are passing in .ini file. Is this the client customer id issue? Please share the sample credential type you are using in your .ini file . Thank you Naresh On Tuesday, September

adwords api concurrent request

2017-09-26 Thread adwordsapi
Multiple accounts concurrent request adwords api campaign interface, this error occurs. How to do it to be successful. thanks -- --

Re: ManagedCustomerService accepting a link

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Rob, You may dynamically replace the clientId and clientSecret in the code itself by accessing the *Credential* object and manually specify the accounts OAuth2 credentials. As for generating the said credentials, I'm afraid you will be required to follow the steps as instructed in the guide

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Naresh, I could not see any mistake in your code as I was able to run your exact code in my test account. I just added the correct library imports in the file, and instead of explicitly setting the OAuth2 and session configurations, I used the property file in getting these data. Please see

AdGroupCriteria remove AgeRange failed

2017-09-26 Thread 派尼爾
Hi Adwords team, I failed to remove AgeRange via API AdGroupCriterionService, server raised fault said that "[EntityNotFound.INVALID_ID @ operations[0].operand.criterion.id; trigger:'CriterionId{id=503005}']" Id "503005" stands for age between 55 ~ 64, and its status is enabled on adwords

Re: ManagedCustomerService accepting a link

2017-09-26 Thread robin . or
Thanks for your reply, The OAuth2 credentials that I need to replace in order to manage the targeted account are the clientId, clientSecret, and refreshToken in the properties file right? How exactly do you do that? I know that you can dynamically change clientCustomerId but not clientId. From

LAT / LON

2017-09-26 Thread Markus H.
Hi, is there a chance to get LAT / LON position data with help of the adwords api? Or directly convert the CityCriteriaId to it? Regards Markus -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: AWQL Reporting slowdown?

2017-09-26 Thread AdWordsApiUser
Any updates on this? Thanks! On Thursday, September 21, 2017 at 12:32:37 PM UTC+5:30, AdWordsApiUser wrote: > > I saw this new thread mentioning the slowdown in TSV reports - we use TSV > reports exclusively - probably that is the issue - >

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread TheDigiFrog
One more can you send me same file which you run and get success ?. On Sep 26, 2017 2:18 PM, wrote: > Hi Vincent, > > Thank you for reply. > > Can you please guide where I have done mistake in code or missing > something to get report? > > I am just able to get the

Re: 2 Network Type being return from Campaign Performance Report

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Paul, The type of your campaign might be the "*Search Network with Display Select*", that is why you are getting two different values for the said field. However, to better investigate your concern,

Re: How to translate the state of a keyword

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The AdWords API currently does not have a direct equivalent for the status that you see in the AdWords UI. The AdWords API representation of a keyword's status can be retrieved from the Status

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread thedigifrog
Hi Vincent, Thank you for reply. Can you please guide where I have done mistake in code or missing something to get report? I am just able to get the blank file not with the .CSV extension . Thank you naresh On Tuesday, September 26, 2017 at 1:36:46 PM UTC+5:30, Vincent Racaza (AdWords

Re: AdGroupCriterionService: cvc-complex-type.2.4.d: Invalid content was found starting 'v20:matchType'.

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Neha, Just wanted to confirm if you still require more information regarding your concern with the *text* and *matchType* fields? Feel free to write us back if you have any follow up questions. Thanks and regards, Peter AdWords API Team -- --

Re: How to get aggregated Age Range and Gender Performance Reports at the ad account level?

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Joseph, Just a follow up regarding your concern. Do you still require our assistance in investigating this issue? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I tested your code against my account using PHP and I was able to download the report in a CSV file successfully. Although, what I have noticed is that there are two files being created. One is a blank file with no extension, and the other one is with CSV extension. And when you opened the

Re: Report is not downloading with content (coming Blank file ) with not CSV extenstion and not getting any error.

2017-09-26 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I tested your code against my account using PHP and I was able to download the report in a CSV file successfully. Although, what I have noticed is that there are two files being created. One is a blank file with no extension, and the other one is with CSV extension. And when you opened the

2 Network Type being return from Campaign Performance Report

2017-09-26 Thread Paul
Hi all, I've tried to get a report of an account using Campaign Performance Report. After checking, the campaign returned 2 different network values for one campaign (Search Network and Display Network) but it is only displayed as Display Network in Adwords Website. Is there any issue

Re: FeedItemService clear a moneyWithCurrencyValue attribute

2017-09-26 Thread Paco Hobi
Hi, This doesn't seem to work for me. The attributes are not cleared, they are set to CHF 0.00 (I also tried with USD). Part of the request: 25 0 CHF Part of the response relevant to this attribute: 25

LinkID vs Conversions Report

2017-09-26 Thread Karenchiou0327TestMMC Chiou
Hi Team I am downloading the campaign performance report as below Date CampaignId CampaignName Conversions AllConversions AllConversionValue ConversionTrackerId ConversionTypeName ConversionCategoryName ExternalConversionSource @rangeSDate

How to translate the state of a keyword

2017-09-26 Thread adwordsapi
Request Google Adwords to get keyword information. How to determine the status of the keyword because the quality score is very low and rarely show or search volume is low. Thanks

Re: How to get the the CPC Bid for each keyword - PHP

2017-09-26 Thread office
Okay, but how can a get the CPC? This doesn't work?: echo $adGroupCriterion->getBiddingStrategyConfiguration()->getBids()[0]-> getBid(); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: ManagedCustomerService accepting a link

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi, In order to access or manage information of a certain client account, you must generate OAuth2 credentials using an email address with access to that specific client account and use these credentials in your properties

Re: How to increase bid on a placement.

2017-09-26 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ben, You may refer to this section of our bidding guide on how to adjust bids for your CampaignCriterion