Re: SSL Errors

2014-10-13 Thread mccaccountpala...@gmail.com
Thanks. Posted. https://github.com/googleads/googleads-python-lib/issues/30 On Saturday, October 11, 2014 12:01:02 AM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Could you open an issue on the library's issues page > ?

I want to target the mobile application,but something wrong happen via API.

2014-10-13 Thread Jelly Hu
Hi, I use the CampaignCriterionService to add the criterion which targets an application .For example,to target the Clash of Clons (1-529479190). below is the main code: $campaignId = 'MY_CAMPAIGN_ID'; $campaigncriterionservice= $user->GetService('CampaignCriterionService', ADWORDS_V

Adwords API Approved Token Type

2014-10-13 Thread Chirag
Hello All, How i can know Adwords API Token Type? Is it basic access or standard access? Please let me know. Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelope

Re: Announcing v201409 of the AdWords API

2014-10-13 Thread David Midgley
Hi Danial Just in case you are looking of use cases for shared sets, here are some below: 1. Adding search queries. If you have an automated system that adds search queries, you can't compare them with negative keyword lists to see if they match. This currently means holding lists in two place

Invalid response 502 while refreshing Oauth 2.0 access token

2014-10-13 Thread Subramaniam S
Hi, We are getting 502 error while refreshing the access token. This error seems to be happening only from last week. Is this any google side issue and how do we deal with this issue ?? Will retry work ?? Subra -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

How to get frequency cap on campaign?

2014-10-13 Thread Aditya Try Anggoro
Hi I have a problem when try to get a frequency cap using CampaignService. It's looks FrequencyCap field cannot be used in query or selector. Cany anybody help me to fix this problem? Here's the error that I got "[SelectorError.INVALID_FIELD_NAME @ serviceSelector; trigger:'FrequencyCap']" Tha

Re: How to retrieve disapproval reasons for an ad through the api

2014-10-13 Thread tim . wlcek
Hey Josh, thanks for bumping this up to the reporting team. Do you have a timeline for the fix? Cheers tim Am Freitag, 19. September 2014 16:37:01 UTC+2 schrieb Josh Radcliff (AdWords API Team): > > Hi Danilo, > > A quick follow-up -- as you pointed out, some ads with trademark > disapprovals

Can I implement the Available network inventory feature in Display Planner by adwords api?

2014-10-13 Thread Liu Wei
I want to implement the effect of Available network inventory in Display Planner(Only for the percentage of Gender and Age ranges). But I can't found relate function at adwords api. I want to know how to implement it? Also Pls see the attach for details. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Google requests destination urls after pausing of campaign

2014-10-13 Thread Sergey Bienko
Hi, I'm not sure if it's a proper place to ask, but I can't find any other place to ask this, maybe somebody knows: I've paused a campaign because of some broken destination urls within its ads, but after that Google started to request some of the destination urls from IPs 66.249.89.32,66.249.9

Re: How to retrieve disapproval reasons for an ad through the api

2014-10-13 Thread Josh Radcliff (AdWords API Team)
Hi Tim, I don't have a timeline at this point, but I'll be sure to post back to this thread when I have any updates. Thanks, Josh, AdWords API Team On Monday, October 13, 2014 4:29:19 AM UTC-4, tim@smarter-ecommerce.com wrote: > > Hey Josh, > > thanks for bumping this up to the reporting

Applying labels on adgroup

2014-10-13 Thread Ashish Pathak
Hi, I'm trying to apply labels on adgroups using code -perations.append({ 'operator': 'ADD', 'operand': { 'adGroupId': adGroupID, 'labelId': labelId } }) if label is already associated with adgroup it returns

Re: Comprehensive list of wsdl files

2014-10-13 Thread Michael Cloonan (AdWords API Team)
Hello Kevin, The old page was never officially mentioned or supported for public use. It was removed intentionally, and there is no official list of every available AdWords WSDL. Regards, Mike, AdWords API Team On Friday, October 10, 2014 2:46:18 PM UTC-4, Kevin wrote: > > Hi, > > Is there a c

Re: Adwords API Approved Token Type

2014-10-13 Thread Michael Cloonan (AdWords API Team)
Hello, There is no way for you to look up whether you have standard or basic access, unfortunately. Please reply to me *privately* using the "reply privately to author" option from the dropdown on this message, including your developer token, and I can look up your access level for you. Regard

Re: Are "keywordMaxCpc" and "keywordContentMaxCpc" same value in AdGroup Performance Report ?

2014-10-13 Thread Josh Radcliff (AdWords API Team)
Hi, These fields have both been deprecated, but for v201406 and earlier, they referred to the different max CPC bids you could configure for an ad group: one was the default max CPC and the other was the default *content* max CPC, which is the max CPC you used to be able to specify for *Display

Re: Video Ads - How to pull metrics from Adwords API.

2014-10-13 Thread Kevin Moritz
in v201409, I still don't see anything related to video campaign stats... Does it still not exist? If so, are there plans to incorporate this into the API in the future? Kevin On Friday, July 18, 2014 5:57:14 AM UTC-5, Danial Klimkin wrote: > > Hello Ed, > > > Unfortunately no, nothing relat

UNEXPECTED_INTERNAL_API_ERROR

2014-10-13 Thread rohit
Hi, Seeing this error while setting ad group name. http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:wsdl="https://adwords.google.com/api/adwords/cm/v201402"; xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/a

Re: How to get frequency cap on campaign?

2014-10-13 Thread Michael Cloonan (AdWords API Team)
Hello, FrequencyCap itself has multiple sub-fields, which are each individually selectable. Rather than selecting "FrequencyCap", take a look at that class and include the fields within it that are

Concurrent Modification on Ad Group Error.

2014-10-13 Thread Brett Koenig
Hey, We have multiple services and threads that can be updating product group destination URLs at the same time. Each one is updating a different product group destination URL but sometimes the product groups are under the same Ad Group. When doing this we get a CONCURRENT_MODIFICATION error b

Re: I want to target the mobile application,but something wrong happen via API.

2014-10-13 Thread Jelly Hu
Hi, Sorry,I find that I need to use AdGroupCriterionService() instead of CampaignCriterionService() to target APP.It works OK. Thank you. On Monday, October 13, 2014 7:56:52 PM UTC+8, Jelly Hu wrote: > > > Hi, > > I use the CampaignCriterionService to add the criterion which targets an > appli