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

2014-04-17 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

Retrieve Product Partition title

2014-04-17 Thread Igor Schut
Hi, Is it possible to retrieve the Product Partition title/name through the API? If so, how? We would like to get the title as shown in the AdWords UI. Thanks, Igor Schut - bGenius -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Standard Access Application

2014-04-17 Thread Visar
Hi, I've just applied for standard access. How long does it generally take? Visar -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

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

2014-04-17 Thread Nypo77
Hi Ray! Appreciate your inputs...right now I am using a default timezone ( Europe/Paris), since most of the activity that is going on is in France. The time I am sending is the conversion time of the call (actually the end of call) which is in the Europe/Paris timezone. I should use the

Validate GCLID

2014-04-17 Thread yoshi
Hi, I know the *GCLID* value is random (parameters encoded using Protocol Buffers) but is there a way to validate the id? Kind regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: Google Adwords REST API

2014-04-17 Thread Michael Cloonan (AdWords API Team)
Hi, We still have no plans for REST support of the AdWords API. If we do ever decide to pursue this, you can be sure that we will announce it on our bloghttp://googleadsdeveloper.blogspot.com/. Please follow there for all API-related updates. Regards, Mike, AdWords API Advisor On Monday,

Re: v201402 Unable to Find Stats for Keywords / Ads

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, As mentioned in the v201306 to v201309 Migration Guidehttps://developers.google.com/adwords/api/docs/guides/migration/v201309, all stats fields have been removed from the AdGroup services (among others). From v201309 onward, please use

Unable to get Client Details in MCC account while using PHP Client library

2014-04-17 Thread prafull mathur
Hello Team, I am trying to get all campaign and all details of my client's but i am unable to get all details of my client's. I have a MCC account with n number of client's .So i would like to get client under my MCC account and then retrieve all campaign and ad details for each client let

Re: Unable to get Client Details in MCC account while using PHP Client library

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, To issue requests against different client/customer IDs, simply set the client customer ID dynamically as described in the auth.ini examplehttps://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/auth.ini#L10 . $user = new AdWordsUser();

Re: Standard Access Application

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, For questions regarding token applications, please use the following link. https://services.google.com/fb/forms/apicontact/ Cheers, Josh, AdWords API Team On Thursday, April 17, 2014 4:37:41 AM UTC-4, Visar wrote: Hi, I've just applied for standard access. How long does it generally

TrafficEstimatorSelector value mismatch with UI and API.

2014-04-17 Thread chriss Moyle
Hi, I am working on getting information of Traffic Estimator service. as showing on below url. https://developers.google.com/adwords/api/docs/reference/v201309/TrafficEstimatorService.TrafficEstimatorSelector?hl=fr For this, i am passing Enter a bid amount value on KeywordEstimateRequest

Re: Validate GCLID

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, Could you provide more details on your use case? AdWords will try to remove invalid clicks from reportshttps://support.google.com/adwords/answer/2549113, if that's what you are asking. If you are trying to determine if a GCLID is invalid you could compare it to the GCLIDs in the Click

Re: Getting Started Adwords API with python (v201402)

2014-04-17 Thread Michael Cloonan (AdWords API Team)
Hi, This looks like it could be an issue with the Python library or with the way you installed the Python library. Could you please make an issue for what you are seeing on the GitHub page for the library you're using? I believe it is this one https://github.com/googleads/googleads-python-lib.

Re: TrafficEstimatorSelector value mismatch with UI and API.

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, It sounds like you are setting the bid amount correctly, although you may want to check out the EstimateKeywordTraffichttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/optimization/EstimateKeywordTraffic.javaexample in your

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

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, Sorry, but the AdWords API Team is not able to respond to your question in Turkish. Hopefully the following will be clear -- please use Google Translate https://translate.google.com/ if you would like a translation. If your question is regarding the API token application process, please

Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that there's an issue with the access token in the *Authorization* header. It usually means the token has expired, which you can confirm via the URL below after appending your *access* (not refresh) token to the end.

Re: invalid_client error while tried to fetch through ManagedCustomerService

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, The *invalid_client* error http://tools.ietf.org/html/rfc6749#section-5.2suggests that your AdWords configuration file does not have all of the required OAuth values. It looks like you are using the Python library (if not, please indicate which library you are using), in which case I

Re: invalid_client error while tried to fetch through ManagedCustomerService

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Sorry, I realized I didn't answer your question on *userAgent*. That's a user-defined value that you can set to a string that will help us identify your requests for support purposes. See the *Soap Headers* section in our SOAP Primer https://developers.google.com/adwords/api/docs/guides/soap

Re: v201402 Unable to Find Stats for Keywords / Ads

2014-04-17 Thread apiapi
I will look into the reporting API. Because I have started using the API for the first time with v201402, I did not know about the removal of the stats field, and the examples I found online showed the usage of stats. Now I know. Thanks! -- --

Re: Get merchant center ids associated with the Adwords account

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not aware of a way to get this information at the *account* level from the AdWords API, but I searched and it looks like you can go the other direction (get AdWords accounts for a Merchant Center account) through the Content API for Shopping.

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

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, The library does not provide strongly typed exceptions out of the SOAP fault, but you may want to check out the error handling exampleshttps://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/v201402/ErrorHandling in the library for ideas of how you might best utilize

Re: Customer Sync Service - Ad Parameters

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi Gopi, The CustomerSyncService does not return change data related to Ad Param changes. However, since you are updating the parameters using AdWords Scripts, your script will know the keywords with changed parameters. There are a couple of different approaches you could use so that your

Re: Issue with posting the € symbol via the API

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi Ben, Without the request I can't be 100% positive, but could it be that you are including repeated punctuation such as .. in your ad text? If that's not it, you can send your request and response *only to me* by clicking Reply to Author and I'll investigate further. Thanks, Josh, AdWords

Re: TargetingIdeaService LocationSearchParameter: which cities are supported?

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi Jan, I noticed that LocationCriterionServicehttps://developers.google.com/adwords/api/docs/reference/v201402/LocationCriterionService#get returns a LocationCriterion with reachhttps://developers.google.com/adwords/api/docs/reference/v201402/LocationCriterionService.LocationCriterion#reach

Re: Generate a new access token with refresh token(c#)

2014-04-17 Thread Richard
Hi, Thanks for the link, it's very helpful. So I wrote another post method to get a renew token, however I am getting error (400) Bad Request.. is it because the application I defined as a web application (I got my first accesstoken from the call back link) not Installed Application ?

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

2014-04-17 Thread Alan Coleman
I need to find a resolution for this so as soon as I make some progress I'll let you know. Cheers! On Wednesday, April 16, 2014 7:11:07 PM UTC+1, ignacio.na...@gmail.com wrote: Hello Alan, I do have a similar problem with the API: while trying to upload AdGroups, Keywords and Text Ads to

Re: is adwords down right now? getting 502 server error

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi Zweitze, Is this still an issue for you, and if so, could you indicate the dates and times when you are hitting 502s? Thanks, Josh, AdWords API Team On Tuesday, January 7, 2014 8:05:43 AM UTC-5, Zweitze wrote: Hi Josh, Recent findings: We experienced the problem on December 12,

Relationship Object Model for AdGroups to Ads and Keywords

2014-04-17 Thread apiapi
Using v201402 of the API with the .NET wrapper. I retrieved an AdGroupId from a campaign. I retrieved 6001 AdGroupCriterion objects and 5398 AdGroupAd objects for the AdGroupId. 1. In more than one instance, there are TextAd objects with the same id but different description1 and description2

Re: aw-reporting configuration - log4j/slf4j errors

2014-04-17 Thread Thibault Quillard
Hi Josh, Thanks a lot, this was indeed a mistake in the database setup ! (PS : I think I've answered to you only on another message by mistake : I have another issue of Blanks columns and of rounded values for CTR/Avg CPC and a lot of metrics ... ), Does anybody knows where this could come

Re: Relationship Object Model for AdGroups to Ads and Keywords

2014-04-17 Thread Josh Radcliff (AdWords API Team)
Hi, Our Working with Objects guidehttps://developers.google.com/adwords/api/docs/guides/working-with-objects#understanding-objects describes the relationship between Campaigns, AdGroups, Ads, Criteria, etc., but a keyword and an ad are not linked together directly. Instead, an ad is part of

Report API Inconsistent Results

2014-04-17 Thread apiapi
Using v17 of the .NET Adwords API library. I have an array of 16 AdGroup populated objects, and iterate over them to build a ReportDefinition for a Keyword Performacne Report for the last 30 days. Some of the Ad Groups have thousands of keywords, some have under 100. Running the same

Re: Relationship Object Model for AdGroups to Ads and Keywords

2014-04-17 Thread apiapi
Looking at https://developers.google.com/adwords/api/docs/guides/working-with-objects#understanding-objects I see that the AdGroupCriterion ID is not unique. Is the KeywordId considered AdGroupCriterion ID, or is it seperate? I am now thinking that I can run a Keyword Performance Report and