Re: Automatic placements to managed placements

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi Torner, You can add a Placement criterion as a managed placement with the same url from one of the automatic placements. I guess it takes some time for the automatic placement to be removed. Out of curiosity, what is the motivation to replace automatic placements to managed? Best, - Takeshi

Re: retrieving site link data

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi A. Can you please share the actual cost from AdWords UI and the cost from PLACEHOLDER_FEED_ITEM_REPORT? B. Feed Id is the unique id assigned to each Feed. You can tell whether an Feed is for SiteLink by looking at placeholderType in FeedMappingService. e.g. placeholderType 1 tells you

Re: .net Client library v201209 Reporting issue

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, 1. Do you have stats other than March 1st? If yes, can you please share the request xml and clientCustomerId you targeted? 2. Similar to question 1. Are there any clicks between the time range you pulled the report? 3. AdHoc reports are targeted to pull a report for a single

Re: Negative Campaign Criterion deletion

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, Yes, Id is required when you send a delete request. Best, - Takeshi On Monday, April 29, 2013 6:40:09 PM UTC+9, Cap'n of d'Ship wrote: When I want to send a Mutate to delete a campaign Criterion, do I need the Id that was returned to me when creating it? I'm guessing I will but just

Re: Cost by date

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi Dustin, Yes it's possible using one of the Adhoc reportshttps://developers.google.com/adwords/api/docs/appendix/reports . E.g. ACCOUNT_PERFORMANCE_REPORT, you can download the cost field segmented by date. Best, - Takeshi, AdWords API Team On Tuesday, April 30, 2013 12:59:25 AM UTC+9,

Re: QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, Usually it's caused that you haven't supplied billing info or your credit card became delinquent. Can you please check the billing info? Best, - Takeshi, AdWords API Team On Monday, April 29, 2013 4:04:04 PM UTC+9, Petr Povala wrote: Hello, I'm using PHP client library for AdWords

Re: compatibility with visual studio 2012 express edition in vb

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, Basically the compatible version for dotnet library is 2010. But you still could open the sln by 2012 and visual studio would automatically upgrade the sln to 2012. Can you please try Rebuild All to the entire project and see if errors go away? Best, - Takeshi, AdWords API Team On

Re: TargetingIdeaSelector via PHP - need some advice

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, First can you please try this examplehttps://code.google.com/p/google-api-adwords-php/source/browse/examples/v201302/Optimization/GetKeywordIdeas.phpof get keyword ideas and see if it's suceessful? Best, - Takeshi, AdWords API Team On Saturday, April 27, 2013 8:02:19 PM UTC+9,

Re: retrieving site link data

2013-04-30 Thread nf7588
Hi, A. AdWords UI: on March 1st, 2013 for the specific client Ad Extensions View: Sitelinks Extentions Upgraded --- I get 5 Sitelinks with the following costs: 45.39, 44.64,0.25,0.75 and total: *45.39$ (?)* PLACEHOLDER_FEED_ITEM_REPORT: on March 1st, 2013 for the specific client *same

Re: Automatic placements to managed placements

2013-04-30 Thread Tomer Peled
Hi Takeshi, Thanks for the answer! The motivation behind this is to be able to control each placement more clearly, we can add our logic for the optimization process of a particular placement. On Tuesday, April 30, 2013 9:14:20 AM UTC+3, Takeshi Hagikura (AdWords API Team) wrote: Hi

Re: TargetingIdeaSelector via PHP - need some advice

2013-04-30 Thread Paul Matthews (AdWords API Team)
Hi goo..., Try sending this selector instead: array(1) { [selector]= array(5) { [requestType]= string(5) IDEAS [ideaType]= string(7) KEYWORD [requestedAttributeTypes]= array(4) { [0]= string(12) KEYWORD_TEXT [1]= string(13) SEARCH_VOLUME

Re: Token : Adwords API : ruby client

2013-04-30 Thread Jeremy Aube
I found that the format of the issued_at timestamp on the token was important. If it's in seconds since epoch, it's wrong. If it's in -MM-DD hh:mm:ss.ll then it seems to work better and refresh itself after an hour. On Wednesday, April 24, 2013 9:23:46 AM UTC-4, Paul Matthews (AdWords

Re: CustomerSyncService (v201302): questions about lastChangeTimestamp, updated campaign criterions within CampaignChangeData, and new ads/criterions within AdGroupChangeData

2013-04-30 Thread Julian Khandros
Much obliged to whoever can help us out with this! On Friday, April 26, 2013 5:46:08 PM UTC-4, Julian Khandros wrote: Google folks, A few questions about CustomerSyncService (v201302): 1) lastChangeTimestamp field within CustomerChangeData As per doc on

Re: Cost by date

2013-04-30 Thread rob
Yes. Most report options (ACCOUNT_PERFORMANCE_REPORT, KEYWORD_, etc) ... if you include the field Date, the report will no longer be a Summary report of the time period, but a daily summary instead. For instance, if you do a LAST_MONTH report, instead of one row of data you'll get 30, one

TargetError.CANNOT_TARGET_PARTNER_SEARCH_NETWORK

2013-04-30 Thread Matej Kloska
Hi, is it possible to enable partner networks through API? I'm still getting error TargetError.CANNOT_TARGET_PARTNER_SEARCH_NETWORK and in documentation is mentioned, that it is available to only some specific Google partner accounts. What does it mean? Client library: AW API PHP 4.2.2 Version:

Re: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'null'

2013-04-30 Thread webdev
Anash, My customer id is : Customer ID: 667-082-277 . Thank you for your assistance! Best regards, David Paul On Friday, April 19, 2013 12:11:40 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi, Could you post your AdWords API MCC CustomerId? I could investigate this further.

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-30 Thread Danial Klimkin
Hello David, This account doesn't have Terms and Conditions accepted. You can review and accept TC as the last step of the billing setup process. The PHP client library does not support service accounts. In most cases it is more convenient to use plain OAuth2 without JWT though. Refresh token

Re: Does the AdWords API support authentication via service accounts (OAuth 2.0)?

2013-04-30 Thread webdev
Please Help! I have a service account, but have not seen a PHP example of how to set this up for google adwords. Any assistance will be appreciated! Thank you in advance! On another note, I am currently getting incomplete_signup error. Info: Customer ID: 667-082-2778 . Hope you have a

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-30 Thread webdev
Danial, Thank you so much for your reply! I am in the process of getting the company to set up the billing. Plain OAuth2 requires user input doesn't it? I need my program to pull reports without user interaction. If there is an example without user interaction, then please forward the

How to create upgraded mobile extensions

2013-04-30 Thread Chris Lande
Hi, I've upgraded to the 201302 api and am able to create enhanced campaigns without any problem but the call extensions appear to still be legacy call extensions. Is there a code sample somewhere that demonstrates what you need to do to create the upgraded call extensions via the API?

Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-04-30 Thread webdev
Danial, Can you please recheck the account? The billing is set up , but I'm still getting the incomplete_signup error. Thank you! Best regards, David Paul On Tuesday, April 30, 2013 2:37:58 AM UTC+4, web...@adaptiveaudience.comwrote: Please Help! I have a service account, but have

Re: retrieving site link data

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, A. Thanks for the input. My first guess is there might be an issue in UI side. Can you also tell me your clientCustomerId (10 digits number like xxx-xxx-)? I'll look into this. If you don't want share it in this forum, please send it to me from Reply to the author at the top right

Re: .net Client library v201209 Reporting issue

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi Subrata, 1. I'm not 100% sure what data specifically you are talking about. As I wrote in the previous response, can you please tell me your clientCustomerId (10 digits like xxx-xxx-) and the requested report definition (xml or AWQL String)? 2. I see non zero data for clicks and

Re: TargetError.CANNOT_TARGET_PARTNER_SEARCH_NETWORK

2013-04-30 Thread Takeshi Hagikura (AdWords API Team)
Hi, As mentioned in the docs, partner networks can be used for some specific accounts. And it's not possible to enable it through API. Please remove that setting from the request. Best, - Takeshi, AdWords API Team On Tuesday, April 30, 2013 5:28:44 PM UTC+9, Matej Kloska wrote: Hi, is it