Re: ReportResponse Text and Contents Missing from .NET Client Library

2015-07-29 Thread Michael Cloonan (AdWords API Team)
Hello, You should report issues with specific libraries to each individual issue tracker. For the .NET library, you can find that here: https://github.com/googleads/googleads-dotnet-lib/issues Regards, Mike, AdWords API Team On Wednesday, July 29, 2015 at 10:28:26 AM UTC-4, Addams wrote:

Re: Campaign Performance Report using AWQL without downloading file in PHP

2015-07-29 Thread Anthony Madrigal
Hello, If you pass a *null* value to the ReportUtility constructor for $filePath, the report should then return as a string. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Can't create ad

2015-07-29 Thread ret regs
Image myImage = new Image(); var operations = new ListAdGroupAdOperation(); var adService = (AdGroupAdService)user.GetService(AdWordsService.v201502.AdGroupAdService); myImage.sourceUrl = http://s019.radikal.ru/i621/1507/7f/40afb4bf93d3.jpg;; var

Can't create ad

2015-07-29 Thread ret regs
I can' t create new ad Image myImage = new Image(); var operations = new ListAdGroupAdOperation(); var adService = (AdGroupAdService)user.GetService(AdWordsService.v201502.AdGroupAdService); myImage.sourceUrl =

Re: Sitelinks Feed Limit (EntityCountLimitExceeded.ACCOUNT_LIMIT)

2015-07-29 Thread Александр Бунке
Hello, thanks! New API required new type of filed: $urlAttribute-type = URL_LIST; and define(SITELINKS_URL_FIELD_ID, 5); After that app works right! Thanks! середа, 29 липня 2015 р. 17:59:34 UTC+3 користувач Anash P. Oommen (AdWords API Team) написав: Hi, My guess is that one of

Pull account data from MCC and sub-MCCs at the same time?

2015-07-29 Thread Stephen
Hi all, I'm having an issue with pulling accounts info when I have both accounts in an MCC and accounts in a sub-MCC that sits under the main MCC. Parent MCC |-- Account |-- Account |-- Account |-- sub-MCC |-- Account |-- Account |-- Account |-- Account So using the following function I am

Link in Mail Your AdWords API Developer Token for Account ... is broken

2015-07-29 Thread christof . donat
Hi, I am trying to create an API token. I got to the point, where google sends me a Mail with a subject like Your AdWords API Developer Token for Account It says, I should fill out a form that I am supposed to find by using the link https://services.google.com/fb/forms/newtoken/;, but

ReportUtils::DownloadReportWithAwql returnMoneyInMicros FALSE!

2015-07-29 Thread jtremblay
I keep reading that there is no way to use the header returnMoneyInMicros as False in the ReportUtils::DownloadReportWithAwql method. Can this really be? I mean, it seems lame that I can't do mathematics within the AWQL ie: Cost/100 as Cost, but at least the header would make it bearable.

Re: Conversion tracking

2015-07-29 Thread Umesh Dengale
Hello, This forum is related to the AdWords API. Please post your question in the AdWords product forum https://www.en.adwords-community.com/. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Variable results in reporting

2015-07-29 Thread engineeringscripts
`So, I have set up a system to periodically download an AdWords report across all our accounts/campaigns, and there is an issue with the data. The report field list is: Account, Day, Campaign, AdGroup, Clicks All I'm doing is tracking the Clicks per AdGroup per Day, and storing that in our

Problem adding YouTubeVideo Placements v201502+

2015-07-29 Thread scordeiro
Up until upgrading to v201502, we were able to create youtube video Placements using the AdGroupCriterionServiceInterface and the Criterion Placement Object. Now it seems we are required to use the Criterion YouTubeVideo ( received errors YouTube urls are not supported in Placement criterion.

Re: GeoLocationService cannot evaluate some addresses

2015-07-29 Thread Dzmitry Zahusta
Hi Umesh, I'm sure that you are mistaken. Because the same code working with no problems for the following addresses: - Conley,Georgia,United States - Decatur,Georgia,United States - Ellenwood,Georgia,United States - Fayetteville,Georgia,United States - Hampton,Georgia,United

Re: [6-2633000007909] How to get adwords campaign, adgroup name in CSV.

2015-07-29 Thread Johan Hedin
Hi Anthony To confirm the url performance report would take all the referring urls ( www.xyz.com/yadayday.com and not just the referring domain name www.xyz.com correct? Also it works on an automatic placement campaign as well (ie we do not need to manually enter in the url in the adwords

Re: Pull account data from MCC and sub-MCCs at the same time?

2015-07-29 Thread Anthony Madrigal
Hi Stephen, Our Github client libraries contain a file called Get Account Hierarchy https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201506/account_management/get_account_hierarchy.rb which is found in the Account Management folder. This file will print out

Re: GeoLocationService cannot evaluate some addresses

2015-07-29 Thread Umesh Dengale
Hello, The Address https://developers.google.com/adwords/api/docs/reference/v201506/GeoLocationService.Address object has streetAddress https://developers.google.com/adwords/api/docs/reference/v201506/GeoLocationService.Address#streetAddress field, which needs to be set the value to get

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-07-29 Thread Josh Radcliff (AdWords API Team)
Hi Dzmitry, I've asked for an update from the team working on this issue. You mentioned a specific time period when this happened at a high rate. Could you send me the dates and times for that window, including the time zone? Thanks, Josh, AdWords API Team On Wednesday, July 29, 2015 at

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-07-29 Thread Dzmitry Zahusta
Hi Josh, Last time this kind of error starts occuring too often and the period when it continue happening too long (2+ hours) so even my code that re-submit failed request are unsuccessful. My business owneres is becoming nervous as it's necessary to handle failed campaigns manually. Please

Re: Allowed non-alphanumeric ASCII characters in Keyword, Sitelink, Callout and Ad text

2015-07-29 Thread Tomas Rimkus
Ad Using special characters with your ads section is quite vague. Does it mean any ASCII character except the gimmicky ones can be used including `~,.?!@#$%^*()/\'| ? On Monday, July 27, 2015 at 10:46:08 PM UTC+2, Anthony Madrigal wrote: Hello Tomas, I have provided the text requirements

Re: Remove operation for Bid Modifiers causes strange value

2015-07-29 Thread Phillip
Dear Michael, thank you for your response. I am fine with that solution but I would like to let you know that about a week ago REMOVE Operators were valid. Also the Api Doc still lists REMOVE operators for Bid Modifiers:

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-29 Thread peter . rietzler
Here is some more information for all of you reading this thread -) Adwords does not accept bids for subdivisions anymore (see above). At least for us, the sporadical nature of this is gone since today - requests are now always rejected. -) When you send no bid, then Google applies a default

GeoLocationService cannot evaluate some addresses

2015-07-29 Thread Dzmitry Zahusta
I'm just wondering why GeoLocationService return InvalidGeoLocation for Hampton,Georgia,United States: Address address = new Address(); address.setCityName(Hampton); address.setCountryCode(US); address.setProvinceName(Georgia); GeoLocationSelector

Re: Daily AD_PERFORMANCE_REPORT data?

2015-07-29 Thread eran
Hi Josh, I face similar issue, could you please contact me to resolve it? On Tuesday, April 28, 2015 at 12:37:05 AM UTC+3, Josh Radcliff (AdWords API Team) wrote: Hi Jeff, I just replied to the email you sent to my team on this topic. Let's continue the discussion there to avoid

Re: QualityScore on Shopping Campaigns Criterions with Product Partition always 5!

2015-07-29 Thread Nadine Sundquist (AdWords API Team)
Hello Markus, Check out the documentation on QaulityInfo.qualityScore https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.QualityInfo#qualityScore. This field only becomes relevant when your criterion

Re: Daily AD_PERFORMANCE_REPORT data?

2015-07-29 Thread Josh Radcliff (AdWords API Team)
Hi, The API only reports *HourOfDay* details on the ACCOUNT, CAMPAIGN, ADGROUP and BID_GOAL performance reports. The HourOfDay https://developers.google.com/adwords/api/docs/appendix/reports/all-reports#hourofday values correspond to the hours of the day in each account's time zone, which you

Re: Sitelinks Feed Limit (EntityCountLimitExceeded.ACCOUNT_LIMIT)

2015-07-29 Thread Anash P. Oommen (AdWords API Team)
Hi, My guess is that one of the attributes you are trying to update is the Link URL. As part of Upgraded URL migration, these fields became readonly on July 1. 2015. See http://googleadsdeveloper.blogspot.com/2015/05/reminder-adwords-destination-urls-will.html for details. Cheers, Anash P.

ReportResponse Text and Contents Missing from .NET Client Library

2015-07-29 Thread Addams
The ReportResponse.Text and Contents methods are missing in the Ads API .NET Client Library - v18.14.0. I have tried accessing these methods through our custom application and adding them to the AdWords.Examples project but they are not available and give the below compile error message:

Re: Add mobile application criterion for campaign

2015-07-29 Thread Umesh Dengale
Hello, For MobileApplication https://developers.google.com/adwords/api/docs/reference/v201506/CampaignCriterionService.MobileApplication object, the id https://developers.google.com/adwords/api/docs/reference/v201506/CampaignCriterionService.MobileApplication#id field shouldn't be required

Campaign Performance Report using AWQL without downloading file in PHP

2015-07-29 Thread jtremblay
So I have the following file which works great for using AWQL to get the data I need, but it puts it in csv file, which is highly unneccessary and inefficient since I dont need the file. Is there a way to simply have the data outputted to a variable like a SQL result variable which I can

Conversion tracking

2015-07-29 Thread Mukul Pant
We are driving traffic to* Site A *with an AdWords campaign. We want to track conversions in the form of sales, but the sales are happening on *Site B.* *Details:* We are driving traffic with PPC ads to landing pages on *Site A*. From Site A, visitors are being funneled into *Site B. *When

Re: QualityScore on Shopping Campaigns Criterions with Product Partition always 5!

2015-07-29 Thread Markus Geiger
News? Status? Am Montag, 27. Juli 2015 15:08:43 UTC+2 schrieb mge...@intelliad.de: Hallo, we always get a qualityScore=5 when reading criterions from shopping campaigns with product partitions by API. Is there bug known or if it's intended behavior is there any reason for that?