Re: Unable to update 'promotionLine' in productAds

2014-04-03 Thread Raja Ram
Josh, No, I haven't tried deleting and recreating Product Ad. My requirement is to change the 'Promotion Line' alone. Is there any way to delete to Product Ad alone (i.e., Simply Promotion Line). Also I'm using PHP Server script, if possible can you share me a sample code to ADD & DELETE Prod

Sitelink /placeholder feed item performance report problem

2014-04-03 Thread Arthur
Hi, I am trying to get the performance of an ad depending on whether sitelinks appeared or not (for those impressions for which sitelinks were eligible). Apparently, I am doing it wrong / it isn't possible. query = """ SELECT ExternalCustomerId, CampaignId, AdGroupId, AdId,

About redirect url creation

2014-04-03 Thread sravanthi
hi, please help me out,v are thinking to develop adwords api.already we have credentials and created project. now we r thinking to develop api for this project for that we need client id and client secrete id and redirect url..when i logged into the account there is no redirect url so i started

Re: Set Campaign Subtype trough API

2014-04-03 Thread Roni Bardavid
I couldn't find how to define criterion for mobileapplication. First of all is this normal or negative criterion? Second is do i need to fill id parameter or appid is enough? Can you give me example how to do? And how can i check the changes on Google Adwords campaign management? Thanks On We

Re: How do I set up custom date range using JAVA API

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Tom, Below is a sample of how to pass a custom date range. DateRange dateRange = new DateRange(); dateRange.setMin("20140101"); dateRange.setMax("20140131"); selector.setDateRange(dateRange); Are you using an IDE such as Eclipse? It would provide you with context assistance

Re: Getting empty string error when trying to get campaigns

2014-04-03 Thread Ray Tsang (AdWords API Team)
Hi All, Because PHP 5.3.x does not handle HTTP 1.1 chunked encoding properly, we've updated the PHP Google Ads client library to use HTTP 1.0 for PHP 5.3.x. You can download the updated client library from GitHub . PHP 5.2 users take note: We a

Adgroup performance report exception

2014-04-03 Thread erica d'acunto
I am running the following code: ReportDefinition definition = new ReportDefinition(); definition.reportName = "AdGroup_Performance_report"; definition.reportType = ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT; definition.downloadFormat = D

How to connect ADX (double-click Ad Exchange RTB)

2014-04-03 Thread michael . cohen972
Hi, I need some help to understand how to start such a process. Information such as: - Adx - Contact Person - What is the procedure of getting a “seat” as a bidder on Google ad exchange - Is there any test environment (Sandbox) to test our bidder - How we cover the contract

Re: Fatal error: Uncaught SoapFault exception: [soap:Server] [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''] in AdsSoapClient.php:216

2014-04-03 Thread Jaco Pieterse
Hey Josh, My developer token still says pending approval and its been months. How can I get Google to have a look at this? Customer ID: 423-525-9337 Best regards, Jaco On Friday, December 6, 2013 10:39:39 PM UTC+2, Josh Radcliff (AdWords API Team) wrote: > > Hi Sujeesh, > > I checked the cus

Mobile App (iOS/Android) Adwords API Integration

2014-04-03 Thread Jason Williams
Hi Everyone, I'm in the process of defining a requirement for a Mobile App (iOS/Android smartphones/tablets) and i'm looking for some guidence on the use of the API in terms of integration with smartphones / tablets. 1. Can we have the Mobile App communicate directly with the API and retrieve

getting an INVALID_FIELD_VALUES_IN_DATE_TIME when trying to upload offline conversion

2014-04-03 Thread zigit . mobile
hi, i'm trying to upload offline conversion and im using this date: "20140331 170154". what should i do? thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2014-04-03 Thread Jbielsa
Hello!!! During the month of March, I have been getting this kind of error. ( InternalApiError.UNEXPECTED_INTERNAL_API_ERROR) This error occurs occasionally and there are times to retry the operation after 30 seconds does not work. I use this services: - CampaignService - CampaignCriterionServ

Need help on Keyword Planner similar API function

2014-04-03 Thread Ismail Muhammad Noman
Hi I am new to this API and just able to install the Google adowrds API client library (PHP). And now able to run the examples from command line. Can you please answer me this 2 questions? 1. should I always run those example or my new file from command line? Cant run that from browser? 2. I

Re: Adgroup performance report exception

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Erica, Is the error you are getting as follows? Start and End date are required for CUSTOM_DATE I noticed that you never set the *DateRange* on your *Selector* but you are specifying a date range type of CUSTOM_DATE. If that's not the error you are hitting, please post the error message so

Re: How to connect ADX (double-click Ad Exchange RTB)

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Michael, I've forwarded this on to our AdX Buyer API team. They will follow up with you via email. Cheers, Josh, AdWords API Team On Thursday, April 3, 2014 8:53:00 AM UTC-4, michael@gmail.com wrote: > > Hi, > > I need some help to understand how to start such a process. > > > > Informa

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Ralph, The reporting service returns stats for each account. Please see our reporting guide , list of reports , and the DownloadCriteriaReport sample in each cli

Re: getting an INVALID_FIELD_VALUES_IN_DATE_TIME when trying to upload offline conversion

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, The conversionTime must include a timezone. See our Date and Time Formats guide fo

Re: Need help on Keyword Planner similar API function

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, Welcome to the AdWords API community! In response to your questions: 1. All of the examples should be run from the command line, as they are simply meant to demonstrate API functionality and usage. 2. Similar functionality to the Keyword Planner is available in the API in TargetingIdeaServ

Re: client id and client secret id

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, I highly recommend using the GetRefreshTokenexample instead. If you have configured your application in the Developers Console as an installed application

Re: getting an INVALID_FIELD_VALUES_IN_DATE_TIME when trying to upload offline conversion

2014-04-03 Thread zigit . mobile
THANKS! בתאריך יום חמישי, 3 באפריל 2014 18:10:18 UTC+3, מאת Josh Radcliff (AdWords API Team): > > Hi, > > The > conversionTime > must > include a timezone. See o

Re: About redirect url creation

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, Please read our OAuth 2.0 Authentication guide, particularly item #6 in the Getting started section.

Re: feed service limits and site links implementation problem

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, Your use case is a bit different from the norm. Usually an account contains far fewer AdGroups where each AdGroup contains multiple Ads that all share common sitelinks. Sitelinks are meant to provide information that's relevant to the AdGroup but not necessarily set at a fine-grained lev

Re: How can I create a HTML 5 ad from .SWF file using Adwords API?

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Shuhan, If the template ads generated are for ID 364 then this is not supported through the API at this time. Thanks, Josh, AdWords API Team On Wednesday, April 2, 2014 4:09:32 PM UTC-4, Shah-nawaj Shuhan wrote: > > Hello, > > Thank you for your response. I think that isn't a option for me.

Re: Set Campaign Subtype trough API

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, You would create this at the *AdGroup* level as a BiddableAdGroupCriterion. To create a MobileApplication

Re: Unable to update 'promotionLine' in productAds

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, The client library includes the following samples for deleting and adding an ad: - https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/BasicOperations/DeleteAd.php - https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v2

Re: Uploading offline conversions

2014-04-03 Thread zigit . mobile
Hi Josh, I have finally succeeded to upload an offline conversion in the command line with the "UploadOfflineConversions.php" file, Now i wont to make this uplo

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread gordingin
Thanks Josh, that helps me move in the right direction. I tried that sample and was return this error - ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH. I DO have my ClientCustomerId added to my C# app.config file. Also, to get Metrics, as I understand it, you export the data in xml

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread gordingin
I was using my MMC id so using a clients ID worked. But if you could still answer my question about the export. ALSO, where is a list of selector.field values I can use. In the sample, the have CampaignId, AdGroupId, etc. Is there a list I can view? thx r On Thursday, April 3, 2014 12:34:59 PM

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, The report list I sent over earlier contains a table of available fields on a per-report basis. When making report requests you'll want to use the field names from the first column of the table. Regarding consuming the repo

Re: Uploading offline conversions

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, The *Getting Started* section of the PHP client library README contains instructions on configuring your *auth.ini* file and installing the library. I'm not a PHP expert, but once you've installed the library I would think you

Multiple errors on Report Types Reference page

2014-04-03 Thread Alan Ho
We use the CSV format of the report fields table for data cross-checking and noticed few errors in the table. Tried to report this using in-page "Report a bug" but nothing has been heard so far. https://google-developers.appspot.com/adwords/api/docs/appendix/reports?hl=he#account KEYWORDS_PERFO

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread gordingin
Excellent! Last question, since there a ton of reports, I just would like a totals report where I can get the total clicks, impressions, ctr, etc, the same totals one would see on the home screen. Thx again Ralph On Thursday, April 3, 2014 1:25:15 PM UTC-4, Josh Radcliff (AdWords API

Re: Multiple errors on Report Types Reference page

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Alan, Thanks for pointing this out. On the KEYWORDS_PERFORMANCE_REPORT I'm seeing the Display Name ("Keyword") and XML attribute name ("keyword") that's shown on the page for PlacementUrl. I'll look into the other two reports. If you are analyzing the table programmatically then I would s

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Ralph, The Mapping Reports to the UI page should help here. If you just want data aggregated at the Campaign or Account level, then you'd want to use the CAMPAIGN_PERFORMANCE_REPORT or ACCOUNT_PERFORMANCE_REPORT, respectively

Re: ImageError.SERVER_ERROR when creating ads

2014-04-03 Thread Ray Tsang (AdWords API Team)
Rodrigo, I've received your log. I'll continue to work on this. Thanks! Ray On Tuesday, March 25, 2014 6:04:01 PM UTC-4, Ray Tsang (AdWords API Team) wrote: > > Rodrigo, > > FYI we are looking into this issue but will need your help to generate one > more request. Please also confirm if thi

Re: How do I set up custom date range using JAVA API

2014-04-03 Thread Tom
It worked for me. Thanks Josh ! On Thursday, April 3, 2014 6:35:54 AM UTC-7, Josh Radcliff (AdWords API Team) wrote: > Hi Tom, > > Below is a sample of how to pass a custom date range. > > DateRange dateRange = new DateRange(); > dateRange.setMin("20140101"); > dateRange.setMax("2014

Re: TrafficEstimatorService Not giving equal monthly volume compared with Keyword Planner Tool volume

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, If you are trying to match the *Get search volume for a list of keywords or group them into ad groups* option, then you should match (I confirmed myself) if you include the following parameters: 1. A RelatedToQuerySearchParameter for the keyword(s) 2. A NetworkSearchParameter with eac

Adwords OAuth2 using Service Account in C#

2014-04-03 Thread Richard
Hi, We have an internal c# Adwords application which I trying to upgrade from client login(v201309) to OAuth2(v201402) The application is running by scheduled job to update our Adwords data as well as pulling reports so there is no user interaction involved. I have followed below example and w

Re: Sitelink /placeholder feed item performance report problem

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi Arthur, Could you send over the customer ID you are querying? You can send it *only to me* by clicking "Reply to Author". I've tried reproducing the behavior you mentioned on my accounts but haven't had any luck. Thanks, Josh, AdWords API Team On Thursday, April 3, 2014 5:30:17 AM UTC-4,

Re: Adwords OAuth2 using Service Account in C#

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, After the initial OAuth user interaction, you can still perform operations without further user interaction with the *Installed Application* and *Web Application* flows as long as you request offline access

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2014-04-03 Thread Josh Radcliff (AdWords API Team)
Hi, I'm not aware of any increase in these errors recently. Do you see any pattern among the failed requests, and do they eventually succeed if you retry several times (possibly beyond 30 seconds)? It's likely that you don't see this with the MutateJobService because it automatically retries

Re: What am I missing? I just need to get metrics for my campaings

2014-04-03 Thread gordingin
Thanks Josh. On Thursday, April 3, 2014 3:23:56 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: > > Hi Ralph, > > The Mapping Reports to the UI > page should > help here. If you just want data aggregated at the Campaign or Acco

Re: Multiple errors on Report Types Reference page

2014-04-03 Thread Alan Ho
Thanks for the prompt response. I wanna further verify that the display name of each column should be unique, the same as column name? The reason we're doing this is the column name in the reporting CSV header is using "Display Name", while we need to use "Column Name" in AWQL. In order for u

Is it good to retrieve many access tokens?

2014-04-03 Thread 照沼領
Hi, all I want to change auth method from ClientLogin to OAuth. Currently, Batch program authentication is executed on each thread. So, If auth method will change, batch retrieve many access tokens. This doesn't match the sharing credential policy of api document. Is it ok to use many access t