API support?

2014-06-25 Thread Karolis S.
Hi, I have issue with Adwords API. I am using "Ad Parameters" (param1 and param2) in my text ads, but they are being updated for more then two weeks.. My script works normally. Logs shows OK as responses from Google API, but I still see very old values in param1 and param2.. How I should conta

Re: Internal server error in CampaignCriterionService

2014-06-25 Thread Andreas Weber
Hi Ray, when I increase the maximum results and set the start index to 0 the error occurs also. I think the error relates to a really big result set. Thanks, Andy > > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; > > >> xmlns:ns1="https://adwords.google.com/

Re: Redirect traffic to relevant landingpage based on search terms

2014-06-25 Thread Bjorn
valuetrack only gives the option to show the keyword which only shows the specific keyword you've added in you're AdWords account. I want to redirect traffic based on search terms (not keyword) that I havent added to our AdWords account. Is it possible with valuetrack to show the actual keyword

Re: Redirect traffic to relevant landingpage based on search terms

2014-06-25 Thread Bjorn
Ray, valuetrack only gives me the option to show the keyword I've added in our AdWords account. I want to redirect traffic based on search terms (not keywords) that I havent added to our AdWords account. Is it possible with valuetrack to show the actual keyword the user used in Google and not t

Re: Creating a MCC test account.

2014-06-25 Thread H
Hi Josh Sadly that's the problem :-( We used to have an approved developer token from our application back in 2012, but it was later removed (probably because we stopped work on our app and so stopped using the API for over well over 12 months). We now have time/funds to continue development,

Repeated InternalApiError.UNEXPECTED_INTERNAL_API_ERROR since last night

2014-06-25 Thread joel
Looks like our calls against the AdGroupCriterionService are failing frequently with InternalApiError.UNEXPECTED_INTERNAL_API_ERROR for about the past 8 hours (since 11pm eastern time). Are there any known issues with this service? Joel -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Feed items through CustomerFeedService

2014-06-25 Thread techpoint . 2015
Hi, We have used CustomerFeedService to get all feeds from client account. But it returns only Location and Review feeds i.e. Placehoder type 7 & 8. The client account has Sitelink Feeds associated with campaigns but still not returning through Customer FeedService. CampaignFeedService returns

Re: Testing and

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello, You should be able to fetch existing AdParams by using a get call on the AdParamService . You can filter on the CriterionId to fetch ad params for a specific keyword or group of keywords. Make sure you gra

Re: Issues with adding production partition in shopping campaign with API

2014-06-25 Thread aroxotest18
Hi josh, Thank you for Your great effort my questions . Two needs Again: 1. Add Product with Exisitng Product Partition createSubdivision(ProductPartition $parent = null,ProductDimension $value = null) ; [0] => BiddableAdGroupCriterion Object ( [userStatus

Re: Feed items through CustomerFeedService

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello, To get feeds associated with a campaign, you will need to use the CampaignFeedService as you mentioned. The CustomerFeedService will only return feeds that are set up at a customer level. If you want to see both, you will need to make separate calls to each service. Regards, Mike, AdWor

AWQL DateRangeTypes

2014-06-25 Thread René Simon
Hi there, I can't find a list of all DateRangeTypes. Here I mean the textual once. There are: YESTERDAY, LAST_7_DAYS. And CUSTOM_DATE and ALL_TIME are not supported. So please point me to the full list of supported or existing textual DateRangeTypes in AWQL. Thanks a lot. -- -- =~=~=~=~=~=~

How many tokens are needed to retreive search volumes from Adwords API

2014-06-25 Thread Michel
Hi, I would like to use the API to retreive search volumes. Many topics are describing this clearly already. The only thing I am not clear about is what the pricing is for this. So how much do I pay to retreive ONLY search volumes? It will be used for many clients so I am looking for an answe

Adwords Snippet for productspezifische Data Ecommerce

2014-06-25 Thread Alexander Lemmert
We tryed to create the code snipped for our checkout site, to see also the conversions at adwords. We changed also the code like: /*

What is the ID for "Amount Spent"

2014-06-25 Thread Crystal
I need to know the exact ID name for "Amount Spent" I went here: https://developers.google.com/adwords/api/docs/appendix/reports and couldn't find it. I need someone to provide me with the ID name (not the URL for reference) to get the data from AdWords. Thanks! -- -- =~=~=~=~=~=~=~=~

Search volume collection pricing

2014-06-25 Thread Michel
Hi, I struggle finding the right information regarding the collection of search volumes. There is plenty of information from a dev point of view, but I can't find information regarding pricing. I want to collect search volumes for large amounts of keywords for many clients. I suspect this will

Re: AWQL DateRangeTypes

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello, It doesn't look like we've published this anywhere, which is an unfortunate oversight. I'm going to try to get the developers site updated with this list for future reference, because it is important to expose. For now, you can try referencing the enumeration from our Java client librar

Re: Semantics of the Status field on AdGroups and AdGroupCriterions

2014-06-25 Thread Dan
Hi Danial, Does that mean I have to use the ReportDownloader API, instead of the AdGroupService and AdGroupCriterionService? Is it true that the ReportDownloader could return data that is a few hours old, whereas AdGroupService and AdGroupCriterionService will always return up to date data (e.

Re: How many tokens are needed to retreive search volumes from Adwords API

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello Michel, Usage of the AdWords API is free if your developer token is approved. You can read more about this and our legacy pricing on our rate sheet . If you are talking about collecting search volume stats from the TrafficEstimato

Re: What is the ID for "Amount Spent"

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello, In our various performance reports, I believe the column that most closely corresponds to what you're asking for is Cost. If this is not what you wanted, please give me more information about what kind of report you're running and what kind of information you are looking to get. Regards

Re: API support?

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello, You can post on this forum for support, just like you have been. The information you need to supply is going to depend on what issue you're facing. Do not post any secure information in the forum, however. This includes things like developer token, refresh token, access token, client se

Re: Testing and

2014-06-25 Thread Karolis S.
Hello Michael, As I mentioned in other thread, we have issue with and . It seems something got stuck in Adwords engine, because we are daily updating these params with our script, but when previewing in search (live) I see old param values that were set on 2014-05-09 .. from that date, param1

Re: Semantics of the Status field on AdGroups and AdGroupCriterions

2014-06-25 Thread Danial Klimkin
Hello Dan, For this particular case, yes. It is easy to fetch all the IDs you want with a report and then process then as you need to. No, report data is as up to date as services and UI. Only stats can be delayed (though stats are not available in services and also delayed in the UI). -Dan

Re: Repeated InternalApiError.UNEXPECTED_INTERNAL_API_ERROR since last night

2014-06-25 Thread Danial Klimkin
Hello Joel, Please send me full XML request code and full server response *over email* ("Reply to author" on the right). -Danial, AdWords API Team. On Wednesday, June 25, 2014 4:00:50 PM UTC+4, joel wrote: > > Looks like our calls against the AdGroupCriterionService are failing > frequently

Re: Testing and

2014-06-25 Thread Michael Cloonan (AdWords API Team)
Hello, Have you ever successfully updated the ad params since you initially created them? Please provide an example SOAP request and response from when you are trying to update the ad parameters. You can either sanitize it (remove your personal information) or respond to me privately by choosi

Re: conversions in shopping performance report

2014-06-25 Thread CFJ
+1 for requesting Device as an available field in either the Shopping Performance Report or the Product Partition Report On Wednesday, June 18, 2014 5:33:23 PM UTC-4, GregT wrote: > Thanks, Ray. > > Also, I meant to mention that if it'd be possible to add Device to the > report (it's not

Re: conversions in shopping performance report

2014-06-25 Thread Ray Tsang (AdWords API Team)
Hi guys, I'll also inquire about the Device field as well. Thanks, Ray On Wednesday, June 25, 2014 1:32:45 PM UTC-7, CFJ wrote: > > +1 for requesting Device as an available field in either the Shopping > Performance Report or the Product Partition Report > > > > > On Wednesday, June 18,

Re: Internal server error in CampaignCriterionService

2014-06-25 Thread Ray Tsang (AdWords API Team)
Andreas, Thanks for the clarification. Could I also trouble you to send me the customer Id and campaign Id in private? Cheers, Ray On Wednesday, June 25, 2014 2:03:50 AM UTC-7, Andreas Weber wrote: > > Hi Ray, > > when I increase the maximum results and set the start index to 0 the error > o

Re: Redirect traffic to relevant landingpage based on search terms

2014-06-25 Thread Ray Tsang (AdWords API Team)
Bjorn, Unfortunately it isn't available if it's not in the valuetrack documentation. Thanks, Ray On Wednesday, June 25, 2014 2:18:33 AM UTC-7, Bjorn wrote: > > Ray, > > valuetrack only gives me the option to show the keyword I've added in our > AdWords account. I want to redirect traffic bas