Re: Wie erstelle ich eine Suchvolumen-Abfrage mit der Google-Api

2014-01-16 Thread Paul Matthews (AdWords API Team)
Hi Danny, *### In Englisch ###* It seems that you're asking about search query volumes, which is not related to the AdWords API. I believe you're looking for the Google Analytics API https://developers.google.com/analytics/. I hope this information helps. *### In der deutschen ###* Es

Re: calls from ads conversion casing

2014-01-15 Thread Paul Matthews (AdWords API Team)
Hi Greg, Looking into this, the issue I understand you to be describing is that ConversionTypeName is lower case for the calls from ads, however this appears to be the only case? We don't explicitly guarantee that the casing of the returned items will be the same. Can you work around the

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-01-09 Thread Paul Matthews (AdWords API Team)
:42 PM UTC+1, Paul Matthews (AdWords API Team) wrote: Hi Dorian, We're still looking into the errors, but one thing that came up is that the use of ordering and paging aren't supported by AdHoc reports. Regards, - Paul, AdWords API Team. On Wednesday, 27 November 2013 08:42:25 UTC

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
checked about Open SSL enabled And it is enabled ... can you suggest in this , Please , Its so urgent ... On Wednesday, 3 April 2013 15:47:38 UTC+5:30, Paul Matthews (AdWords API Team) wrote: Hi Mahesh, *Firstly:* Have you enabled WSDL_CACHE? We've had reported issues where caching

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
has OpenSSL Enabled in php.ini and we have also tested connection between our server to google adwords as, openssl s_client -connect adwords.google.com:443 Kindly check Let us know ASAP. Thanks, On Wednesday, 8 January 2014 19:52:26 UTC+5:30, Paul Matthews (AdWords API Team

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
Hi Mehul, I've recreated the same wget request from an example host and I don't get that error message. In the past we've seen this has being an SSL setting that's flagging the error. Can you try a wget from another machine and if successful check the differences in openssl settings. Regards,

Re: Error Linking MCC Test Account

2014-01-08 Thread Paul Matthews (AdWords API Team)
Hi Rakesh, Please see the answers inline: On Friday, 20 December 2013 13:40:48 UTC, Rakesh R wrote: 1. For linking the test account to the test MCC account i should choose the option 'Link existing account' in my client center page right? The best way to create test accounts is to log into

Re: Error Linking MCC Test Account

2014-01-08 Thread Paul Matthews (AdWords API Team)
Here's the test account pagehttps://developers.google.com/adwords/api/docs/test-accountslink. Regards, - Paul, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2014-01-08 Thread Paul Matthews (AdWords API Team)
that myself. However, after removing the ordering field, I still get the error (as you have probably experienced yourself). Thanks again for your efforts cheers, Dorian On Wednesday, November 27, 2013 12:27:42 PM UTC+1, Paul Matthews (AdWords API Team) wrote: Hi Dorian, We're still

Re: AdExtensions total values

2014-01-02 Thread Paul Matthews (AdWords API Team)
Hi Joni, Can you provide us with the report definition? As this will help us explain what you're seeing. For instance, you may be using segmentation fields which means you'd get more than one result per feed item. For further information on this, please see the Placeholder Feed Item Report

Re: Location extension bug?

2013-12-19 Thread Paul Matthews (AdWords API Team)
:57 PM UTC-5, Paul Matthews (AdWords API Team) wrote: Hi GDZ, Are you using the GeoLocationService to get the address first? As per this examplehttps://github.com/googleads/googleads-python-lib/blob/master/examples/adspygoogle/adwords/v201309/campaign_management/add_location_extension.py

Re: [EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId; trigger:'BudgetId: 139952340']

2013-12-19 Thread Paul Matthews (AdWords API Team)
Hi Burak, The only example we have shows how to create a Budgethttps://code.google.com/p/google-api-ads-java/source/browse/examples/adwords_axis/src/main/java/adwords/axis/v201309/basicoperations/AddCampaigns.java, not modify one. However the modification code is very similar. Just specify

Re: Error Linking MCC Test Account

2013-12-19 Thread Paul Matthews (AdWords API Team)
Hi Jeremy, So talking with the team it appears I'm giving you out dated information. The correct resolution is: - Only use the Test MCC to create test accounts, it's no longer possible to create Test Accounts under a non-test account (this was the misinformation I was giving you

Re: Geo performance report CityCriteriaId misguides developers

2013-12-19 Thread Paul Matthews (AdWords API Team)
, Thanks for reply. When i can expect this to be update? On Friday, October 25, 2013 9:23:04 PM UTC+5:30, Paul Matthews (AdWords API Team) wrote: Hi Chirag, You're correct, though it's listed off as a Integer, it's actually returned as a String. I'll see if we can get this (or a similar

Re: Problem running adword-axis-example GetRefreshToken

2013-12-12 Thread Paul Matthews (AdWords API Team)
Hi Andrea, So the URL mismatch generally occurs when you've not selected an InstalledApp flow in the cloud (or dev) console. For an example, please see the Java OAuth2 screencasthttps://www.youtube.com/watch?v=82_fsNg2768 . Regards, - Paul, AdWords API Team. On Thursday, 5 December 2013

Re: [EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId; trigger:'BudgetId: 139952340']

2013-12-12 Thread Paul Matthews (AdWords API Team)
Hi Burak, It seems that you're trying to configure a budget that doesn't exist. Please check your budgetId. Additionally, you can no longer submit a Budget to the CampaignService for creation. Regards, - Paul, AdWords API Team. On Monday, 9 December 2013 07:07:32 UTC-8, Burak Yavuzer wrote:

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Paul Matthews (AdWords API Team)
Hi Christian, When you say you've done many changes, what kind of changes? Are you able to get authentication working as per the screencasthttps://www.youtube.com/watch?v=KetKPhxY4Js? Using the video is the easiest way to get the authentication working. The USER_PERMISSION_DENIED is served

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-12-10 Thread Paul Matthews (AdWords API Team)
(AdWords API Team) wrote: Hi Christian, When you say you've done many changes, what kind of changes? Are you able to get authentication working as per the screencasthttps://www.youtube.com/watch?v=KetKPhxY4Js? Using the video is the easiest way to get the authentication working

Re: Location extension bug?

2013-12-09 Thread Paul Matthews (AdWords API Team)
Hi GDZ, Are you using the GeoLocationService to get the address first? As per this examplehttps://github.com/googleads/googleads-python-lib/blob/master/examples/adspygoogle/adwords/v201309/campaign_management/add_location_extension.py, you can see that they find the GeoPoint first, then

Re: How to work with deleted CampaignFeeds?

2013-12-06 Thread Paul Matthews (AdWords API Team)
Hi, You're both correct, you can't actually un-delete an object. We've made some fixes to the FeedServices, are you still seeing this error? If you are, can you please forward us a requestId of a recent ( 5 days) SOAP request, so we can investigate further. Regards, - Paul, AdWords API Team.

Re: Error Linking MCC Test Account

2013-12-06 Thread Paul Matthews (AdWords API Team)
:00:02 AM UTC-4, Paul Matthews (AdWords API Team) wrote: Hi Jeremy, Can you report a bug in myclientcentre, they'll be able to investigate the issue and solve it for you. Regards, - Paul, AdWords API Team. On Monday, 7 October 2013 15:04:44 UTC+1, Jeremy Aube wrote: Just wanted

Re: Alert Service required MCC account.

2013-12-03 Thread Paul Matthews (AdWords API Team)
', 'RED'); $alertQuery-triggerTimeSpec = 'ALL_TIME'; // Create selector. $selector = new AlertSelector(); $selector-query = $alertQuery; Thanks, Chirag On Wednesday, October 16, 2013 5:49:07 PM UTC+5:30, Paul Matthews (AdWords API Team) wrote: Hi Chirag

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-27 Thread Paul Matthews (AdWords API Team)
On Tuesday, November 26, 2013 12:33:55 PM UTC+1, Paul Matthews (AdWords API Team) wrote: Hi Dorian, I can confirm that we're able to recreate the bug our side. We're looking into this issue, I'll get back to you as soon as we have more information. Regards, - Paul, AdWords API Team

Re: Changing a non-api adwords account to a api based adwords account

2013-11-27 Thread Paul Matthews (AdWords API Team)
Hi Dev, To obtain access to the API, you create an MCC account which manages AdWords accounts. No data is lost, there is no conversion between an AdWords account and an AdWords API account. If you create a new account, then it will have separate history. However, from an MCC you're able to

Re: First app - Test account and refresh token

2013-11-27 Thread Paul Matthews (AdWords API Team)
Hi Meerah, All requests to the AdWords API must contain two prerequisites: - Authorization credentials - Application Identifier (Developer Token) The authorization credentials can be either OAuth2 credentials or ClientLogin credentials (we encourage you to use OAuth2). Some of the

Re: Differentiating between US and international costs

2013-11-26 Thread Paul Matthews (AdWords API Team)
Hi Sean, The criteria performance report offers statistics for all criteria. So if your account is serving in multiple domains, it'll be reporting on multiple domains. For geographically separated data, you'd need to use the geo performance report

Re: Reproducible ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-11-26 Thread Paul Matthews (AdWords API Team)
Hi Dorian, I can confirm that we're able to recreate the bug our side. We're looking into this issue, I'll get back to you as soon as we have more information. Regards, - Paul, AdWords API Team. On Monday, 25 November 2013 12:27:20 UTC, Dorian Kind wrote: Hi all, I have an issue where

Re: excluding placements via API

2013-11-26 Thread Paul Matthews (AdWords API Team)
Hi Barry, It seems that you're looking to create a negative ad group criterionhttps://developers.google.com/adwords/api/docs/reference/v201309/AdGroupCriterionService.NegativeAdGroupCriterion. In the particular instance, it looks like you're looking for a placement

Re: Select Campaign's Shopping Channel via AdWords api

2013-11-25 Thread Paul Matthews (AdWords API Team)
Hi Michel, It looks as though you're showing shopping channelhttps://support.google.com/adwords/answer/3461240 in product listing ads https://support.google.com/adwords/answer/2456103 (PLAs). At present, the AdWords API doesn't support this property of PLAs. Please follow the AdWords API

Re: calls from ads conversion casing

2013-11-25 Thread Paul Matthews (AdWords API Team)
Hi Greg, Can you provide us with an example response from the API (keeping to our forum rules https://groups.google.com/d/msg/adwords-api/lUQpWowB44k/4SLfkHbk4ZgJ about including sensitive information)? I'm unaware of any lowercase filters applied to reports - they should be returned in the

Re: AwReporting is very disappointing

2013-11-25 Thread Paul Matthews (AdWords API Team)
Hi All, For any queries, bugs or feature requests on AwReporting, please post them on the AwReporting github issue trackerhttps://github.com/googleads/aw-reporting/issues. This will ensure feedback is handled by the most appropriate team. Regards, - Paul, AdWords API Team. On Friday, 22

Re: AdGroupFeedService and phone number help

2013-11-25 Thread Paul Matthews (AdWords API Team)
Hi GDZ, Please can you post library specific bugs, queries and feature requests on in the library issue tracker - in this case, please post it in the google-apis-ads-python issue tracker https://code.google.com/p/google-api-ads-python/issues/list. This is to ensure all the library specific

Re: How to authenticate anyone ADWORDS API OAuth2 PHP

2013-11-25 Thread Paul Matthews (AdWords API Team)
Hi Christian, Firstly, when you authenticate the user, you need to ensure you include *scope=offline*https://developers.google.com/accounts/docs/OAuth2WebServer#formingtheurl, otherwise you'll need the user to be present for all requests. Secondly, it seems as though you're not using the most

Re: How to enable webpage targeting?

2013-11-25 Thread Paul Matthews (AdWords API Team)
at 3:21 AM, Paul Matthews (AdWords API Team) adwordsapia...@google.com javascript: wrote: Hi Kevin, For any RMF related questions, please contact the compliance team. Regards, - Paul, AdWords API Team. On Monday, 28 October 2013 16:29:41 UTC, Kevin wrote: Hi, Webpage targeting

Re: How to create pseudo namespace

2013-11-13 Thread Paul Matthews (AdWords API Team)
Hi Barak, For information on Phing, please see the phing websitehttp://www.phing.info/ . The classmap json it's talking about is embedded in the api.propertieshttps://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/Lib/api.properties#17. Can you confirm that

Re: Is it possible to change the bids for auto targets under Dynamic Search Ads - Campaigns using v201309?

2013-11-07 Thread Paul Matthews (AdWords API Team)
Hi Shobha, To create / retrieve targets for dynamic search adshttps://support.google.com/adwords/answer/2497706?hl=en, you should use the Webpage Criterionhttps://developers.google.com/adwords/api/docs/reference/latest/SharedCriterionService.Webpagefrom the

Re: Confused about changes to AdWordsUser() in v201306

2013-11-06 Thread Paul Matthews (AdWords API Team)
Hi Alan, You're correct, we've renamed and moved some of the OAuth2 related methods. The main change to the OAuth2 interface is the separation of the OAuth2Handlerhttps://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/Common/Util/OAuth2Handler.phpfrom the

Re: Outdated Sample Adwords API php web app with angular JS UI. Does anyone have an up to date version ?

2013-11-05 Thread Paul Matthews (AdWords API Team)
(AdWords API Team): Hi Contra, You're indeed correct that the SampleWebApp is currently not maintained. We're looking into creating a PHP only web app to demonstrate the application (rather than an Angular one). As a general introduction to the AdWords API, our users often use

Re: Missing required parameter: scope when using $authorizationUrl

2013-11-04 Thread Paul Matthews (AdWords API Team)
Matthews (AdWords API Team) wrote: There doesn't appear to be any issues with the code you're providing. Can you inspect the OAuth2Handler class to see if it has the scope property set? var_dump($user-GetOAuth2Handler()); Also, double check that you've not changed

Re: Linking googleplus page to adwords...

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi Edgar, This support forum is for AdWords API related questions - this question seems to be related to the AdWords product and nothing to do with the AdWords API. Please see the AdWords supporthttps://support.google.com/adwords/?hl=en-GBfor questions of this nature. Regards, - Paul,

Re: GDN - Placement Performance report

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi Rohit, In the reporting documentationhttps://developers.google.com/adwords/api/docs/appendix/reportsyou'll find information about the PLACEMENT_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#placement . Regards, - Paul, AdWords API Team. On Wednesday,

Re: v201309 CampaignCrtierionService Invalid Selectors

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi there, We're aware of an issue affecting the retrieval of webpage criteria with v201309, we're looking into a fix for it. We'll get back to you as soon as we have more information on this. Regards, - Paul, AdWords API Team. On Tuesday, 29 October 2013 16:19:22 UTC, ad...@intelliad.de

Re: Can I retrieve keyword tool data (i.e keyword suggestions) via the adwords or analytics api?

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi Karl, Your best starting point is the keyword research section of the typical adwords api use caseshttps://developers.google.com/adwords/api/docs/use-casesdoc, which should point you at the

Re: Auto download consolidated daily campaign/adgroup/keyword performance statistics in AdWords

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi there, I believe you're looking for the KEYWORD_PERFORMANCE_REPORThttps://developers.google.com/adwords/api/docs/appendix/reports#keywords, including the Day segmentation field. Though please bear in mind, this prevents zero-impression rows from being returned. Regards, - Paul, AdWords

Re: Running the sample code for .NET Client application (Test Account)

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi Bikram, For getting started information, please see the READMEhttps://code.google.com/p/google-api-adwords-dotnet/source/browse/READMEdoc. To understand how to configure the application, please see the UnderstandingAppConfig wiki

Re: SelectorError.INVALID_FIELD_NAME / Get GetCampaignCriterionService v201309

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi there, We're aware of an issue affecting the retrieval of webpage criteria with v201309, we're looking into a fix for it. To remain informed with the latest information, please follow this threadhttps://groups.google.com/d/msg/adwords-api/_WBU0TAmISE/p_fIE6HeDa4J, which we'll update as

Re: RateExceededError rateScope=ACCOUNT

2013-11-03 Thread Paul Matthews (AdWords API Team)
Hi Erkan, To manipulate many entities at once, it's best to make use of the MutateJobServicehttps://developers.google.com/adwords/api/docs/reference/latest/MutateJobService, ensuring you're batching your operations that you're sending to it. Making use of the MutateJobService ensures you get

Re: AuthenticationError.OAUTH_TOKEN_INVALID when running a test application

2013-11-02 Thread Paul Matthews (AdWords API Team)
Hi Anca, Firstly, can you confirm you've followed the screenhttps://www.youtube.com/watch?v=KetKPhxY4Jscast that shows how to setup OAuth2 for an account? The error code AuthenticationError.OAUTH_TOKEN_INVALID is specifically relating to the supplied access token in the headers. Often it

Re: Does AdWords Editor (AWE) use the API?

2013-11-02 Thread Paul Matthews (AdWords API Team)
The AdWords Editor doesn't use the AdWords API to make requests. Therefore it's not guaranteed that a feature will be non-beta in both. Regards, - Paul, AdWords API Team. On Saturday, 26 October 2013 16:23:00 UTC+1, Matt Perry wrote: Hello, In determining if something is possible with the

Re: AdwordsUserListService Exception - Service Type of signature is null while calling GetService

2013-11-02 Thread Paul Matthews (AdWords API Team)
Hi there, This looks to be a specific issue you're having with the dotnet. Please can you post this question in the .NET library issue listhttps://code.google.com/p/google-api-adwords-dotnet/issues/listto ensure it's picked up by the library maintainer and dealt with correctly. Regards, -

Re: Latest Adwords API (201309) update to the official Google composer package?

2013-11-02 Thread Paul Matthews (AdWords API Team)
Hi Steve, The composer repository you're speaking of is not actually maintained by Google. For this reason we recommend pulling the package directly from the origin http://code.google.com/p/google-api-adwords-php/. If you'd like to request an officially maintained composer package, please

Re: Adwords API Work on Video Campaigns?

2013-11-01 Thread Paul Matthews (AdWords API Team)
Hi Doron, AdWords API access to the Video Campaigns is currently beta. That means it's not publicly available at the moment. Please monitor the AdWords API Bloghttp://googleadsdeveloper.blogspot.co.uk/search/label/adwords_apito ensure you keep up to date about the latest API announcements,

Re: content-length is required in php

2013-10-31 Thread Paul Matthews (AdWords API Team)
Hi There, It seems that you've added the content_length and Content-Type parameters. Firstly, the content length parameter is defined as Content-Length and I believe you'd want to trim before you use strlen. Then I notice you specify the Content-Type, but with an array of items you actually

Re: How to enable webpage targeting?

2013-10-30 Thread Paul Matthews (AdWords API Team)
Hi Kevin, For any RMF related questions, please contact the compliance team. Regards, - Paul, AdWords API Team. On Monday, 28 October 2013 16:29:41 UTC, Kevin wrote: Hi, Webpage targeting is a required feature in RMF ( https://developers.google.com/adwords/api/docs/requirements). Is that

Re: Edit Geo BId Adjustment (Required Minimum functionality) PHP v201306

2013-10-30 Thread Paul Matthews (AdWords API Team)
Hi MWA, When you say to no avail, can you explain what issues you're running into? There is an example on how to query for Locations in the v201309/Targeting examples, called

Re: Ad Performance Report dates don't correspond

2013-10-29 Thread Paul Matthews (AdWords API Team)
What's the full query you're looking at in the UI, for instance are you using DayOfWeek or Date? Are you sure you're looking at the same account? Do the Ads match the report? Regards, - Paul, AdWords API Team. On Saturday, 26 October 2013 00:40:04 UTC+1, Ricardo Buitrago wrote: Hello! I'm

Re: ManagedCustomerServiceError.INVALID_DESCRIPTIVE_NAME

2013-10-29 Thread Paul Matthews (AdWords API Team)
Hi Emin, It looks like you're trying to pass the MoveOperationhttps://developers.google.com/adwords/api/docs/reference/v201309/ManagedCustomerService.MoveOperationto the mutate action, however it needs to be used with the

Re: Log files in library adwords_api_php_4.5.1

2013-10-29 Thread Paul Matthews (AdWords API Team)
Hi Alan, The log files are configured in the settings.inihttps://code.google.com/p/google-api-adwords-php/source/browse/src/Google/Api/Ads/AdWords/settings.ini, which will allow you to point them at a specific location (e.g. /var/log/...). By default however, they're logged in the location

Re: Missing required parameter: scope when using $authorizationUrl

2013-10-29 Thread Paul Matthews (AdWords API Team)
There doesn't appear to be any issues with the code you're providing. Can you inspect the OAuth2Handler class to see if it has the scope property set? var_dump($user-GetOAuth2Handler()); Also, double check that you've not changed the OAUTH2_HANDLER_CLASSspecified in the

Re: ManagedCustomerService.get() sometimes returns inconsistent results

2013-10-25 Thread Paul Matthews (AdWords API Team)
Hi John, Rather than attempt to retrieve all the items with one request, can you try with smaller page sizes. We generally recommend retrieval of no more than 500 elements in any given request. However, to ensure you get all the results correctly, please apply an Order

Re: OAuth2 vs ClientLogin

2013-10-25 Thread Paul Matthews (AdWords API Team)
The last response is correct. The client_id and client_secret identify your application - in a similar way to the developerToken, but only to the authorization servers. If you need to permit many users to use your application then you should look at the Web Server Application OAuth2

Re: Bid Change History Report using Google AdWords API?

2013-10-25 Thread Paul Matthews (AdWords API Team)
Hi There, If you're looking for information on what's changed for a given Campaign or AdGroup, then you can make use of the CustomerSyncServicehttps://developers.google.com/adwords/api/docs/reference/latest/CustomerSyncService. However, we have no reports that cover this information. If you

Re: Geo performance report CityCriteriaId misguides developers

2013-10-25 Thread Paul Matthews (AdWords API Team)
Hi Chirag, You're correct, though it's listed off as a Integer, it's actually returned as a String. I'll see if we can get this (or a similar) column to be an integer to provide the level of granularity required. I'll update this thread as soon as I have new information. Regards, - Paul,

Re: Response is not well-formed XML - using .net client libarary 15.5

2013-10-24 Thread Paul Matthews (AdWords API Team)
, October 20, 2013 3:44:28 PM UTC-4, Paul Matthews (AdWords API Team) wrote: Apologies, I indeed meant response. Is this happening on other requests too? Or only this one? Regards, - Paul, AdWords API Team. On Sunday, 20 October 2013 18:37:07 UTC+1, Glyph wrote: The issue is with the RESPONSE

Re: Dynamic price in ads

2013-10-21 Thread Paul Matthews (AdWords API Team)
approximately 30-40% of the keywords are updated successfully четверг, 12 сентября 2013 г., 12:47:24 UTC+3 пользователь Paul Matthews (AdWords API Team) написал: Hi Valeril, Are you including a client customer id in the requests you're sending to the server? This error often caused by missing

Re: oauth2_jwt ApiException (ruby)

2013-10-21 Thread Paul Matthews (AdWords API Team)
Hi Ivan, Can you confirm you've followed the instructions listed in the OAuth2 wiki page https://code.google.com/p/google-api-ads-ruby/wiki/OAuth2? Unfortunately this error doesn't show much information on what the issue is. Are you able to make a successful request using OAuth2? Can you

Re: google adwords php soap response is null

2013-10-21 Thread Paul Matthews (AdWords API Team)
Hi Contra, It seems you've pasted the soap log without the response. The error above suggests that DOM is unable to process the response XML. Can you include it or provide a recent requestId (from the log) to allow us to investigate the issue further. Regards, - Paul, AdWords API Team. On

Re: Using Ad-Hoc for get report : Missing report definition error

2013-10-21 Thread Paul Matthews (AdWords API Team)
Hi Erkan, Can you confirm you still have this problem if you include the includeZeroImpressions parameter? Regards, - Paul, AdWords API Team. On Friday, 27 September 2013 11:20:44 UTC+1, Paul Matthews (AdWords API Team) wrote: Hi Erkan, Are you including the following parameters

Re: Response is not well-formed XML - using .net client libarary 15.5

2013-10-20 Thread Paul Matthews (AdWords API Team)
the beginning that make .net throw an invalidoperation exception. On Saturday, October 19, 2013 5:15:52 AM UTC-4, Paul Matthews (AdWords API Team) wrote: Hi Glyph, I too have viewed the request in an XML browser and it seems to be formatted correctly. Do you have this issue on any other

Re: Response is not well-formed XML - using .net client libarary 15.5

2013-10-19 Thread Paul Matthews (AdWords API Team)
Hi Glyph, I too have viewed the request in an XML browser and it seems to be formatted correctly. Do you have this issue on any other (smaller) requests? Or is it this particular request? Regards, - Paul, AdWords API Team. On Thursday, 17 October 2013 21:58:11 UTC+1, Glyph wrote: upgraded

Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-18 Thread Paul Matthews (AdWords API Team)
help. Regards, Béla Szabó 2013. október 10., csütörtök 12:18:44 UTC+2 időpontban Paul Matthews (AdWords API Team) a következőt írta: Hi there, Which version of the php client library are you using as there is no method getAccessToken on the AdWords user? The request to the OAuth2

Re: After authentication No Refresh Token

2013-10-16 Thread Paul Matthews (AdWords API Team)
Hi Yuhao, It looks to me like either you've (partially?) configured your client to use Service Accounts or you are using a Service Account that requires a slightly different setup. You can find information on Service Accounts in the

Re: Alert Service required MCC account.

2013-10-16 Thread Paul Matthews (AdWords API Team)
Hi Chirag, The AlertQuery used with the AlertServicehttps://developers.google.com/adwords/api/docs/reference/latest/AlertServiceallows you to specify: AlertQuery.*clientSpec*https://developers.google.com/adwords/api/docs/reference/v201309/AlertService.AlertQuery#clientSpec= *ID_LIST*

Re: OAuth 2.0 hangout and/or screencast please, for PHP Client Library developers

2013-10-14 Thread Paul Matthews (AdWords API Team)
Hi Nick, The UseOAuth2 example has been moved to GetRefreshToken.phphttps://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/Auth/GetRefreshToken.php, which demonstrates retrieving and configuring a refresh token (used by OAuth2). For further information on this, please

Re: Outdated Sample Adwords API php web app with angular JS UI. Does anyone have an up to date version ?

2013-10-11 Thread Paul Matthews (AdWords API Team)
Hi Contra, You're indeed correct that the SampleWebApp is currently not maintained. We're looking into creating a PHP only web app to demonstrate the application (rather than an Angular one). As a general introduction to the AdWords API, our users often use the

Re: FeedMappingService SET is invalid operator?

2013-10-11 Thread Paul Matthews (AdWords API Team)
Hi vesso, The SET operator is used in all Services to REMOVE entities. However, not all updates are supported. Regards, - Paul, AdWords API Team. On Tuesday, 8 October 2013 09:37:37 UTC+1, veseo wrote: Hello, we noticed that, when trying to mutate a Feed's mappings via SET, we get the

Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-10 Thread Paul Matthews (AdWords API Team)
Hi there, Which version of the php client library are you using as there is no method getAccessToken on the AdWords user? The request to the OAuth2 servers should be quick. Is there any chance you're having DNS issues or other networking issues that could slow down the request? As an aside,

Re: Error Linking MCC Test Account

2013-10-10 Thread Paul Matthews (AdWords API Team)
this has something to do with linking test MCCs. Jeremy On Friday, September 27, 2013 6:14:21 AM UTC-4, Paul Matthews (AdWords API Team) wrote: Hi Jeremy, It looks to me as though you've not included a descriptive name for the linked MCC account. Please try again including a descriptive

Re: How to work with deleted CampaignFeeds?

2013-10-09 Thread Paul Matthews (AdWords API Team)
Hi mm, You should be able to undelete a campaign by performing an update, changing the status to ACTIVE. Then you should be able to manipulate the items within the Feed. Essentially re-writing the feed. Regards, - Paul, AdWords API Team. On Thursday, 3 October 2013 22:04:13 UTC+1, mm wrote:

Re: Tracking Conversions for Multiple Step Process

2013-10-09 Thread Paul Matthews (AdWords API Team)
Hi Mitul, If you're able to store the conversions yourself, then perhaps you could use the newly released OfflineConversionFeedServicehttps://developers.google.com/adwords/api/docs/reference/v201309/OfflineConversionFeedService with the

Register Now for the Q4 2013 AdWords API Workshops

2013-10-07 Thread Paul Matthews (AdWords API Team)
The AdWords API Workshops https://sites.google.com/site/awapiworkshopsare back in October and November of 2013. Registration is now openhttps://sites.google.com/site/awapiworkshops/registration . Workshop topics include: - The latest on the AdWords API and newly released features

Re: report definition services not working for a mcc account linked to another mcc account's adwords account.

2013-10-07 Thread Paul Matthews (AdWords API Team)
Hi Michael, It looks as though you're requesting data for the MCC, when you should be requesting data for their specific client accounts. You specify the account via the clientCustomerIdhttps://developers.google.com/adwords/api/docs/guides/soap . Regards, - Paul, AdWords API Team. On

Re: Refresh access_token programmatically from Perl client library

2013-10-07 Thread Paul Matthews (AdWords API Team)
Hi Hunter, Please see answers inline: On Wednesday, 2 October 2013 15:42:39 UTC+1, Hunter McMillen wrote: 1) Is there some way to use this already created object to refresh my access token? The oauth_2_handler has get_access_token which refreshes stale tokens. But there is no way to access

Re: Beta Feature not available

2013-10-07 Thread Paul Matthews (AdWords API Team)
Hi Chirag, The most up to date information we have about Beta status is what's shown on developers.google.com/adwords/api. Subscribe to the AdWords API bloghttp://googleadsdeveloper.blogspot.co.uk/search/label/adwords_apito get updates on the latest released / graduated from beta features.

Re: Error Linking MCC Test Account

2013-09-27 Thread Paul Matthews (AdWords API Team)
Hi Jeremy, It looks to me as though you've not included a descriptive name for the linked MCC account. Please try again including a descriptive name. Regards, - Paul, AdWords API Team. On Tuesday, 24 September 2013 20:06:52 UTC+1, Jeremy Aube wrote: I tried linking an MCC test account to a

Re: Using Ad-Hoc for get report : Missing report definition error

2013-09-27 Thread Paul Matthews (AdWords API Team)
Hi Erkan, Are you including the following parameters: __rdquery (or __rdxml) and __fmt ? Also, can you ensure you're including all the information specified in the reporting guidehttps://developers.google.com/adwords/api/docs/guides/reporting . Please see answers to questions below: On

Re: MCC Billing information tab missing?

2013-09-26 Thread Paul Matthews (AdWords API Team)
Hi there, Please can you report this in the AdWords My Client Center interfacehttp://www.google.com/adwords/myclientcenter/, as they'll be able to help you with this issue. This forum only handles API related queries. Regards, - Paul, AdWords API Team. On Tuesday, 24 September 2013 02:43:21

Re: [KeywordPerformance v201109] Unexplainable Authorization: User permission denied

2013-09-26 Thread Paul Matthews (AdWords API Team)
Hi Bhavesh, We believe we fixed this issue in the past. If you are seeing this problem again, please can you file a bug in the dotnet libraryhttps://code.google.com/p/google-api-adwords-dotnet/issues/list. This will help to ensure we have all the relevant information required to fix the bug.

Re: Ignoring errors in a bulk mutate

2013-09-26 Thread Paul Matthews (AdWords API Team)
Hi Lee, The feature you're describing is called partial failurehttps://developers.google.com/adwords/api/docs/headers#partialFailure. For a general description, please see the best practices pagehttps://developers.google.com/adwords/api/docs/guides/bestpractices#partial_failure . Regards, -

Re: Ad Group Mobile Bid Modifier in Reports

2013-09-24 Thread Paul Matthews (AdWords API Team)
Hi Ori, Currently there is no ADGROUP_PLATFORM_TARGET_REPORT available. To ensure you don't miss any newly released features, signup to the the AdWords API blog. Regards, - Paul, AdWords API Team. On Saturday, 21 September 2013 11:52:07 UTC+1, Ori Arditi wrote: Hello

Re: Continue Button is Not working Billing Preference Setup using Credit Card. !

2013-09-23 Thread Paul Matthews (AdWords API Team)
Hi Amit, This looks to be an issue with myclientcenter. Please provide feedback in the website to get the appropriate action. Regards, - Paul, AdWords API Team. On Thursday, 19 September 2013 09:09:17 UTC+1, Amit P Jivani wrote: We are India Based Agency. At MCC level Billing Preference

Re: Product listing ads campaign

2013-09-23 Thread Paul Matthews (AdWords API Team)
Hi Lee, The same rules apply in the API as in the frontendhttps://support.google.com/adwords/answer/2454022?hl=en-GB. You need to ensure the campaign is configured to Search Network only. Also, can you check that the status of the Campaign and AdGroup, that they're able to serve. Regards, -

Re: API Settings

2013-09-23 Thread Paul Matthews (AdWords API Team)
Hi Umut, The link you've posted is not viewable. Are you trying to re-use your API account? You should create one project in the apis console for AdWords. If you need other projects for other projects, please see those projects for full instructions. Regards, - Paul, AdWords API Team. On

Re: MCC Link Creation

2013-09-23 Thread Paul Matthews (AdWords API Team)
Hi Martin, I believe you're trying to ask if there is a way to use OAuth2 credentials to log into the MCC user interface. This is not the purpose of the OAuth2 authorization mechanism, it only provides programatic access to APIs. Therefore there's no way to use it to access the user interface.

Re: CampaignFeedService

2013-09-23 Thread Paul Matthews (AdWords API Team)
Hi Glyph, Can paste us the SOAP request (without personally identifiable information, such as your developer token), so we can get the full request information? Ideally with the full SOAP response too. Regards, - Paul, AdWords API Team. On Saturday, 21 September 2013 02:56:30 UTC+1, Glyph

Re: Please add AdServingOptimizationStatus to CAMPAIGN_PERFORMANCE_REPORT

2013-09-17 Thread Paul Matthews (AdWords API Team)
Hi Kevin, Can you elaborate on an example use case for this feature? Regards, - Paul, AdWords API Team. On Monday, 16 September 2013 15:11:19 UTC+1, Kevin wrote: Hi, I was hoping to use CAMPAIGN_PERFORMANCE_REPORT to download campaign structure, but this report doesn't have

Re: how to create a test account

2013-09-17 Thread Paul Matthews (AdWords API Team)
Hi Elton, I believe the issue you're facing is that you're trying to use the developer token from your test mcc. You need to use the developer token for an authorized mcc. Regards, - Paul, AdWords API Team. On Monday, 16 September 2013 21:23:02 UTC+1, elton wrote: We are having a problem

Re: Offline Conversions Import via API

2013-09-17 Thread Paul Matthews (AdWords API Team)
The API often gets features after the AdWords frontend. For updates on newly released features, subscribe to our bloghttp://googleadsdeveloper.blogspot.co.uk/search/label/adwords_api . Regards, - Paul, AdWords API Team. On Tuesday, 17 September 2013 09:21:31 UTC+1, Dave Cardwell wrote: Are

Re: offline conversions import integration

2013-09-13 Thread Paul Matthews (AdWords API Team)
Hi Arraya, Currently there is no way to import offline conversions through the API. Please subscribe to the AdWords bloghttp://googleadsdeveloper.blogspot.co.uk/search/label/adwords_apifor feature updates and announcements. Regards, - Paul, AdWords API Team. On Monday, 9 September 2013

Re: Login form for third-party policy, reports by accounts

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi, The AdWords API Forum is a technical support forum and doesn't offer guidance on interpreting Terms and Conditionshttps://developers.google.com/adwords/api/docs/termsor Require Minimum Functionality. For this information, please ask these questions during your token review process.

  1   2   >