Rest of budget

2013-12-12 Thread Nikita
Hi. Is there any way to get rest of account budget through Adwords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api

Re: Rest of budget

2013-12-12 Thread Evgeniy Bogdanov
No. Take a look on Adwords scripts. I'm not sure, but probably this can help you. 2013/12/12 Nikita nik...@i-promoter.ru Hi. Is there any way to get rest of account budget through Adwords API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Rest of budget

2013-12-12 Thread Zweitze
When the account budget is managed by an MCC, you can. Use the BudgetOrderService to get all budgets for the account, and determine the active budget, and its start date. Then run an account performance report from the same start date until today, and ask for the cost. Subtract the cost from

CurrencySymbol

2013-12-12 Thread Jam
Hi, we want to set AdParameter with Polish Zloty (zł), but it is not accepted as CurrencySymbol. What can we do? Thanks Jam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Get AdGrupoId with MediaId

2013-12-12 Thread Sara Lorenzo
Hi. Is it possible to get the value of AdGrupoId with the value of MediaId? How? What is the relation between AdGroupId and MediaId? Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

API Approval still pending

2013-12-12 Thread stuart
We applied for API access some time ago (7 weeks, at least) and have yet to be granted approval. Every time that I call Ad Words I am told that there is no way to contact the API team. I am so desperate to find an answer! Please help! I am losing customers daily because I can't provide the

API Developer Token *Still* Pending Approval!

2013-12-12 Thread stuart
We applied for API access some time ago (7 weeks, at least) and have yet to be granted approval. Every time that I call Ad Words I am told that there is no way to contact the API team. I am so desperate to find an answer! Please help! I am losing customers daily because I can't provide the

Cannot make GetRefreshToken.php work to work with test account

2013-12-12 Thread songsong
I'm a noob to Adwords API and please kindly let me know if I 'm not describing my issue clearly. It might be a duplicate as I did find similar topics in the forum, especially the following thread https://groups.google.com/forum/#!topic/adwords-api/q_xSgh30pTc. I pretty much have the same

Test

2013-12-12 Thread Harry
Just a test to see if I am visible... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Re: is adwords down right now? getting 502 server error

2013-12-12 Thread Zweitze
Hi, I see quite a few differences with the other thread. In my case: - The problem does not appear consistently. Sometimes a week passes by with no problems. - The problem occurs with different report types - The problem occurs with multiple accounts - If the problem occurs, it is always 06:32

How to get Campaign subtype?

2013-12-12 Thread Zweitze
Hi all, Subject says it all. In the AdWords web interface, on the campaigns tab, you can see Campaign subtype. How can I get that information with AdWords API? I have a similar question about Campaign type, am I right that you can get that information with the CampaignService, and then look

Re: How to aggregate data that was segmented by clicktype

2013-12-12 Thread Zweitze
Well I was afraid of that. Thanks for the confirmation! Op vrijdag 6 december 2013 17:49:01 UTC+1 schreef Josh Radcliff (AdWords API Team): Hi, The other forum suggestions are correct: if you want a reliable count of impressions then you should run a report without the ClickType column.

Re: Ruby Report Utils 'Missing Client Information' error

2013-12-12 Thread Danial Klimkin
Hello, Please note ClientLogin is deprecated and v201309 is the latest version to support it. You should start using OAuth2 to be able to keep using the API in 2014. If you really want to use your generated AuthToken, the request look ok. Can you clarify what do you put into:

Re: Placement performance report returns no data

2013-12-12 Thread Danial Klimkin
Hello Pierre-Luc, This request limits the placements to one campaign ID. I can see no placements exist in this campaign, so no output is expected. -Danial On Monday, December 9, 2013 8:36:28 PM UTC+4, Pierre-Luc Soucy wrote: Hi, We're trying to get placement statistics for our clients'

Re: Production account QuotaCheckError.INCOMPLETE_SIGNUP, billing entered and terms accepted

2013-12-12 Thread Danial Klimkin
Hello Derrick, What is your MCC clientCustomerId (shown on the top right corner in the UI)? -Danial, AdWords API Team. On Monday, December 9, 2013 9:22:33 PM UTC+4, Derrick Pelletier wrote: I am trying to use my developer token with a live production account and I'm getting the error:

Re: TrueView In-Search and the AW API

2013-12-12 Thread Danial Klimkin
Unfortunately, still not. -Danial. On Monday, December 9, 2013 5:25:48 AM UTC+4, Fabien Guiraud wrote: Hi, Still not available? Thanks Fabien Le lundi 8 octobre 2012 14:29:25 UTC+2, Danial Klimkin a écrit : Hello Brian, This functionality is planned but we do not have any time

Re: Problem running adword-axis-example GetRefreshToken

2013-12-12 Thread Paul Matthews (AdWords API Team)
Hi Andrea, So the URL mismatch generally occurs when you've not selected an InstalledApp flow in the cloud (or dev) console. For an example, please see the Java OAuth2 screencasthttps://www.youtube.com/watch?v=82_fsNg2768 . Regards, - Paul, AdWords API Team. On Thursday, 5 December 2013

Re: What is the replacement in v201309 for com.google.api.adwords.lib.ServiceAccountantManager

2013-12-12 Thread Danial Klimkin
Hello, Units are no longer used for billing as the API is now free, so this field was removed. -Danial, AdWords API Team. On Thursday, December 5, 2013 10:30:36 PM UTC+4, r...@oanda.com wrote: Hi, I am migrating a project to AdWords API v201309 where API calls have been broken since

Re: ServiceAccountantManager replacement in v201309

2013-12-12 Thread Danial Klimkin
Answered in the duplicate thread: https://groups.google.com/d/msg/adwords-api/Xi8Ta4ICGb0/BEiU9aulzMsJ -Danial. On Thursday, December 5, 2013 11:26:09 PM UTC+4, r...@oanda.com wrote: Apologies if this is duplicatecannot see the question I posted 30+ mins ago. In the process of

lat/lon of clicks

2013-12-12 Thread ssAdword
Hi, I wonder whether the analytics that Adwords API provides will include lat/long information of the clicks occurred to my mobile image ads. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

using location extension for mobile image ad

2013-12-12 Thread ssAdword
Hi, I wonder whether I can set location extension to my mobile image ad (320x50) If yes, how and what it would be look like? thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Re: How to create MCC Test Account

2013-12-12 Thread Danial Klimkin
Hi Carol, It is only possible to have only one AdWords account per Google account. Please use a different account (another gmail address) for creating the test MCC account. -Danial, AdWords API Team. On Friday, December 6, 2013 12:42:05 AM UTC+4, car...@onlineshoes.com wrote: I am trying

Re: Where is my mistake? Please help.[AdError.INVALID_AD_TYPE @ operations[0].operand.ad

2013-12-12 Thread Danial Klimkin
Closing as duplicate. -Danial. On Thursday, December 5, 2013 12:56:59 AM UTC+4, karima Mechergui wrote: Hi, i like add new keywords , i try to do this way : soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/;

Re: a begginers question (sorrry) on Adparam

2013-12-12 Thread Danial Klimkin
Hello Zodora, Yes, AdParams is exactly the solution here, please see this guide for the reference: https://developers.google.com/adwords/api/docs/guides/ad-parameters -Danial, AdWords API Team. On Wednesday, December 4, 2013 12:32:15 PM UTC+4, Zodora wrote: Hi, One of our clients, a

Re: Missing campaign of type Shopping - Product Listing Ads

2013-12-12 Thread Danial Klimkin
Hello All, This new campaign type is not yet available in the API. We are working to introduce them in the future. -Danial, AdWords API Team. On Monday, December 9, 2013 7:27:50 PM UTC+4, Miro Kruzliak wrote: Hello, I'm trying to get statistics using Campaign Performance report type,

Re: Test

2013-12-12 Thread Danial Klimkin
Passed. -D. On Thursday, December 12, 2013 2:53:30 AM UTC+4, Harry wrote: Just a test to see if I am visible... -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com

Re: Problems migrating to v201306/309

2013-12-12 Thread Danial Klimkin
Hello Mike, The demo application was recently updated to use v201309, please pull the new version here: https://github.com/googleads/google-api-ads-ruby Also, make sure you've upgraded to the latest library version that supports v201309. Stats are no longer available in services, please

Re: Trying to access to adword API with salesforce

2013-12-12 Thread Danial Klimkin
Hello, It is most likely the error message is correct -- you use an invalid access token. Please make sure this is the access (not refresh) token which is still valid, generated for correct (AdWords) account and requested for AdWords scope. Also, please avoid posting tokens on the forum as

Re: Difference between AccountDescriptiveName and CustomerDescriptiveName

2013-12-12 Thread Danial Klimkin
Hello Arthur, AccountDescriptiveName will be the same as CustomerDescriptiveName when the latter is not null. Otherwise, it will return the company name if it is available. -Danial, AdWords API Team. On Thursday, December 5, 2013 10:48:48 PM UTC+4, Arthur Gerigk wrote: what is the

Re: [EntityNotFound.INVALID_ID @ operations[0].operand.budget.budgetId; trigger:'BudgetId: 139952340']

2013-12-12 Thread Paul Matthews (AdWords API Team)
Hi Burak, It seems that you're trying to configure a budget that doesn't exist. Please check your budgetId. Additionally, you can no longer submit a Budget to the CampaignService for creation. Regards, - Paul, AdWords API Team. On Monday, 9 December 2013 07:07:32 UTC-8, Burak Yavuzer wrote:

Re: BetaError.BETA_FEATURE while adding locations for Campaign

2013-12-12 Thread Gopi
Any Suggestions on this please. Every time i add this locations i am getting this error. 13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 1020831 13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 1012948 13:18:05,515 ERROR [GooglePlatform] BetaError

Re: min daily budget setup

2013-12-12 Thread ssAdword
let me clarify a bit As I have mentioned to you before, we are managing thousands campaigns at the same time. while we have quite sufficient budget for all, we do not have large amount for each campaign. And we might run into a scenario where the daily budget will be lower than the max bid