Getting AdSchedule ID trouble

2014-04-11 Thread Visar
Hi Guys, Language: PHP I'm trying to pull a list of AdSchedule IDs for a particular campaign. I've mostly changed the code around from the GetCampaigns.php example and have come up with the following. It doesn't work and I was wondering what I was doing wrong. function adsched(AdWordsUser

Developer Token

2014-04-11 Thread sravanthi
Hi, I havnt found any developer token under My Account - AdWords API Center, but when i visit my adwords account Settingaccount access i found this m...@xxx.com Mar 21, 2014User interface and API actions this means alrdy my adwords acc linked with mcc acount right..but when i tired to

developer token

2014-04-11 Thread sravanthi
Hi, I havnt found any developer token under My Account - AdWords API Center, but when i visit my adwords account Settingaccount access i found this m...@xxx.com Mar 21, 2014User interface and API actions this means alrdy my adwords acc linked with mcc acount right then y it nt showing,

developer token

2014-04-11 Thread sravanthi
Hi, I havnt found any developer token under My Account - AdWords API Center, but when i visit my adwords account Settingaccount access i found this m...@xxx.com Mar 21, 2014User interface and API actions this means alrdy my adwords acc linked with mcc acount right then y it nt showing, when

Campaign Network settings

2014-04-11 Thread metrixa . mcc2
Hi all! When I download campaigns form server, The field network settings has 4 values : targetGoogleSearchhttps://developers.google.com/adwords/api/docs/reference/v201402/CampaignService.NetworkSetting#targetGoogleSearch

Re: RateExceededError rateName=RATE_LIMIT

2014-04-11 Thread Pearl Jam
... what a meaningful answer! thanks! we have seen these rateName too, and dont know for what it stands. at AdWords API Rate Limits guide is written: Rate name and why it matters? In addition to understanding Rate Scope, it’s also IMPORTANT to understand the type of Rate Limit that was

Re: Uncaught SoapFault exception Unmarshalling Error

2014-04-11 Thread Danial Klimkin
Hello, It sounds like you do not provide a clientCustomerId in the header. In this case your requests hit an MCC account you are authorized against, which contains no campaigns. Please provide the CID of the target account in your request. -Danial, AdWords API Team. On Thursday, April 10,

Re: Getting Flexible Bid Strategies from a keyword performance report

2014-04-11 Thread Danial Klimkin
Hello, Bidding type can not be set on keyword level but you can obtain bid with relevant fields (MaxCpc, MaxCpm etc) and it's source (CpcBidSource). Please also see Criteria Performance Report. -Danial, AdWords API Team. On Thursday, April 10, 2014 9:44:45 PM UTC+4,

Re: developer token

2014-04-11 Thread Danial Klimkin
Hello, Are you logged in under an MCC account? You should find the token under Gear icon on the right - Account Settings, then, AdWords API Center on the left. -Danial, AdWords API Team. On Friday, April 11, 2014 3:43:06 PM UTC+4, srav...@newtel.in wrote: Hi, I havnt found any

Re: Exclude categorieds from keywords results

2014-04-11 Thread Danial Klimkin
Hello Sada, As per the first error, you are excluding the same keyword you are looking up for. I am currently checking if multiple CategoryProductsAndServicesSearchParameters are allowed. -Danial, AdWords API Team. On Thursday, April 10, 2014 5:28:53 PM UTC+4, sada vemula wrote:

Re: OAuth2.0 : problems getting RefreshToken

2014-04-11 Thread Danial Klimkin
Hello Florio, You need an MCC account to obtain a developer token. It is not required to have managed account to be linked to that MCC. -Danial, AdWords API Team. On Thursday, April 10, 2014 6:06:38 PM UTC+4, Florio wrote: Is it necessary to have an MCC account? Il giorno giovedì 10

Re: Type for setting Ad Parameters

2014-04-11 Thread Danial Klimkin
Hello Ashish, What service are you using (is it AdParamService or MJS)? Are you using any of our client libraries? -Danial, AdWords API Team. On Thursday, April 10, 2014 6:59:49 PM UTC+4, Ashish Pathak wrote: Hi, I'm trying to upload value of keyword ad parameters in bulk. using

Re: Type for setting Ad Parameters

2014-04-11 Thread Ashish Pathak
Yes I'm using Python Adword API library, I wan't to set parameter value using bulk mutate service, So that I can change value of all parameters in one request. On Fri, Apr 11, 2014 at 6:50 PM, Danial Klimkin adwordsapiadvisor+dan...@google.com wrote: Hello Ashish, What service are you

Re: Campaign Network settings

2014-04-11 Thread Danial Klimkin
Hello, Search+ is identified by a separate boolean: displaySelect Please see this blog post for more details: http://googleadsdeveloper.blogspot.com/2014/03/changes-required-for-creating-new.html -Danial, AdWords API Team. On Friday, April 11, 2014 10:37:43 AM UTC+4, metrix...@gmail.com

Re: Type for setting Ad Parameters

2014-04-11 Thread Danial Klimkin
Hello Ashish, MutateJobService does not support AdParams at the moment. Please use AdParamService. Note, it still can except multiple (thousands) of ad params in one request. -Danial, AdWords API Team. On Friday, April 11, 2014 5:23:00 PM UTC+4, Ashish Pathak wrote: Yes I'm using Python

Re: New Google Shopping Performance Report - How to get product title

2014-04-11 Thread Mat Scales
Hi Jeremy, The performance report itself only contains the Merchant Center fields that can be used in product partitions, and title is not one of them. If you have access to the Merchant Center account then you can get the full details of a product programmatically using the Content API for

Re: .net adwords api 'Failed to get access token for service account'

2014-04-11 Thread DavM
Hi Danial I've managed to eradicate 'Failed to get access token for service account.{ error : invalid_request}}' for now by sharing the AdWordsUser object between all threads in my application. Does that mean the error can relate to throttling? Cheers David On Thursday, 10 April 2014

Shopping Performance Report - AdWords Script vs Adwords API

2014-04-11 Thread peter . lanser
Hi, I'm trying to query a Shopping Performance Report for a campaign which contains Product Listing Ads (not a shopping campaign). My AWQL query returns results when it is executed using an AdWords Script, but the same query returns an empty report when it is executed using the API (v201402).

Re: How can I test AdWords API with not activated developer token?

2014-04-11 Thread Ray Tsang (AdWords API Team)
Hi, In the INCOMPLETE_SIGNUP error guidehttps://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError, please see the second step. Thanks, Ray On Friday, April 11, 2014 1:53:56 AM UTC-4, Виталий Суворов wrote: I can't enter billing information. I'm from Russia. The

Re: RateExceededError rateName=RATE_LIMIT

2014-04-11 Thread Ray Tsang (AdWords API Team)
Jam, Please get the additional informationso that we can see the rateScope and retryAfterSeconds as well. Those are just as important as the rateName. Secondly, please provide the full request/response log. Thanks, Ray On Friday, April 11, 2014 3:51:54 AM UTC-4, Pearl Jam wrote: ...

Value Track parameters for Product Group and Product Target IDs

2014-04-11 Thread HK
Hi, This might not be the correct alias, but trying anyway as we haven't heard back from a Content API post, and it is AdWords related. We need to capture the IDs of Product Groups and Product Targets (for some time) via a Value Track parameter. We at first assumed that for Shopping

Re: Getting AdSchedule ID trouble

2014-04-11 Thread Ray Tsang (AdWords API Team)
Visar, What exactly isn't working? Is it getting an error? Or no entries were returned? Please send me the request/response log. Thanks, Ray On Friday, April 11, 2014 4:23:26 AM UTC-4, Visar wrote: Hi Guys, Language: PHP I'm trying to pull a list of AdSchedule IDs for a particular

Re: Ad Params in Reports

2014-04-11 Thread Ray Tsang (AdWords API Team)
Ori, This is not available at the moment. Thanks, Ray On Wednesday, April 9, 2014 2:34:47 PM UTC-4, Ori Arditi wrote: Hi Takeshi Are there any updates on this? Is there any progress regarding this issue? Will the recently released AWQL be able to help there? Thanks On Tuesday,

displaySelect set to true for Seach Only

2014-04-11 Thread HK
Hi, I'm seeing something unexpected with displaySelect and wanted to see if there is an explanation for it. Using the AdWords UI, I create a Search Only (standard) campaign. Then looking at the campaign via the v201402 API, displaySelect is set to true. I expected it to be false. (In

Re: Getting Flexible Bid Strategies from a keyword performance report

2014-04-11 Thread brett . koenig
We are able to set the bidding strategy at the keyword level through the Adwords web UI and through the API. See the image below. All of those bidding strategies were set through the API.

Re: Strange invalid grant errors using OAuth2

2014-04-11 Thread Ray Tsang (AdWords API Team)
Damir, That insight certainly helped me! How many production servers do you have and how many of those are affected? When you mentioned ok on other servers - what are those other servers? Lastly, please double check the system time on the affected servers vs the other servers and making

Re: Strange invalid grant errors using OAuth2

2014-04-11 Thread Damir Abdullin
Ray, Our main production server (running linux) is the only one affected by this issue. The other servers - one of those is just my own laptop J and the second one is a company's local linux server. I'm CCing our IT team this thread. We'll check system times and TZs settings and let you know

CustomerSyncService - TOO_MANY_CHANGES

2014-04-11 Thread Gopi
We have 1000s of campaigns, we group campaigns keys and try to retrieve the campaign change data for group of campaign keys and process the change data. If one campaign has TOO MANY CHANGES, the entire API fails and we end up making multiple api calls to find out the change data for these