Can I relate 2 different feeds to an AdGroup for text sitelinks?

2014-04-16 Thread Paris Theofanidis
Hi, we're using the API to automatically generate and update our sitelinks. However in some cases our SEM experts want to add/edit sitelinks directly from the AdWords tool. So, my questions are 1. Can I relate two Feeds on an AdGroup for sitelinks placeholder? 2. If an AdGroup already has

Re: Can I relate 2 different feeds to an AdGroup for text sitelinks?

2014-04-16 Thread Paris Theofanidis
Answer to first question is NO! An AdGroup cannot be associated to 2 different Feeds at the same time! Still looking for the answer to the second question... any indication would be appreciated. On Wednesday, 16 April 2014 12:06:34 UTC+2, Paris Theofanidis wrote: > > Hi, we're using the API to

Question about Paging

2014-04-16 Thread Visar
Hi Guys, I just had a question about paging. When performing a get operation, is there any reason to use paging and advance the paging index, i.e. is there any reason I should not be directly looping through the results like this: $page = $campaignCriterionService->get($selector); foreach ($pag

Re: Can I modify the target URL of an ad programmatically?

2014-04-16 Thread Zweitze
Is this behavior new? Previously (for >8 years) you could only update the ad status, and this is also mentioned in the docs. To achieve the behavior, you should delete the ad, and create a similar ad with the new destination URL. Note that you loose the statistics of the original ad - so if we

Re: AdHoc Reports and API connection issues: 'The remote server returned an error: (400) Bad Request' and 'An existing connection was forcibly closed by the remote host'. Quota problem?

2014-04-16 Thread Zweitze
I understand that you use .NET. When you get a WebException with HTTP 400, do download the response: take WebException.Response, cast it to HttpWebResponse, then call it's GetResponseStream() method. You will find some XML with more info on the problem with the request. My guess: your code fail

KEYWORDS_PERFORMANCE_REPORT Incorrect Data

2014-04-16 Thread lasha
Hello I'm trying to get YESTERDAY's keyword performance data. When ever I use selector and specify campaigns I want to get data from it provides correct data. But when I remove selector and trying to get all yesterdays performance the data I receive is incorrect. Any clue what can be wrong?

Re: ETA on AdGroup Platform Target Report?

2014-04-16 Thread Alex
We need this too. Hopefully it will make it in the next API-version. Am Freitag, 24. Januar 2014 11:01:55 UTC+1 schrieb Danial Klimkin: > > Hello Matt, > > > Unfortunately we can't commit on any feature or timeline before an actual > release. I'll make sure this feature request is logged though.

aw-reporting configuration - log4j/slf4j errors

2014-04-16 Thread Thibault Quillard
Hi everyone, I am quite new to the AW API world and wanted to use the github project AW-Reporting to pull the data in my own database. However, running the project gives me 3 mistakes : 1) No appenders could be found for logger / Please initialize log4j properly 2) Failed to load class "org.s

Re: KEYWORDS_PERFORMANCE_REPORT Incorrect Data

2014-04-16 Thread lasha
Resolved. Problem was on my side. Duplicate Keyword ID. I was not aware that same keyword may have same ID in different ad groups. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+Googl

Re: AdHoc Reports and API connection issues: 'The remote server returned an error: (400) Bad Request' and 'An existing connection was forcibly closed by the remote host'. Quota problem?

2014-04-16 Thread Brett Rogers
Hah, funny you should mention that Zweitze - that's exactly what I found last night. The AdWords .NET library dev responded in private, offering to help me with my issue. He suggested I enable .NET tracing to log the raw HTTP requests. Once I did that, I found an XML response in the trace file

Re: CustomerSyncService - TOO_MANY_CHANGES

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi Gopi, Unfortunately, I do not believe there is such a way to identify which specific campaign is causing the issue. The documentation for this errorhas some suggestions on workaround when

Re: CustomerSyncService - TOO_MANY_CHANGES

2014-04-16 Thread Gopi
Mike, Thanks for conforming this. The work around looks good if we are trying to get the changes for a single campaign. Where are a bulk of campaign ids, its not a feasible solution. Thanks Gopi On Wednesday, April 16, 2014 12:06:17 PM UTC-7, Michael Cloonan (AdWords API Team) wrote: >

Re: IP Blocking via API Issue

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi, I was also able to reproduce this, despite the documentation saying that these masks should be accepted. I'm going to file a bug for this so we can investigate further. I will update this thread when I hear more information. Regards, Mike, AdWords API Advisor On Monday, April 14, 2014 3:21

Re: Can anyone add some details to the READ_ONLY error?

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi, You can read more about the ReadOnlyErrorin the documentation. This error can be returned from myriad different services. It means that you attempted to put a value in a read-only field, which is

Re: Couldn't get an Access Token

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi, Have you made sure that you set up an installed application in the Google Developer Console, rather than a web application? This should hopefully resolve the issue you are seeing. Regards, Mike, AdWords API Advisor On Tuesday, April 15, 2014 6:23:53 AM UTC-4, İbrahim Öztürkcan wrote: > > I

Re: Campaign Service Proper Filter Setting with .NET Client Library?

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi, Yes, the proper way to request information from a child account of the MCC is to specify the clientCustomerId header in the SOAP request. You cannot make requests to get all campaigns within all child accounts of the MCC at once; each individual request will only be for a single child accou

Re: AdWordsService.v201402.CampaignService Fail to Enumerate Some Campaigns

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi, I do not believe this error message has anything to do with specific campaigns. Rather, it's an issue with the access token you're using to make the request. Access tokens are only valid for a short amount of time, so if you're enumerating enough things there's a chance the one you generate

Re: Can I modify the target URL of an ad programmatically?

2014-04-16 Thread Michael Cloonan (AdWords API Team)
Hi, It appears you're correct; ads are indeed immutable. I'm sorry for the misinformation. I'm going to try to improve the documentation in the WSDL so that I (and hopefully others) don't make the same mistake again. Regards, Mike, AdWords API Advisor On Wednesday, April 16, 2014 7:34:01 AM UT

Define authintication programatically

2014-04-16 Thread DanielR
Hello experts, I was asked to set up a system for an agency that provides AdWords management services to other businesses. The main webapplication needs to show all sort of statistics and processed data according to the customers preferences, from the agency's DB and Google AdWords as well. In

Re: Can anyone add some details to the READ_ONLY error?

2014-04-16 Thread ignacio . navas . kaufda
Hello Alan, I do have a similar problem with the API: while trying to upload AdGroups, Keywords and Text Ads to our existing campaings we receive this so called REadOnlyError.READ_ONLY. It would be helpful if someone from the Google Team could help us with this problem, or if you found the s

Ruby: AdsCommon::Errors::OAuth2VerificationRequired: AdsCommon::Errors::OAuth2VerificationRequired

2014-04-16 Thread leandro . marcucci
Ive been following this guide: https://code.google.com/p/google-api-ads-ruby/wiki/AdWordsReadme and I get this exception when trying to communicate with the API. Any hints on why is this happening? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

Re: Value Track parameters for Product Group and Product Target IDs

2014-04-16 Thread Thor Hanks
Note, for future reference, this has now been answered in the Content API forum: https://groups.google.com/forum/#!topic/google-content-api-for-shopping/OhJykaWnzIE *"Both parameters refer to the same thing, the CriterionId of either the Product (for PLA) or ProductPartition (for Shopping campa

THIS ERROR IS KILLING ME [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-04-16 Thread Hossein Hessami
but when we call the API for the test account we receive the following error. An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] we have followed a list of google documentation and we have checked so many different forums to solve this issue I have a Developer

Adwords API için neler gereklidir ? Hangi aşamalar izlenmelidir?

2014-04-16 Thread Sinan Yalcinkaya
Öncelikle cevap verecek olan tüm geliştiricilere şimdiden teşekkürederim. Yeni bir Google Adwords Partneriyiz ve müşteri merkezimizde aktif destek verdiğimiz firmalar mevcut. İstediğimiz Adwords Api ile müşteri merkezimize bağlanarak kendi yazılımımız geliştirmek ancak bir , iki aşamadan sonra

MCC Account access

2014-04-16 Thread DanielR
Hello experts, I was asked to develop a system for an agency that manage AdWords accounts for other businesses, One of the requirements of this system is the ability to control what interests it's clients and what don't (in real time, from Google). For example: if one client doesn't want to view

AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2014-04-16 Thread Sandeep Gupta
HI This is Sandeep here, i am trying to integrate Google Adword API to utilize it better way, but i am getting below error. faultString: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:''] i have generated CLient ID, Client secret and Refresh token and added these values in ads.prop

invalid_client error while tried to fetch through ManagedCustomerService

2014-04-16 Thread degreeleapmcc
Hi - Previously i was using v201306 API (Now its expire) which was working fine, but after v201402 when i tried to fetch through ManagedCustomerService, I am getting Invalid_Client, Bad request error. Any guesses why? Please also confirm what is userAgent, and form where we can confirm its

TargetingIdeaService LocationSearchParameter: which cities are supported?

2014-04-16 Thread Jan Brdo
How can I determine which cities (their CriteriaID) I can use for LocationSearchParameter in TargetingIdeaService (STATS requestType)? The documentation is awfully vague on this: "Warning: Not all back-ends support sub-country precision." (https://developers.google.com/adwords/api/docs/reference

Re: Dynamic GeoTargeting

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, Rather than updating an existing CampaignCriterion have you tried deleting the existing one and adding a new CampaignCriterion with the new Location? Cheers, Josh, AdWords API Team On Tuesday, April 15, 2014 2:35:56 PM UTC-4, ZekeZ wrote: > > > > On Tuesday, April 15, 2014 10:09:02 AM UTC-4

Re: Date Issues Persist After Setting php.ini Timezone

2014-04-16 Thread Ray Tsang
Benjamin, What do you see when you do `php -i | grep timezone`? Also, where is the php.ini located? Can you run `php -i | grep php\.ini` to make sure it's in the correct path? Thanks, Ray On Saturday, April 12, 2014 6:31:04 PM UTC-4, Benjamin Page wrote: > > Hey Ray, > > Thanks for your respo

Re: Creating and Editing Video Campaigns via the API

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, As mentioned in a separate thread, the API does not support creating or editing AdWords for Video campaigns at this time. Cheers, Josh, AdWords API Team On Monday, April 14, 2014 3:38:16 PM UTC-4, Ricky Williams wrote:

Re: Targeting Idea Service Search Volume Parameter Unit

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, The SearchVolumeSearchParameter (and related AttributeType.SEARCH_VOLUME) refers to average monthly search volume. I'm looking into the SearchVolumeDeltaSearchParameter

Re: Offline Conversion: only 2/3 of uploaded data appear in Adwords

2014-04-16 Thread Ray Tsang (AdWords API Team)
Steve, What is the timezone used in the timestamp? Is it the timezone of the AW account, or the timezone of where the click took place? Thanks, Ray On Monday, April 14, 2014 3:03:58 PM UTC-4, Nypo77 wrote: > > Hi! > > Thanks for the reply and sorry for the delayed answer. > > This is a real e

Re: Dynamically GeoTarget Campaigns

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi ZekeZ, How are you attempting to do step 4 in your list? You can remove CampaignCriterion objects by passing a collection of CampaignCriterionOperations to CampaignCriterionService.mutate with operand = the CampaignCriterion and operator = REMOVE. I just confirmed this with one of my test

Re: Question about Paging

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi Visar, You would want to advance the paging index if the number of entries in the underlying result set will exceed the page size or the system limit of 10,000 results per page. For example, if you have a page size of 50 but you have 100 campaigns, then a request with startIndex = 0 and pag

Re: aw-reporting configuration - log4j/slf4j errors

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, The logging issues (1 and 2) should be non-fatal. Am I correct in assuming that the process continues after you see those messages? The Aw Reporting project uses SLF4J , a logging facade that allows you to use whichever underlying logging framework you prefe

Re: Define authintication programatically

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi Daniel, If I'm understanding your question properly, it sounds like you are looking for a way to have a *single* set of credentials that you can use to issue API requests against all of the individual AdWords accounts you are managing. If so, then you can achieve this by using OAuth credent

Re: THIS ERROR IS KILLING ME [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, We recently added details on the INCOMPLETE_SIGNUP error to our "Common Errors" documentation: https://developers.google.com/adwords/api/docs/common-errors#QuotaCheckError If the tips listed there do not resolve the issue for you, please send the developer token and customer ID you have in

Re: Ruby: AdsCommon::Errors::OAuth2VerificationRequired: AdsCommon::Errors::OAuth2VerificationRequired

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, We moved all of our client libraries to github several months ago. Please check out our google-api-ads-ruby project for the most up-to-date information. In particular, the AdWords Readme

Re: Can I relate 2 different feeds to an AdGroup for text sitelinks?

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding question 2: If an AdGroup already has sitelinks attached from FeedA but not sitelinks > from FeedB. Should I ADD or SET the operations of FeedB Since you can have only one AdGroupFeed per AdGroup, and a single feedId is an attribute of AdGroupFeed

Re: MCC Account access

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi Daniel, This looks like a duplicate of your other post, where I recently posted a reply. If you have further questions let's continue the discussion on that post. Thanks, Josh, AdWords API Team On Wednesday, April 16, 2

Re: One Feed, One Campaign, 2 CampaignFeed placeholdertypes

2014-04-16 Thread Josh Radcliff (AdWords API Team)
Hi, You can only have one CampaignFeed per campaign/feed combination -- the placeholder type list on each CampaignFeed is not part of the unique key for those objects. You can create a single CampaignFeed with multiple placeholder types and a matching function containing all of the feed item I

Re: AdWordsService.v201402.CampaignService Fail to Enumerate Some Campaigns

2014-04-16 Thread apiapi
Hi Mike. The error appears consistently for the same campaigns. I cannot tell which campaigns are exactly causing a problem, I will have to trap the name/id of the item before and after the error/Exception occurs and then debug from there. Between 3 accounts I successfully acquire info from 2,93

v201402 Unable to Find Stats

2014-04-16 Thread apiapi
I need to obtain the following statistics for ads/keywords within an AdGroup: AverageCpc AveragePosition Clicks Ctr Impressions Status However, I cannot find those stats bits in the v201402 service hierarchy. I found some documentation on the v201306 version which is no longer useful. Please h

v201402 Unable to Find Stats for Keywords / Ads

2014-04-16 Thread apiapi
I need to obtain the following statistics for ads/keywords within an AdGroup: AverageCpc AveragePosition Clicks Ctr Impressions Status However, I cannot find those stats bits in the v201402 service hierarchy. I found some documentation on the v201306 version which is no longer useful. Please h

Re: Can I relate 2 different feeds to an AdGroup for text sitelinks?

2014-04-16 Thread Paris Theofanidis
Hi Josh, Thanks for your clarification in my questions. Regarding the SOAP exceptions, we are using the PHP library provided by google. To my knowledge there's only the ErrorUtils class available which does the job, but I was hoping if there's something a bit more concrete. On Wednesday, 16 Ap