Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread CSPeter
I created a new program and used the c# example code from nuget. Essentially, all I did was change the login type to ClientLogin, change the report type, download format to XML, and set appropriate selector fields. Here are the details of the modifications I made: - Changed the _Main method

Token

2013-09-12 Thread jbmckeebgm
Sorry to ask the question here, but I don't know what else to do. I applied for a developer token in June, this is now September and it still says Pending Approval. I have emailed adwordsapi-tok...@google.com, resubmitted the application and called Adwords support, all to no avail. I did

Getting ad words and analytics by using Google API?

2013-09-12 Thread Umair Tahir
Can i get data from ad words and analytics by using Google API? And from the data can i make customize reports for conversion analysis against each keyword? For Example: *Table columns :* Keywords | Max CPC | Avg CPC | Clicks | Impressions | CTR | Unique Visitors | Bounce Rate |

Re: No campaigns were found

2013-09-12 Thread gapi3
Hi, i don't use the developer token from 773-205-0228. As i wrote before i am using it from 740-266-0867 2. You can make calls with the credentials of 773-205-0228 or 161-227-5683 and 161-227-5683 as clientCustomerId. the clientCustumerID is what i get from here:

Re: Why is BulkOpportunityService gone?

2013-09-12 Thread Yihang Luo
Hello Danial, Thanks for your reply. But TargetingIdeaService doesn't provide those opportunities in UI, instead something like what Keyword Planner provides. I would rather have the opportunities provided via API, which would be convenient. Why was it deprecated? On Tuesday, September 10,

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Peter, BottomPosition is not a valid column as per https://developers.google.com/adwords/api/docs/appendix/reports#keywords. If you look at the ReportsException being thrown and then examine it's Error field, you will see the cause of error. Cheers, Anash On Thursday, September 12, 2013

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Hi Martin, The kind of permissions you are looking for applies only to MCC levels, so I can think of the following approach: 1. If your client already has an MCC, then use ManagedCustomerService.mutateLink to send an invite, accept it etc. so that the MCC becomes your child account. 2. If

Re: Get MCC working, allow clients to login and able to get their own reports.

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
Yes, you get the OAuth2 information from the OAuth2 console, only the developer token comes from the AdWords API Center. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, September 11, 2013 3:26:02 PM UTC+5:30, g...@mediasales.hu wrote: Thanks for the answer! So i have to

Re: No campaigns were found

2013-09-12 Thread Anash P. Oommen (AdWords API Team)
No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side of the page when you login to your AdWords account. Cheers, Anash On Wednesday, September 11, 2013 2:11:35 PM UTC+5:30, ga...@coderr-media.de wrote: Hi, i don't use the developer token from

Re: .NET AdWords Client lib Download Report Error bug.

2013-09-12 Thread CSPeter
Thanks. I haven't seen any report errors come through since you guys added the Errors object. This was in fact my issue (along with PreferredPosition also being removed). On Thursday, September 12, 2013 3:48:52 AM UTC-4, Anash P. Oommen (AdWords API Team) wrote: Hi Peter, BottomPosition

Re: Login form for third-party policy, reports by accounts

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi, The AdWords API Forum is a technical support forum and doesn't offer guidance on interpreting Terms and Conditionshttps://developers.google.com/adwords/api/docs/termsor Require Minimum Functionality. For this information, please ask these questions during your token review process.

Re: Dynamic price in ads

2013-09-12 Thread Valerii Buzivskyi
Hi Paul, yes, we include client customer id approximately 30-40% of the keywords are updated successfully четверг, 12 сентября 2013 г., 12:47:24 UTC+3 пользователь Paul Matthews (AdWords API Team) написал: Hi Valeril, Are you including a client customer id in the requests you're sending

Re: invalid grant with php

2013-09-12 Thread Paul Matthews (AdWords API Team)
Hi Alex, It seems that you're using the response code as the refresh token. You should exchange the code for a refresh_token and an access_token. The refresh_token you keep, the access_token you use for up to 1 hour. Regards, - Paul, AdWords API Team. On Monday, 26 August 2013 16:18:02

Re: No campaigns were found

2013-09-12 Thread gapi3
Where i have to use it? I use the Example GetCampaings.php there is nothing like clientCustomerId !? Am Donnerstag, 12. September 2013 10:06:34 UTC+2 schrieb Anash P. Oommen (AdWords API Team): No, clientCustomerId is the AdWords Customer Id of your test account. it's on the top right side

Re: Account Hierarchy Access for Clients

2013-09-12 Thread Martin Samm
Anash, i've been looking at this some more and have some follow on questions. i'm using approach number 2 as you outlined and doing this: // Create customer. $customer = new ManagedCustomer(); $customer-name = 'Account #' . uniqid(); $customer-currencyCode = 'GBP'; $customer-dateTimeZone =

Re: Changing FeedItemDevicePreference from mobile to none for enhanced sitelink adextensions

2013-09-12 Thread Jay
We are actually still experiencing this bug today. To change device preference away from MOBILE, we simply set a NULL into the data object, but that still fails to change the preference from MOBILE to NONE. Any help would be appreciated. -Jay -- --

Re: java.net.SocketException

2013-09-12 Thread Takeshi Hagikura (AdWords API Team)
Hi, I believe it's not on the AdWords API layer nor whether your developer token is approved. But on the HTTPS library you are using. Can you please try thishttp://pic.dhe.ibm.com/infocenter/wveinfo/v7r0/index.jsp?topic=%2Fcom.ibm.websphere.xd.messages.doc%2Fsource%2FCWPKI0027I.html or