Re: Querying multiple date ranges

2013-02-20 Thread Danial Klimkin
Hi Alex, If you want to compare every month of the year to the same month of the previous year, it *may be* more effective to pull data for both years rather than doing 24 requests. Otherwise, there is no way to request data for Jan 2012 and Jan 2013 in the same request. You may also want to

I am waiting more than 1 week for token review, please help !

2013-02-20 Thread pagescrape
dear I am waiting more than 1 week for token review, please give me some reply . thx. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Display Network Criteria Tracking

2013-02-20 Thread Grace Chu
HI Danial, Thanks for replying to my question. In the above scenario: Do you mean the 'Managed' placements' destination URL will be served? If a Display Network enabled ad group does not have Managed placements, but an AUTO placement is getting credit, what destination URL does that click go

Re: Display Network Destination URLs - which is served?

2013-02-20 Thread Grace Chu
Hi Oliver, Thanks for replying to my question. Actually, in the Adwords UI, there is a Destination URL for all of these criteria: - display keyword - managed placement - topics - audiences - age - gender On Tuesday, February 19, 2013 4:00:52 AM UTC-5, Oliver wrote: I am not sure you can

adwords api calls for MRF on campaign reporting

2013-02-20 Thread iainc
in order to meet the MRF for adwords campaign reporting, we have been looking for the appropriate API calls we cannot identify the following adwords campaign reporting api calls for: - Device e.g. desktop - Click Type e.g. site link - Conversion Rate (is there a call for this or

Re: Can anyone say whether this is a ClientLogin error or something else??

2013-02-20 Thread Adam Smith
I checked OpenSSL and I'm using the latest version of the API. What would be another thing to check when getting this error? Thanks! Adam On Tuesday, January 15, 2013 11:49:21 AM UTC-5, Paul Matthews (AdWords API Team) wrote: Hi Sagar, One thing to check is that you've enabled

Required functional requirement

2013-02-20 Thread para para
May I ask you about section III, (3), f of AdWords API terms of use. There is a mention below; It is necessary for all API clients to show the function to understand in a list of RMF at least Do we have to show the essential function on the tool screen to operate? -- --

Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-20 Thread Bogdan S
Thanks Danial, The proximity criterion requires a geo point. For a geo point I need lat,long coordinates, which I can only get by using a GeoLocationService and passing in an Address. When I pass in an Address with only a City,CountryCode values, I get back a InvalidGeoLocation, meaning I

Re: Radius targeting around a city - GeoLocationService vs CampaignCriterion Location

2013-02-20 Thread Danial Klimkin
Hello Bogdan, Understood. This is not possible within the current API but I will log this as a feature request. -Danial, AdWords API Team. On Wednesday, February 20, 2013 1:46:45 PM UTC+4, Bogdan S wrote: Thanks Danial, The proximity criterion requires a geo point. For a geo point I

Re: Display Network Criteria Tracking

2013-02-20 Thread Danial Klimkin
Hello Grace, See this article on the bids ordering: http://support.google.com/adwords/answer/2580293 Please contact AdWords support for more details as this is out of scope for the API Team: http://support.google.com/adwords/ -Danial, AdWords API Team. On Tuesday, February 19, 2013

Adwords API is still pending after 13months

2013-02-20 Thread andy
I've emailed the Adwords API team on a number of occasions, most recently on the: 12th Feb 14th Feb 18th Feb I was in contact with a David Torres (he contacted me on the 11th Feb) but he seems to have dropped of the face of the earth. I really need API access in order to properly realise my

Re: Adwords API is still pending after 13months

2013-02-20 Thread Danial Klimkin
Hello, Did you contact the tokens review team via adwordsapi-tok...@google.com ? Please let me know your MCC CID. -Danial, AdWords API Team. On Wednesday, February 20, 2013 2:46:00 PM UTC+4, an...@mediabandit.co.uk wrote: I've emailed the Adwords API team on a number of occasions, most

Re: Can anyone say whether this is a ClientLogin error or something else??

2013-02-20 Thread Paul Matthews (AdWords API Team)
Hi Adam, Can you try and make a get request to the wsdl from your server? Either using a throw-away php script or a cli tool (like wget)? Cheers, Paul. On Tuesday, 19 February 2013 21:33:51 UTC, Adam Smith wrote: I checked OpenSSL and I'm using the latest version of the API. What would

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread cristi mihailescu
Hi Kevin, Any chance for a solution for the above error message: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE ? In the attached file you can find the SOPA request / response for this API call. The complete response looks like this: soap:Fault faultcodesoap:Server/faultcode

Re: Adwords API is still pending after 13months

2013-02-20 Thread andy
Hi Daniel, AS i mentioned in the original post i've already emailed them on multiple occasions. I've just double checked my email and i've also sent the following emails to the api-tokens team 17th Feb 2012 - FW: Fwd: [#962583577] ACTION REQUIRED: Your AdWords API Developer Token 25th Jan

Re: Campaign ID from AdGroupCriterionService

2013-02-20 Thread Danial Klimkin
Hello, No, but you can check out the Criteria report instead: https://developers.google.com/adwords/api/docs/appendix/reports#criteria -Danial, AdWords API Team. On Monday, February 18, 2013 9:48:18 PM UTC+4, dominik...@jestadigital.com wrote: Hi, Is there a way to pull CampaignId

Re: Adwords API is still pending after 13months

2013-02-20 Thread andy
Hi Daniel, I'd like to email you the MCC-CID can you please let me know where i should send it too? Thanks Andy On Wednesday, February 20, 2013 11:03:32 AM UTC, an...@mediabandit.co.uk wrote: Hi Daniel, AS i mentioned in the original post i've already emailed them on multiple

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE on a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
Hi Cristi, It appears that this ad template has been deprecated (to prevent it being created anymore). We'll be updating the documentation to reflect this. - Kevin Winter AdWords API Team On Wednesday, February 13, 2013 5:04:28 PM UTC-5, Kevin Winter (AdWords API Team) wrote: Hi Cristi,

Re: Querying multiple date ranges

2013-02-20 Thread Alex Coventry
Thanks, Danial. Yes, I've been looking at doing parallel reports. On Wednesday, February 20, 2013 5:26:58 AM UTC-5, Danial Klimkin wrote: Hi Alex, If you want to compare every month of the year to the same month of the previous year, it *may be* more effective to pull data for both years

Is it possible to set a negative keyword using the AdGroupCriterionService?

2013-02-20 Thread Alan Coleman
Hello everyone, I'd like to set a negative keyword in an adgroup. Can I do this using the AdGroupCriterionService? If so where do I set the field to negative? I've been reading through the NegativeAdGroupCriterion but the documentation indicates that criterionUse NEGATIVE is read only.

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
Hi Cristi, I responded in your other threadhttps://groups.google.com/d/msg/adwords-api/ORYwDBvqWIE/oavtonK4E68J that this template has been deprecated and we'll update the documentation to reflect this. - Kevin Winter AdWords API Team On Wednesday, February 20, 2013 6:00:59 AM UTC-5,

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE on a TestAccount

2013-02-20 Thread cristi mihailescu
Hi Kevin, I see, this templateId ( = 190 ) is now obsolete. This means we cannot publish an Ad that contains both Image Text using the API, right? Thank you. Cristi miercuri, 20 februarie 2013, 16:02:52 UTC+2, Kevin Winter (AdWords API Team) a scris: Hi Cristi, It appears that this

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread cristi mihailescu
Hi Kevin, Sorry for the double posting and thanks for your response. I posted a questionhttps://groups.google.com/d/msg/adwords-api/ORYwDBvqWIE/lbcv2YLeJEcJon the other thread regarding Image Text Ads, if you can reply. Thank you. Cristi miercuri, 20 februarie 2013, 20:29:54 UTC+2, Kevin

Re: Fault occurred while processing when trying to add campaigns

2013-02-20 Thread David Torres
Hi Timo, I see two emails associated to your MCC, one of them is set as read-only. If you are using that hotmail one that is reason of the error. Best, - David Torres - AdWords API Team On Monday, February 18, 2013 6:41:33 AM UTC-5, Timo Aarnio wrote: Hi, It seems the person controlling

Re: Is it possible to set a negative keyword using the AdGroupCriterionService?

2013-02-20 Thread Oliver
Here is a sample code in Java. Basically, you don't need to set NEGATIVE explicitly since by creating a NegativeAdGroupCriterion you're effectively saying it's a negative keyword: Keyword keyword = new Keyword(); keyword.setText(.); keyword.setMatchType(..);

Re: Ad disapproval reasons are null in v200909

2013-02-20 Thread David Torres
Hi John, The reason is because trademark disapprovals don't have disapprovalReasons. Best, - David Torres - AdWords API Team On Wednesday, February 13, 2013 5:33:59 PM UTC-5, John Lister wrote: Full soap log as can't attach anything - sorry John *** 2013-02-13 22:25:28,729

Re: Display Network Destination URLs - which is served?

2013-02-20 Thread Oliver
hmmm interesting. If Destination URLs can be added through the web interface it must be hidden very well. I can not find it at all. I know there is a column for it, but how do you actually define it for e.g. a keyword? I can see the Editor supports Destination URLs for some criteria, but

Re: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE on a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
Hi Cristi, Not with this template, no. According to the description A template to create a search ad specifically for Google Images that includes both text and an image. and the fact that I can't find any other documentation on it, I'm assuming the format of advertising on google images has

AdGroup Stats Missing

2013-02-20 Thread Sam Rastin
One of my clients shows adgroup stats for their product listing ads for every day in January when viewed in the adwords.google.com, however when using the API the 27th and 28th return zero values while other days return numbers matching the web interface. I've contacted general AdWords support