Add list ipAddress Exclusions to campaign

2016-08-09 Thread Huy Nguyễn Văn
I have list Campaign and list IP I want add list IP for each campaign ? Selector selector = new Selector() { fields = new string[] { Campaign.Fields.Id, Campaign.Fields.Name, Campaign.Fields.Status }, ordering = new OrderBy[] { OrderBy.Asc(Campaign.Fields.Name) } };

Support add list IP to Campaign in adwords API by .NET

2016-08-09 Thread Huy Nguyễn Văn
I have list Campaign and list IP I want add list IP for each campaign ? Selector selector = new Selector() { fields = new string[] { Campaign.Fields.Id, Campaign.Fields.Name, Campaign.Fields.Status }, ordering = new OrderBy[] { OrderBy.Asc(Campaign.Fields.Name) } };

Re: Support add list IP to Campaign in adwords API by .NET

2016-08-09 Thread 'Joyce Lava' via AdWords API Forum
Hello, Apologies for the delayed response. You can use the CampaignCriterionService to add ipAddress exclusion as NegativeCampaignCriterion

Re: Some Thoughts on the {ignore} Parameter

2016-08-09 Thread Dorian Kind
Hi Shwetha, thanks for your efforts. Unfortunately, the AdWords Community forum has not quite the same level of expertise as this group, in my experience. I'll try anyways. Best regards, Dorian On Monday, August 8, 2016 at 10:02:28 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Do

Re: Creating TrueView Template Ad

2016-08-09 Thread Rajesh Roushan
Hi, Can any one answer this question http://stackoverflow.com/questions/38539139/what-should-be-the-final-url-and-display-url-to-create-trueview-in-search-video -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

API access to another MCC account

2016-08-09 Thread Yana Sergeeva
I would like to create an application for context agencies (to create reports, not to change accounts). API library has config parameters: - developerToken - userAgent - clientCustomerId - client_id - client_secret - refresh_token I created my own MCC, developer token (in a

extracting campaign (or ad/adgroup etc.) focus

2016-08-09 Thread Piotrable1
Hello, how can I check in API if campaign (ad/ adgroup...) is focused on clicks, impressions. In other words how can I see what is the purpose of campaign? Greetings -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspo

[BatchJobService] Platform Bid Adjustment

2016-08-09 Thread Adrian Blanco
Hello, Up to now I'm able to create bid adjustment for mobile platform, but now I'm trying to create Bid Adjustment for tablet and desktop Platforms through BatchJobService in test account, I sent the operations properly, like mobile adjustment, but with different platform ID. The response from

Re: Creating TrueView Template Ad

2016-08-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, The *displayUrl* must start with either youtube.com/channel/UC or youtube.com/user/. Please give that a try and post back here if it doesn't work out for you. Thanks, Josh, AdWords API Team On Tuesday, August 9, 2016 at 8:04:31 AM UTC-4, Rajesh Roushan wrote: > > Hi, > Can any one answer t

Re: Condition, Channel and Channel Exclusivity values in PRODUCT_PARTITION_REPORT translated to campaign's "Country of sale" language

2016-08-09 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I wanted to come back and just update this thread that this reported behavior is intended. The reports are intended to be the source of truth here, not the data retrieved from the ad groups. I apologize for the inconvenience and the long delay before this confirmation. Regards, Mike, A

Deprecation of Converted Clicks

2016-08-09 Thread Stephen
Hi all, I wanted to clarify on the deprecation of the field *"Converted clicks"*. The latest version of the API 201607 has deprecated this field which is in line with the interface that will no longer support past September 2016. I wanted to clarify on the timeframe availability of the Convert

Re: api version 201605

2016-08-09 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The engineering team has taken a look at your account and only identified the single ID that you had already provided as being affected by that issue. If you check it again, it should have results and a download URL. Please let me know if this recurs with any future jobs. Regards, Mike,

Re: api version 201605

2016-08-09 Thread xtcsuk
Hi Mike, Thank you, As for the old jobs, they are no longer valid, as the system has moved on with new changes. So, this has now been rectified, in case of a job with no operation, the api will throw or something on upload, and will not move the job status from pending to complete, right? reg

Re: api version 201605

2016-08-09 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, The bug that caused this issue has still not been fully addressed. Engineering is hard at work on getting that in as soon as possible. This means that it is possible (but very unlikely) that a job with operations moves into a DONE status, but erroneously shows that it has no operations

Re: [BatchJobService] Platform Bid Adjustment

2016-08-09 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Adrian, BidModifiers for platforms other than HighEndMobile are currently available in Test accounts only. You can retrieve the Campaign and Ad Group bidModifiers using CampaignCriterionService

Re: Deprecation of Converted Clicks

2016-08-09 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Older versions of the API will continue to support all fields they initially launched with unless we make a specific announcement about a change on our blog . Please see our Deprecation Schedule

How do I get just the searchvolume of a particular keyword in python ?

2016-08-09 Thread veer . ladetm
Hello, I have tried: 1. Function to get stats on keyword ideas related to the current keyword. 2. Traffic Estimator Function. I want just the searchvolume for my list of keywords. I don't want to see the CPC, Position of the ad etc. Just the searchvolume total(organic + SEM). I tried tweaking Tar

Re: Как сделать чтобы ответ приходил на английском языке

2016-08-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I finally heard back on this one, and it looks like your user's language preferences are set to Russian (at least currently). Did you change them since your post in May? Also, are you continuing to see this issue? Thanks, Josh, AdWords API Team On Monday, May 23, 2016 at 8:54:49 AM UTC-4,

Re: API access to another MCC account

2016-08-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Yana, There are two ways to access a third party's AdWords production account: 1) If the third party has a developer token and are willing to share the token and OAuth credentials, use their token and OAuth credentials to access their account. 2) Alternatively, you can apply

Re: extracting campaign (or ad/adgroup etc.) focus

2016-08-09 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can fetch the Bidding Strategy Type using the CampaignService . The field *biddingStrategyConfiguration *in the campaign wo

Re: How do I get just the searchvolume of a particular keyword in python ?

2016-08-09 Thread 'Anthony Madrigal' via AdWords API Forum
Hello Veer, In order to get only the search volume for your keywords, you must select SEARCH_VOLUME as one of your AttributeTypes and not any other the others such as AVERAGE_CPC

large number of cancelled batch jobs

2016-08-09 Thread GregT
Hi, We released to production our upgrade from v201601 to v201605 last night, which forced us to move off the old MutateJobService and to the new BatchJobService for bulk operations. Since releasing last night, we've had over 400 jobs that have ended up with a status of CANCELED, even though we

Re: Targeting Idea Service STATS CollectionSizeError.TOO_MANY

2016-08-09 Thread Christian Semmler
I'm having the same issue. Am Freitag, 5. August 2016 00:17:01 UTC+2 schrieb Alex Benusovich: > > I am getting a CollectionSizeError.TOO_MANY error when requesting stats > for 800 keywords since July 28th. Before that it was working fine. > > Documentation says 800 is the limit: > https://develo

I wanna know campaign daily budget range

2016-08-09 Thread smartdspdev
I just want to know specific maximum amount of campaign daily budget. there is no document on Adwords api page. so if you know, plz let me know. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.go

Re: I wanna know campaign daily budget range

2016-08-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may get the campaign daily budget from the Amount field of the Campaign Performance Report

Create standalone (non-MCC) test account?

2016-08-09 Thread wang yuantao
Hi AdWords API team, We are using production dev token to process MCC login and non-MCC login via CustomerService. Now we want to add test using test account and test dev token. However, according to https://developers.google.com/adwords/api/docs/guides/accounts-overview#getting_started_w

Re: Create standalone (non-MCC) test account?

2016-08-09 Thread 'Joyce Lava' via AdWords API Forum
Hello Yuantao, If you need to perform some tests, you can create the Test MCC account using this link and then add test client accounts that it will manage. All client accounts created under a Test MCC account will automatica

anyway to choose ios > 8.0?

2016-08-09 Thread maxSonic Sun
Hi, According to the adwords document https://developers.google.com/adwords/api/docs/appendix/mobileplatforms, it seems that I can only select ios > 7.0 ? Anyway to choose a larger version number? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Support HD solution image for image ad?

2016-08-09 Thread maxSonic Sun
Hi, I tried to create the HD solution image ad for an all feature display campaign, but failed. However, in the UI page of adwords, that is a description saying that the HD solution is supported. But in the api document, unlike the one in template ads, there is no way to set the dimension

Re: anyway to choose ios > 8.0?

2016-08-09 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Unfortunately, the only OS versions currently supported are the ones listed in the guide and 7 is the latest for iOS. In the mean time, you may follow our blog for any future updates or announcements. Best regards, Peter AdWords API Team -- --