Re: Are ifpla and ifpe value track parameters limited to adwords_redirect?

2012-08-31 Thread HK
I'll provide an example in case that clarifies things. So the question is if I can submit this: param1=ab{ifpe:c} Here, if the click occurs on a PE ad, I get 'param1=abc' back, otherwise 'param1=ab'. Thanks, Hans On Thursday, August 30, 2012 8:07:57 PM UTC-7, HK wrote: > > Hi, > > Does anyo

Re: Cannot get, or add ProductAdExtensions

2012-08-31 Thread David Torres
Hi, No ProductExtensions can't be added via the API yet. Best, -David Torres - AdWords API Team On Monday, August 27, 2012 11:16:32 AM UTC-4, Glyph wrote: > > The docs for 201206 make it appear that you can add ProductAdExtension to > a campaign via the campaignextension server. > Can anyone c

Re: No documentation for upgrade existing Oauth1.0a auth tokens to new oauth 2.0 tokens

2012-08-31 Thread David Torres
Hi, No it is not possible to upgrade OAuth1.0a token to OAuth2. Unfortunately you'll have to require users authorization to get OAuth2 tokens. Best, -David Torres - AdWords API Team On Tuesday, August 28, 2012 12:44:36 PM UTC-4, Chirag wrote: > > Hello , > I have almost 10 accounts whose verif

Re: Campaign with Product Listing Ads

2012-08-31 Thread David Torres
Hi, You are right that is currently the only way to do it via the API. Best, -David Torres - AdWords API Team On Tuesday, August 28, 2012 11:45:09 AM UTC-4, rkk wrote: > > Hi, > > What is the best way to find out whether given campaign is opted for > Product Listing Ads? > Shall I iterate thro

Re: CustomerSyncService not returning all changes

2012-08-31 Thread David Torres
Hi Thomas, This is on purpose, the customersyncservice will report only the changes at the highest granularity level - this case the ad group change - within the given a date time range. Best, -David Torres - AdWords API Team On Tuesday, August 28, 2012 8:04:03 AM UTC-4, Thomas wrote: > > Hel

Re: keyword performance report for display network

2012-08-31 Thread David Torres
Hi, The keywords performance report is only suitable for search campaigns, though you should be able to get a special 300 keyword id in them for display campaign that basically summarizes all stats for display keywords. Best, -David Torres - AdWords API Team On Tuesday, August 28, 2012 12

Re: Blank CriteriaParameters in URL Performance Report

2012-08-31 Thread David Torres
Hi Greg, Some of those blanks are also for verticals, I'm investigating with me team to figure out why they are not been reported. Best, -David On Tuesday, August 28, 2012 4:09:01 PM UTC-4, GregT wrote: > > Hi, David. > > Here's the report definition XML: > > AdGroupIdAdGroupNameAverageCpcCamp

Re: ALL_TIME not supported by AWQL?

2012-08-31 Thread Oliver
Maybe I should read the documentation properly first :-) I just found a note on the above page confirming the issue: >> Note: The DateRangeTypes ALL_TIME and CUSTOM_DATE are *NOT* supported. We started migrating our code to using AWQL as it results in much less code, fewer bugs and easier maint

RMF & ConverstionTrackerService

2012-08-31 Thread Ace
Hi, I'm not sure what is needed for the RMF for the dev. key for adwords API - regarding *ConverstionTrackerService* ? If I understand correctly the API allows me to generate the snipplet of code to be inserted to the HTML pages (like in AddConversion.java) so what do I need to demonstrate the

Re: Is this the right way of getting the Timezone?

2012-08-31 Thread Oliver
Thanks. The offset value I get for a city like 'Sydney' is something like 7200. I'll get my developer to look into this class in more details to see if we can work it out. On Friday, August 31, 2012 1:47:44 PM UTC+1, Stefan Podkowinski wrote: > > Why not just use the java.util.TimeZone cla

Adwords Scripts with Adwords API

2012-08-31 Thread Kai steudten
Hello, i have a web application in which i use the adwords api to communicate with my adwords account. Is it possible to communicate through the adwords api with adwords scripts? For example to import parameters with adwords api to adwords scripts to have a dynamic javascript with placeholders

Re: Is this the right way of getting the Timezone?

2012-08-31 Thread Stefan Podkowinski
Why not just use the java.util.TimeZone class to calculate the gmt offset? TimeZone timeZoneDE = TimeZone.getTimeZone("Europe/London"); int utcoffset = timeZoneDE.getRawOffset(); -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: some CampaignCriterion is empty

2012-08-31 Thread Jonathan Doire
Any person can help me ? On Tuesday, August 28, 2012 9:29:49 AM UTC-4, Jonathan Doire wrote: > > I send request at adwords api v201206.Webservice is > CampaignCriterionService. Some data for CampaignCriterion is empty with > v201206. I try with api v201109 and it don't return empty data. > > SOA

Re: What's wrong with this request? (Returning: 500 Internal Server Error) (C#)

2012-08-31 Thread Ibrahim Ozturkcan
I have found lots of websites advising about Adwords API and best practices, *But there's no one page example of how to use Adwords API in the world.* I don't understand Why it has to be so difficult and non-friendly. Adwords API documents are terrible. Adwords API, .NET client is not working pro

Re: Adwords API GetKeywords

2012-08-31 Thread Jason Stedman
Erik, Have you tried defining the array on a separate line and passing it in? Try this: $keyword='Adidas' $keywords=array($keyword); then in the constructor : new Predicate('KeywordText', 'CONTAINS', $keywords); I mostly use the Java client library, but this should work. -- =~=~=~=~=~=~=~=~=

Re: Is this the right way of getting the Timezone?

2012-08-31 Thread Oliver
Thanks Jason. I actually just wrote a question about timezones not being available via ConstantDataService! However, the POSIX mapping in my particular case will map *Europe/London*to *London* and not *(GMT+00:00) London*, so even that won't help. I need to be able to get the GMT offset of th

How can we get full list of Currencies and Timezones?

2012-08-31 Thread Oliver
I'd like to programmatically get the full list of currencies and timezones listed here: https://developers.google.com/adwords/api/docs/appendix/currencycodes https://developers.google.com/adwords/api/docs/appendix/timezones The *ConstantDataService *allows me to get most of the System Codes, but

Re: Is this the right way of getting the Timezone?

2012-08-31 Thread Jason Stedman
Unfortunately the timezone offset is not available from the api, probably due to timezone offsets being subject to change outside control of Google. You can map from the "POSIX" timezone name to the textual name component returned in the report by using the data from the table on this page: htt

Re: Product specific URLs

2012-08-31 Thread Jason Stedman
Welcome to the community! What you are seeing is referred to as an AdParam. This specific example is a keyword insertion AdParam. When the ad is served, the keyword will be used to replace the token {keyword:partnos}. If the keyword does not fit, or for any reason cannot be inserted into the ad

Re: What is AccountId in Account Report?

2012-08-31 Thread Oliver
Thanks for your response. I'm using adhoc reports v201206. I tried getting the Account report for various clients to try and make sense of this ID. It seems to me that the AccountId is simply your internal ID by which you identify an account (very much like CampaignId, AdgroupId, etc.). So I

Re: Impressions in Keyword vs Search Query Performace Report

2012-08-31 Thread Tjeerd Kramer
Right, that would make sense. Thanks for the answer. Tjeerd On Friday, August 31, 2012 12:17:57 PM UTC+2, Oliver wrote: > > They are not supposed to match. A keyword in the KWPR could have > triggered search queries that don't get listed in the SQPR. > > Not every search query gets listed in

Re: Impressions in Keyword vs Search Query Performace Report

2012-08-31 Thread Oliver
They are not supposed to match. A keyword in the KWPR could have triggered search queries that don't get listed in the SQPR. Not every search query gets listed in the SQPR. You can see these scenarios in the web interface when you look at search queries and scroll down to the bottom of the

Impressions in Keyword vs Search Query Performace Report

2012-08-31 Thread Tjeerd Kramer
I have generated a SEARCH_QUERY_PERFORMANCE_REPORT (SQPR) as well as a KEYWORDS_PERFORMANCE_REPORT (KWPR). In both reports, I have deleted all data except for a single KeywordId. My problem is, that the Impressions from the SQPR do not match with the Impressions in the KWPR. I have fiddled a

Product specific URLs

2012-08-31 Thread Loonytoons
Hi guys, I have never used Adwords for an ecommerce site before. I have inherited an Adwords account that targets many different products in the advert using {keyword:partnos} instead of hardcoding the advert. I am presuming that the partnos is a variable setup in the adwords account, but I can

Re: What is AccountId in Account Report?

2012-08-31 Thread Anash P. Oommen
Hi Oliver, Which version of the report are you using? Do you have an example report definition? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 30 August 2012 22:37:07 UTC+5:30, Oliver wrote: > > The Account report has 2 ID fields; AccountId and ExternalCustomerId. > > ExternalCustom

Re: How much money "microAmount" refers to?

2012-08-31 Thread Anash P. Oommen
Hi, As Oliver mentioned, 1 micro is 1-millionth of the fundamental currency. If your account is in USD, then 1USD = 100 micros. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 30 August 2012 20:40:29 UTC+5:30, spetz wrote: > > Hey there, I am new in that AdWords API network. > >