Re: Adwords API PHP - Failing

2014-08-18 Thread Stuart Wilson
Can you confirm that GetCampaigns should be run from command line also? How would you do this on 3rd party host? On Friday, August 15, 2014 10:46:45 AM UTC+1, Stuart Wilson wrote: Hi, I have the latest Adwords API PHP library and have uploaded the lib, examples and build_lib folders to

Re: AdGroup criterion case value in lower case

2014-08-18 Thread David Juarez
Well, it took some time until the products were bounded with the new shopping campaigns. Now it is clear that it is not case sensitive. David On Thursday, August 14, 2014 10:59:15 AM UTC+2, David Juarez wrote: Hi, I created some product partitions with custom label 0. It represents the

Re: Why Is The Search Function So Awful?

2014-08-18 Thread Aaron Karp
I can't say for certain when this will be fixed (we have some other bugs too :-) but I'm serious about search being a top priority. You'll notice some (hopefully very useful) enhancements to search launching in the next month or so that will make it easier to find specific classes and methods,

Re: Does EXACT and PHASE match type is going to change ?

2014-08-18 Thread Danial Klimkin
Hello, Please see: http://googleadsdeveloper.blogspot.com/2014/08/adwords-close-variant-matching-for-all.html -Danial, AdWords API Team. On Monday, August 18, 2014 11:22:04 AM UTC+4, 照沼領 wrote: Hi all, Sorry, I've jumping to a conclusion. The closing option is variant keyword

Re: incomplete signup after signed and Filed

2014-08-18 Thread Paul Remote-Keys
Hi How long should it take to move from Pending Approval to actually being approved. We have been waiting for months now without any change. I understood it may take some time . . . .. but it just seems an unreasonable amount of time to wait? Any ideas Thanks On Friday, 1 August 2014

How can we create a MCC account via API?

2014-08-18 Thread wangming
We are one of the agents of Google Adwords, who aim to develop platform based on Adwords’ API. We plan to upgrade account management and ad management module of our platform and designed a 4-level account structure as below: Top MCC-- regional manager MCC-- industry manager MCC--custom

Re: How can we create a MCC account via API?

2014-08-18 Thread Danial Klimkin
Hello, 1. No, canManageClients is read-only property, it can't be set via the API. 2. As per (1), no, you need to create MCC accounts via the UI. 3. Yes, just send clientCustomerId of the sub-MCC in the request header. -Danial, AdWords API Team. On Monday, August 18, 2014 10:20:13 AM

Re: Error: Missing report definition

2014-08-18 Thread Danial Klimkin
Hello Stuart, It looks like the POST parameter is not passed correctly. It's hard to me to tell what's was on the wire for this code, can you send us a log with exact HTTP request (please omit developer and access tokens)? Also, please consider using our DotNet library instead of crafting

Re: Perl and Adwords API (Service Accounts)

2014-08-18 Thread Josh Radcliff (AdWords API Team)
Hi Ian, A refresh token obtained for *offline* access (such as the one generated by the example) won't expire unless you revoke it, so you can continue to use it to fetch new access tokens. Access tokens *do* expire

Re: Adwords API PHP - Failing

2014-08-18 Thread Josh Radcliff (AdWords API Team)
Hi, Yes, the GetCampaigns example should be run from the command line as well. In terms of running this on a third party host, you would have to have access to the command line on that host, e.g., through ssh. Keep in mind that the examples are simply meant to illustrate how to use the API.

Re: incomplete signup after signed and Filed

2014-08-18 Thread Josh Radcliff (AdWords API Team)
Hi, For questions about your token application process, please fill out this form: https://services.google.com/fb/forms/apicontact/ Cheers, Josh, AdWords API Team On Saturday, August 16, 2014 7:23:08 AM UTC-4, Paul Remote-Keys wrote: Hi How long should it take to move from Pending

Re: Google Product Taxonomy vs Product Bidding Category

2014-08-18 Thread Josh Radcliff (AdWords API Team)
Hi, No update just yet. I'll post here as soon as I have more information. Thanks, Josh, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Priority of Product Listing Ads campaigns

2014-08-18 Thread David Juarez
Hi, We are gonna make the transition from the old PLA campaigns to the shopping campaigns. They were created 5 days ago with priority Medium, but although they have products bounded with the campaign, they do not receive any traffic. The traffic remains by the old PLA campaign (both campaigns

Re: CAMPAIGN_BIDDING_STRATEGY_CANNOT_BE_OVERRIDDEN - Error when it will appear

2014-08-18 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you check on the AdWords UI and let me know if it allows the bidding combination you are trying to achieve using the API? Cheers, Anash On Thursday, August 14, 2014 10:02:45 AM UTC-4, usaw...@gmail.com wrote: Hi, Now I have tried set manual cpc bidding scheme / Flexible bid

Latest .Net libraries missing v201309

2014-08-18 Thread road11
I've been running the Adwords.Net libraries v18.1. It contains the namespace Google.Api.Ads.AdWords.v201309; However, I just ran NuGet to bring down the latest dll, v.18.2. Help me understand why v201309 is missing from the library? The latest version it has is v201306. This is causing major

Supporting DateRange in Estimated Traffic keywords

2014-08-18 Thread Ranjith A
Hi All, I want to get estimated traffic keywords for particular month using php api. My doubt is it will support date range in api or not i can able to do in dashboard.but how can i do it in api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: AdGroup criterion case value in lower case

2014-08-18 Thread Mat Scales (AdWords API Team)
Hi David, That's correct, we match these strings case-insensitively. On the AdWords side we actually store the strings as lower case, as you noticed. Cheers, Mat On Monday, August 18, 2014 8:14:09 AM UTC+1, David Juarez wrote: Well, it took some time until the products were bounded with the

Re: How to add dummy data to my test account

2014-08-18 Thread Ron
Hi Anash, How would I go about this for testing the uploading of Offline Conversions, since I would need gclid's that are normally generated when running a campaign? Thanks, Ron On Wednesday, July 30, 2014 1:53:58 PM UTC+2, Anash P. Oommen (AdWords API Team) wrote: Hi Mathis, The way you

Excluding ad targeting by DV-MA / DL-MA?

2014-08-18 Thread Laura
I'd like to restrict the ads I place so it excludes DV-MA content. I see there is a way to do this through the Campaigns Display Network online https://support.google.com/adwords/answer/2456100?hl=en, but can't figure out how to do this through the API. I also found a similar page describing

Re: Custom Date with Call Metrics Call Details Report

2014-08-18 Thread Christopher Taylor
Is there any update to this? It fails even if we don't pass a date range with: Type = 'ReportDownloadError.MISSING_PARAMETER', Trigger = 'Start and End date are required for CUSTOM_DATE and ReportType: CALL_METRICS_CALL_DETAILS_REPORT', FieldPath = ''. When we specify startDate and endDate,

Re: Custom Date with Call Metrics Call Details Report

2014-08-18 Thread Christopher Taylor
Nevermind, changed dateRangeType to ALL_TIME and it works now. Let us know when we can filter by date range because there's a lot of data we're going to have to sift through nightly.. On Monday, August 18, 2014 11:29:11 AM UTC-7, Christopher Taylor wrote: Is there any update to this? It

MCC and client accounts limitations

2014-08-18 Thread GDZ
Hello! Is there a limit on hour many client accounts we can create under one MCC? I heard thousands but what is the exact number? Thank you! GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

MCC and total accounts limit

2014-08-18 Thread GDZ
Hello! Is there a limit on how many client accounts we can create under one MCC? I heard thousands but what is the exact number? Thank you! GDZ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/