Re: Offline conversions upload set time zone

2014-02-17 Thread Takeshi Hagikura (AdWords API Team)
Hi Steve, It should be the same as other services that have datetime fields. So for example it should be like 20140216 101010 Asia/Tokyo; Best, - Takeshi, AdWords API Team On Friday, February 14, 2014 10:21:07 PM UTC+9, Nypo77 wrote: Hi Community! I am uploading offline conversions to an

Re: How to retrieve AdParams?

2014-02-17 Thread Takeshi Hagikura (AdWords API Team)
Hi, Did you set your ad parameters like this examplehttps://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/CampaignManagement/SetAdParameters.php ? And do you have request and response xml logs for AdParamService.get? (When you share it here, please redact

What will happen if I do not set content bid to 0 for Display Network only campaigns?

2014-02-17 Thread Aradhya Tripathi
Hi, According to this http://googleadsdeveloper.blogspot.in/2014/02/reminder-change-to-contentbid-setting.htmlblog post, we have to set the content bid to 0. I wanted to know what will happen if I do not set the content bid to 0. Will this cause any problems? Thanks, Aradhya -- --

Re: QuotaCheckError.INCOMPLETE_SIGNUP on report download

2014-02-17 Thread Danial Klimkin
Hello Ben, Unfortunately I don't see any specifics. Please try going over billing setup for the MCC. If in doubt, please check with the general AdWords support as billing is out of scope for the API team. -Danial, AdWords API Team. On Friday, February 14, 2014 7:38:11 PM UTC+4, Ben

Re: OAuth 2.0 Redirect URI issue

2014-02-17 Thread Karthik vvs
Thank you for the response Ray Tsang.We are managing all of the adwords accounts from a single top MCC and we have registered it as a web application.I want to know how do we get refresh token for a web application rather than for a native application.Please clarify. Regards, Karthik On

(Reasons to Hate The) AdWords API for PHP

2014-02-17 Thread Ed Eichman
https://plus.google.com/115280506435026199799/posts/a73o1yCktrX Well, I thought I would have a nice post about how making the effort to switch from AdWords Scripting to directly programming the AdWords API is worth it. Now I'm not so sure. Backgroup: AdWords scripts were doing exactly what I

Re: How to link an existing Adwords account with MCC Account

2014-02-17 Thread brstdev9
hello Ray Tsang, yes i can explain this. See if you have a look at the User Interface of My client center account and switch to accounts tab then there are two buttons create account and link existing account. If we click on link existing Account then we have to provide the email of the

Re: Reading stats like impressions or total cost with v201309 without downloading a file

2014-02-17 Thread Ed Eichman
Hi Danial, assaf, you can get a report via HTTP request and then it's up to you whether you want to keep it in memory or save to a file. Most of our client libraries support both flows. That's a big step backwards in ease of use. I can't believe that data that is so easy to get via

Re: Statistics for particular campaign and adgroup

2014-02-17 Thread Karthik vvs
Thank you Ray Tsang.I have got the required functionality using selectors. Regards, Karthik. On Wednesday, 12 February 2014 21:47:51 UTC+5:30, Ray Tsang (AdWords API Team) wrote: Karthik, Stats are only available in the reports starting v201309. Please see our v201309

Re: OAuth 2.0 Redirect URI issue

2014-02-17 Thread Ray Tsang (AdWords API Team)
Karthik, I'd highly recommend registering a Native application if you are managing accounts from a single top MCC. You'll only need one single refresh token in this case. However, if you really want to explore using an OAuth 2.0 web application, please see behind the scene

Re: How to link an existing Adwords account with MCC Account

2014-02-17 Thread Ray Tsang (AdWords API Team)
Yes, Client customer ID can be set dynamically. It sounds like you are using the PHP client library. Please see if SetClientCustomerIdhttps://github.com/googleads/googleads-php-lib/blob/master/src/Google/Api/Ads/AdWords/Lib/AdWordsUser.php#L348on the AdWordsUser class: Thanks, Ray On