Re: In report, why does 'cost' change from 1 to 1000000?

2014-03-31 Thread Michael Ni
they should have introduced a new field then deprecated the old one, too important of a field to just change the value On Monday, March 31, 2014 6:15:28 PM UTC-7, Michael Ni wrote: > > I got burnt by this too, over spent 10k in 6 hours. > > On Friday, March 28, 2014 8:03:58 AM UTC-7, Michael Cloo

Re: In report, why does 'cost' change from 1 to 1000000?

2014-03-31 Thread Michael Ni
I got burnt by this too, over spent 10k in 6 hours. On Friday, March 28, 2014 8:03:58 AM UTC-7, Michael Cloonan (AdWords API Team) wrote: > > Hi, > > In the announcement for > v201402, > > we linked to the r

feed service limits and site links implementation problem

2014-03-31 Thread Michael Ni
from this page https://developers.google.com/adwords/api/docs/appendix/limits#feed it says Feeds per account20EntityCountLimitExceeded.ACCOUNT_LIMITWe recommend using only one feed per exten

Re: Migrating "Search + Display" Campaigns to "Search + Display Select" (SNDS)

2014-03-31 Thread srohde
Adding another question: How is an old Search + Display campaign represented in the v201402 API? Is it like this? *advertisingChannelType* = SEARCH *displaySelect* = unspecified (null) Enabled *networkSettings* = Search & Content networks On Monday, 31 March 2014 17:46:45 UTC-4, srohde wrote:

Migrating "Search + Display" Campaigns to "Search + Display Select" (SNDS)

2014-03-31 Thread srohde
I have a question about this blog post --> Changes Required for Creating New Campaigns in the AdWords API v201402 . Towards the bottom, it talks about the old Search + Display campaigns a

Re: oAuth2Credential generated via OfflineCredentials.Builder() works fine to get some account information, but not all

2014-03-31 Thread steve . beaman
Yep. That was it. All I had to do was setClientCustomerId on the AdWordsSession. I'm back in business again! Thanks Josh. On Monday, March 31, 2014 1:59:06 PM UTC-7, Josh Radcliff (AdWords API Team) wrote: > Hi, > > From the behavior you are describing it sounds like you are passing an MC

Re: Strange SelectorError.START_INDEX_IS_TOO_HIGH

2014-03-31 Thread ddofborg
Is there a way to limit the size of the AdHoc report? I'd like to download is in parts and not as a whole. On Sunday, September 8, 2013 11:44:08 AM UTC+2, Takeshi Hagikura (AdWords API Team) wrote: > > To follow up on this, > As mentioned in the blog post, the recommended way to retrieve large

Re: Receiving QuotaCheckError.INCOMPLETE_SIGNUP

2014-03-31 Thread developers
Hello, we have been having this issue since friday, I am certain that we have put in the billing information and took care of T&C on the spot, however, upon calling the API I am getting the following error still: *[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']* Can you assist on this iss

Re: Documentation error for placeholder feed item report

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for pointing this out. That field should be labeled as a *Segment* instead of as an *Attribute*. I've made a note of it and will update the documentation accordingly. Cheers, Josh, AdWords API Team On Saturday, March 29, 2014 9:44:44 AM UTC-4, Arthur wrote: > > report description

Re: oAuth2Credential generated via OfflineCredentials.Builder() works fine to get some account information, but not all

2014-03-31 Thread steve . beaman
On Monday, March 31, 2014 11:06:23 AM UTC-7, New Day Consulting wrote: > > I am a java developer transitioning to AdWords API v201402 from v201306. > > I have generated an oAuth2Credential via the OfflineCredentialsBuilder() > as suggested as a replacement for getting oAuth2 authorization via a

Re: ConversionFeedUpload - Timezone Update

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, Regarding the EXPIRED_CLICK errors, do you get these when uploading any recent conversions? If so, when were the *clicks* for these conversions? If they were outside the ctcLookbackWindow

Re: oAuth2Credential generated via OfflineCredentials.Builder() works fine to get some account information, but not all

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, >From the behavior you are describing it sounds like you are passing an MCC customer ID in the *clientCustomerId* header. For the CampaignService you'll want to specify a regular AdWords customer ID by either updating your ads.properties file or calling setClientCustomerId on your AdWords

Re: Consolidating Sitelink FeedItems to one Feed

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, The feedId of a FeedItem is immutable, so the only option is to fetch the feed items you want to move, set each one's feedId to the consolidated feedId, and pass them back into a FeedItemOperation with operator *ADD*. This does mean that reports will return different feedItemIds and feedId

Re: Google adwords client library 201402 (php) includes Express API, is Adwords express supported via API?

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, The Express API is available on an invite-only basis. If you are interested in using the API please contact your Google Account Manager. Cheers, Josh, AdWords API Team On Sunday, March 30, 2014 10:10:15 AM UTC-4, אבי סוציופאל wrote: > > I tried and could not make it work, but it would be i

Re: How to add an existing account to my MCC?

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi Ofer, Our guide on managing accounts describes the steps for this process. Cheers, Josh, AdWords API Team On Sunday, March 30, 2014 11:21:01 AM UTC-4, ofer...@idomoo.com wrote: > > > Hi, > We are developing a tool tha

Re: missing AD id from report v201402

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, Are you using shared ads at all? As mentioned in the note on Reporting Basics , the API does not currently support shared ads. Cheers, Josh, AdWords API Team On Sunday, March 30, 2014 12:03:02 PM UTC-4, Yotam Tayeb wrote: >

Re: Remarketing Error - "ecomm_pagetype" missing - How to identify problem pages?

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, This group is meant for API-specific questions, but your question seems like a general AdWords question. That being said, you may want to use the Google Tag Assistant as described in the help article. If that does not work please u

Re: How To get Country,Zipcode,postalcode,State and DMA code from geo_criteria_id

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, The DMA regions can be found here: https://developers.google.com/adwords/api/docs/appendix/cities-DMAregions Regarding zip codes/postal codes, I'm not aware of a service that will provide the corresponding zip codes for those locations. The closest functionality we have is the GeoLocatio

Re: MutateAction (ADD) requires CREATE_CAMPAIGN Getting on Create campaign

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, This appears to be a duplicate of your other post on campaign criteria. Please see that post for my answer to your question. Thanks, Josh, AdWords API Team On Monday, March 31, 2014 12:23:12 AM UTC-4, chriss Moyle wrote

Re: how to know existing client id and secret id of a project in adword account

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, This appears to be a duplicate of your other post. Please see the other post for my answer to your question. Thanks, Josh, AdWords API Team On Saturday, March 29, 2014 2:45:05 AM UTC-4, srav...@newtel.in wrote: > > hi,

Re: Need help for add new campaign

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, Location and Language can be configured as CampaignCriterionobjects added through the CampaignCriterionService

Re: Reg WinNotification Test

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, Is this a question about the AdWords API? If so, could you send over more details? Thanks, Josh, AdWords API Team On Friday, March 28, 2014 10:02:42 AM UTC-4, Veera Reddy wrote: > > Hi, > > We are using python tester for sending requests and how

Re: client id and client secret id

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, To find the client ID and client secret for an existing project please follow the steps below. 1. Go to the Google Developers Console 2. Click on the project in the list on the right 3. Click *APIs & auth* 4. Click *Credentials* - the existi

Re: AuthenticationError.LOGIN_COOKIE_REQUIRED

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, As mentioned in the v201402 release notes, *ClientLogin* is not supported in v201402, so you will need to migrate to *OAuth2*. Our recent blog post

Re: Get Top Keywords By A Particular Metric

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi Becky, AdWords reporting does not support top N queries, but for that use case I recommend: 1. Make sure you are requesting the GZIPPED_CSV (or GZIPPED_XML) format to save bandwidth. 2. Request as few fields as possible, e.g., just CampaignId, AdGroupId, Id, Clicks if you are in

oAuth2Credential generated via OfflineCredentials.Builder() works fine to get some account information, but not all

2014-03-31 Thread New Day Consulting
I am a java developer transitioning to AdWords API v201402 from v201306. I have generated an oAuth2Credential via the OfflineCredentialsBuilder() as suggested as a replacement for getting oAuth2 authorization via a private key file (a *.p12" file) and an email and password in an ads.properties f

Re: Adhoc report with Oauth2 : looking for Documentation

2014-03-31 Thread goo...@rndinteractive.com
my request for the offline access code was thus: 'scope' => 'https://adwords.google.com/api/adwords/', // this was already part of my code before your comment 'redirect_uri' => 'http://inside.dealerinnovation.com/ppc/oauth2callback.php', 'response_type' => 'c

Re: Get and Update CPC Bid for AdGroup

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi Alex, At the AdGroup level you can modify bids in two ways: 1. ADD or SET (updated) an AdGroupBidModifier.bidModifier through the AdGroupBidModifierService

Re: Set budget (not shared) and location (PHP)

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, If you have the budget ID then you would want to do something like this: $mycampaignname= "abctaxis"; $campaign->budget = 50.00; $budget = new Budget(); $budget->id = *ENTER_EXISTING_BUDGET_ID_HERE*; *// NOTE: You only need to specify the values below if you want to change them* $

Re: Set a budget with static BudgetId

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, This looks like a duplicate of your other post. Please see that post for my answer to your question. Cheers, Josh, AdWords API Team On Friday, March 28, 2014 8:48:00 AM UTC-4, Mike Young wrote: > > Using V201402 > > How

Re: Expected return value MaxCpc field in reports

2014-03-31 Thread Josh Radcliff (AdWords API Team)
Hi, I'll update the docs so they state that the format depends on the value of the returnMoneyInMicros header. Another point to be aware of is that the default value for this header changed between v201309 and v2

Re: Expected return value MaxCpc field in reports

2014-03-31 Thread Robert Borkowski
Hi, Does anyone have an idea how I should handle the data that comes in MacCPC field in api v201402? Thanks On Wednesday, 26 March 2014 18:37:52 UTC, Robert Borkowski wrote: > > Notes: "Usually a number in the format "x.xx", but may return "auto: x.xx" > or just "auto" if automatic bidding is us

Consolidating Sitelink FeedItems to one Feed

2014-03-31 Thread Michael Dugan
*We are on the .Net 201309 api version* Due to some prior api integration issues, we now have several Feeds all with PlaceholderType Sitelink, all containing many Sitelink FeedItems. There is now a lot of guess-work involved and it is very difficult to determine under which Feed to Create/Upda

missing AD id from report v201402

2014-03-31 Thread Yotam Tayeb
Hi, We are running Ad Performance Report on Python API and we see that from the Adwords UI we get more results than the API and certain AD id is missing. Do you have an idea what can possibly be the reason? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Google adwords client library 201402 (php) includes Express API, is Adwords express supported via API?

2014-03-31 Thread אבי סוציופאל
I tried and could not make it work, but it would be interesting to understand the roadmap regarding this feature -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/pos

How to add an existing account to my MCC?

2014-03-31 Thread ofer . pen
Hi, We are developing a tool that will allow running video campaigns in adwords. If I create an account programmatically can i also programmatically grant administrative access to a user? Thanks Ofer -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: h

Re: Adhoc report with Oauth2 : looking for Documentation

2014-03-31 Thread Danial Klimkin
Hello, Please see this guide for more details: https://developers.google.com/adwords/api/docs/guides/authentication#scope -Danial, AdWords API Team. On Sunday, March 30, 2014 10:10:58 PM UTC+4, goo...@rndinteractive.com wrote: > > > > On Wednesday, August 7, 2013 3:04:44 AM UTC-7, Danial