Re: [AWQL] includeZeroImpressions doesn't work with PRODUCT PARTITION REPORT

2015-10-21 Thread Mario
thanks for the answers @road11: ok, this pointed me in the correct direction :) @Umesh: that's not what i want: i NEED both: rows with and without zero impressions. So i do two queries now and combine the data by myself... it is irritating that there is no hint in the report documentation that s

VerticalParentId not returned in vertical criterion

2015-10-21 Thread Tiana S.
When requesting data from the AdGroupCriterionService, verticalParentId isn't returned. serviceSelector: fields: ['CriteriaType', 'VerticalId', 'VerticalParentId', 'Path'] predicates: [ field: 'CriteriaType', operator: 'EQUALS', values: 'VERTICAL' ] { attributes: { 'xsi:t

I need help with obtaining access to the API (production)

2015-10-21 Thread Alex Zaporozhets
Hi, I want to have keywords suggestions (TargetingIdeaService and TrafficEstimatorService), ads management only for my personal account. How can I do so? I see that my key is waiting for approval. P.S. Do you have nodejs based examples for AdWords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How to correctly use CriterionBidLandscape - 'No bid landscapes found' error

2015-10-21 Thread Paul Lo
Hello All, I always get *'No bid landscapes found'* message with *CriterionBidLandscape* service, my code is based on https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201509/optimization/get_keyword_bid_simulations.py the code reads: selector = { 'fields':

NegativeCampaignCriterion Url

2015-10-21 Thread MrGapo
HI I need info how placement exclusion is working on subdomain. Example: I have excluded url m.accuweather.com Will this means that no requests to the subdomain m.accuweather.com, m.accuweather.com/hr/hr/split/121161/weather-forecast/121161, etc OR it will exclude only m.accuweather.com url

Trying to get an API key

2015-10-21 Thread Martin Krivosija
Hi there, I have been trying to get an API key for over a month now. I contacted support a while back and was asked to fill out 2 forms. I have done that and never received a response back. I then tried to email you 5-6 times again, with no response. I have also called and was then referred to

How to overwrite keyword bidding strategy

2015-10-21 Thread ferry Ardhana
Hi All, I try to overwrite (change) bidding strategy for particular keyword. Previously, the keyword's bidding strategy is inherit from campaign's (Auto). But now, for some reason I want to change it only for particular keyword. This is screenshot how this process is accomplished via adwords we

Re: How can I set enhanced CPC via the API

2015-10-21 Thread Anthony Madrigal
Hi Ifran, Your question is probably best suited for the AdWords Community Forum . They specialize in questions dealing with AdWords Editor. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Getting country, region, and city names from geo performance report?

2015-10-21 Thread Nadine Sundquist (AdWords API Team)
Hello, We have "Aruba" under CountryCriteriaId (from previous API) but in the CSV file Aruba (id: 2533) is under TargetType "Region". We have 22 such entries for country that appear under "Region" target type instead of Country -- Aruba,Guadeloupe,Puerto Rico,Turks and Caicos Islands,British Vi

userverticals return old IDs?

2015-10-21 Thread Tiana S.
When querying some statistics the following criterion was returned: Human Resources with ID 157. But, in the documentation ( https://developers.google.com/adwords/api/docs/appendix/productsservices) is stated that the ID that should accompany Human Resources is 11084. I still had an old download

Re: NegativeCampaignCriterion Url

2015-10-21 Thread Anthony Madrigal
Hi, When excluding placements, you can specify whether or not to exclude the entire domain or just an individual page. In general, the excluded placements will include the entire domain. Please check out the *Formatting placement exclusions for sites *section of the Exclude websites and apps

View Size (even estimated) of a CrmBasedUserList

2015-10-21 Thread Hunter
I am simply trying to verify that our test code is able to add hashed emails to a CrmBasedUserList, but I can't seem to get an estimated reading of the list size. The CrmBasedUserList that I add 10,000 hashed emails to returns with a Size of 0 and and a SizeRange of LESS_THAN_FIVE_HUNDRED. Is

Re: Video Perfomance Report

2015-10-21 Thread Nadine Sundquist (AdWords API Team)
Hello Emiliano, The fix is on the way. Please keep an eye on Github on this issue to see when it gets released. Regards, Nadine, AdWords API Team On Tuesday, October 20, 2015 at 3:55:16 PM UTC-4, Umesh Dengale wrote: > > Hi Emiliano,

Re: Video Performance Report - missing field data?

2015-10-21 Thread Umesh Dengale
Hello, The ClickType documentation mentions that: - The Impressions field will reflect how often the ad was served with that click type available. Since ads can serve with multiple click types

Re: Trying to get an API key

2015-10-21 Thread Umesh Dengale
Hi Martin, 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 t

Re: edit the data through api

2015-10-21 Thread Anthony Madrigal
Hello, To modify this data in AdWords API, you will want to use the TargetSpendBiddingScheme . You will be able to modify the *spendTarget *and* bidCeiling.* Cheers, Anthony AdWords API

Re: Report Summary is missing

2015-10-21 Thread FK
Is there any documented difference between the download formats? The other options seem to work: options['skipReportHeader'] = true; options['skipColumnHeader'] = true; Why is there a lack of summary rows in XML documents? (please link to a source) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

API content linking

2015-10-21 Thread Leon Kogan
How to link API content to Google. My website www.yumrush.com Leon Kogan leon.ko...@yumrush.com 845-294-4466 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =

Re: Turn off "Count calls as phone call conversions" through API

2015-10-21 Thread Han Vo
Please confirm if this feature will be added in the next API update? On Tuesday, October 20, 2015 at 2:47:10 PM UTC-4, Umesh Dengale wrote: > > Hello, > > The AdWords API does not support unselecting the check box "Count calls > as phone call conversions" for call extensions. > > Regards, > Umes

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR using v201506 AdGroupAdService.mutate to ADD new TemplateAd

2015-10-21 Thread Artem Prudnikov
Hi Recently i've noticed, that the creation of new TemlateAd (which is copy of another) stopped working. It is still possible to disable an Ad, but when i'm trying to create i receive UNEXPECTED_INTERNAL_API_ERROR. Even if i'm setting only required fields. What am I doing wrong? Thanks. -- -

Re: Delete Audience RLSA

2015-10-21 Thread Nadine Sundquist (AdWords API Team)
Hi SK, 1) How to delete all the non-crmbased (non-customer match - email) audiences in an adgroup? I downloaded the audience performance report for a particular adgroup but there is no AudienceName field which can be used to identify a specific audience. If i delete all the audience for that ad

Re: API content linking

2015-10-21 Thread Anthony Madrigal
Hi Leon, You can sign up for AdWords API by following our Sign Up guide. Please let me know if you have issues along the way. Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

Re: I need help with obtaining access to the API (production)

2015-10-21 Thread Anthony Madrigal
Hi Alex, If you want to use the TargetingIdeaService or TrafficEstimatorService to get back real results, you will need to wait until your production developer token is approved. Unfortunately, we do not have any node.js examples for AdWords API. Here is a link to all of our available client l

Re: VerticalParentId not returned in vertical criterion

2015-10-21 Thread Nadine Sundquist (AdWords API Team)
Hi Tiana, I would expect the verticalParentId to come back. I've seen it in other fields where the field may not come back just because there isn't a value. I don't know if that's the case here, so could you please send me an ad group ID (with verticals) where I could look at the specifics of y

Re: How to correctly use CriterionBidLandscape - 'No bid landscapes found' error

2015-10-21 Thread Anthony Madrigal
Hello, The code you are using seems to be ok. You will not need to include the Campaign Id. Please make sure you meet all of these requirements since this may be the reason you are not getting any bid landscape

Re: How to overwrite keyword bidding strategy

2015-10-21 Thread Anthony Madrigal
Hi, It does appear like you are doing anything wrong in this code. Could you please *reply privately to author *the adgroup and keyword Ids from this operation? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https

Re: [AWQL] includeZeroImpressions doesn't work with PRODUCT PARTITION REPORT

2015-10-21 Thread Umesh Dengale
Hello, The CampaignName, CampaignId, AdGroupName, AdGroupId, ProductGroup, Impressions columns support the zero impressions. There is no need to include Impression condition (where clause) in the report. The query will return rows including zero impressions. More information about an impressio

Re: Video Performance Report - missing field data?

2015-10-21 Thread Umesh Dengale
Hello, The Engagements and EngagementRate fields are of type metric behavior. These

Re: View Size (even estimated) of a CrmBasedUserList

2015-10-21 Thread Anthony Madrigal
Hi, There are some caveats for the CrmBasedUserLists which may explain why you are not seeing the results you want. Some of these include making sure that the emails you add to the list are associated to Google account

Re: Video Performance Report - missing field data?

2015-10-21 Thread Mark Rogoyski
Regarding the Video Performance Report, is there a reason why it lacks certain fields that other reports have, such as CampaignName and AdGroupName, for instance? Are there future plans to include these fields? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR using v201506 AdGroupAdService.mutate to ADD new TemplateAd

2015-10-21 Thread Anthony Madrigal
Hi, You are correct. There should be no issues trying to disable an ad. I will need to take a look at why you are unable to create a Template Ad. For that, could you please send me your SOAP request and response through *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=

Re: Video Performance Report - missing field data?

2015-10-21 Thread Umesh Dengale
Hello, We can't comment on the future releases of the AdWords API. Please refer to the AdWords API blog for any updates or announcements. Regards, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

YouTube Campaigns Not Showing Up

2015-10-21 Thread Mark Rogoyski
Hi, YouTube campaigns don't seem to show up except in VIDEO_PERFORMANCE_REPORTs. For example, using CampaignService to get a list of campaigns, the YouTube campaigns do not show up. Do YouTube campaigns only work with certain services and reports? If so, is there a list of what those are? Or a

How to Set Bids on YouTube Campaigns

2015-10-21 Thread Mark Rogoyski
Hi, Does setting bids work differently for YouTube campaigns? When using AdGroupService to set an adgroup bid, I get the following error: [OperationAccessDenied.MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT @ operations[0]] I'm using v6.4.0 of the PHP Client Library against API v201509. The AdWords a

Re: ConversionTrackerService v201506

2015-10-21 Thread Le Le
Thanks for your infomation. On Tuesday, October 20, 2015 at 11:18:35 PM UTC+7, Anthony Madrigal wrote: > > Hi, > > Unfortunately, since the ConversionTrackerStats were removed in v201506, > there is no way to get the fields conversionValue, numConversionEvents, > numConvertedClicks, and mostRece