Re: Retrieve account creation date

2016-06-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, For the first question, I'm afraid that's the only workaround I could think of using the API. For the second one, you can segment your reports by Date

Creating a Developer Token for a specific client from agency MCC

2016-06-24 Thread nasreen . allie . phd
Hi all, I work for a media agency, that manages multiple AdWords accounts for clients. We have a client that is creating an AdWords API. How do I go about creating a Developer Token that is specific to this one client? Please assist. Thank you! -- --

Re: AdWords Call Tracking - API

2016-06-24 Thread 'Joyce Lava' via AdWords API Forum
Hi Chandu, You may use Call Metrics Call Details Report to get the information like CallerCountryCallingCode

AdWords Call Tracking - API

2016-06-24 Thread Chandu
Hi Googlers, Could anyone help me out with all the different data Google Call Forward Tracking's API provides access to? We were trying to see if we could collect phone numbers of the caller as well. Could anyone please help us? Thanks, Chandu Thomas -- --

Re: Adwords API grant access

2016-06-24 Thread asma batool
Hi, Thanks for replying I am using Oauth credentials from the same gmail account which is using for MCC test account. I don't know whats the reason its not working.i will really great full if you will help me to resolve this issue Thanks On Thursday, June 23, 2016 at 6:44:44 PM UTC+5,

Re: Accounts are not linking

2016-06-24 Thread asma batool
Can you reply because i did n't get my answer yet. Thanks On Friday, June 24, 2016 at 2:39:57 PM UTC+5, Joyce Lava wrote: > > Hi, > > I noticed that you posted the same question on another forum discussion >

How to do bid adjustment in re marketing using API ??

2016-06-24 Thread jhufg.567484
I need to adjust bid in newly created user list in remarketing . -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: Accounts are not linking

2016-06-24 Thread 'Joyce Lava' via AdWords API Forum
Hi, I noticed that you posted the same question on another forum discussion . Please wait for the response on that thread. Thanks, Joyce, AdWords API Team --

Accounts are not linking

2016-06-24 Thread asma batool
Hi, I am using PHP library after using OAUTH i am getting this response stdClass Object ( [access_token] => ya29.Ci8LA6IBQkPj4MFFcimzAyFUBjl-Ve6TPe_kE_n59l4kW3Xjw_QLEWTqMDPeeYl1Ig [token_type] => Bearer [expires_in] => 3600 [refresh_token] => 1/79G4Whk7m1Qv9BLMC5_bOtYwVJEO1N_4Y1j-cXN-p9U

cant get refreshtoken in java

2016-06-24 Thread A. Masa
when i run for GetRefreshtoken.java it says could not load or find main calssadwords.axis.auth.getrefreshtoken -- --

Re: Accounts are not linking

2016-06-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Asma, This guide provides more details on linking accounts using the AdWords API. Could you provide your MCC ID and/or the customerID along with the email account used to create the OAuth2

Re: cant get refreshtoken in java

2016-06-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, There seem to be some errors in your pom.xml and Maven project set up. Could you cross check if the client library is configured correctly? Instructions for setting up the client library are provided here . Regards,

NoClassDefFoundError

2016-06-24 Thread 'Bert Brecht' via AdWords API Forum
Hi, I started to develop an application using the adwords api. I managed everything so far (test accounts, oauth2 ...) and have my auth and refresh token. Now I'm trying to get the customer id (to see, whether the service works or not): private static AdWordsSession

Re: Retrieve account creation date

2016-06-24 Thread tejas
Hm, sorry- would you show an example query? Are you saying it's possible to get day-by-day data over a report using a multi-day DateRange? Or, are you saying to create multiple reports each with single-day ranges (what I'm doing now). If the former (multiple day breakdowns in 1 report), is

Re: Adwords API grant access

2016-06-24 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I think I found the issue: the manager account in that request is a *test* account (as you mentioned), but the client account is a *production* (non-test) account. Please see the Test accounts section of the managing accounts guide

Re: Retrieve account creation date

2016-06-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, Yes, if you add the field "Date " in the report query, the report data will be segmented by day within the given DateRange. The field "HourOfDay

Re: NoClassDefFoundError

2016-06-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Bert, Could you check if you have provided all the essential dependencies in the (runtime) classpath? Could you also provide the complete stack trace so I can further investigate? Instructions for setting up the AdWords API Java Client library are available here

Re: Retrieve account creation date

2016-06-24 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tejas, You could query for StartDate in the Campaign Performance Report . When you add a

Re: How to do bid adjustment in re marketing using API ??

2016-06-24 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Tejendr, Please refer to this tutorial to enable remarketing using AdWords API. You can essentially use BiddableAdGroupCriterion

Re: Retrieve account creation date

2016-06-24 Thread tejas
If it's not possible to get the account created date, is it possible to get the creation date of a campaign or ad? I could just make the report fetch data after that date for each ad. On Friday, June 24, 2016 at 12:59:00 PM UTC-7, te...@segment.com wrote: > > Awesome!! My bad. I was confused

Re: Retrieve account creation date

2016-06-24 Thread Tejas Manohar
> Please note that if this value has been changed after campaign creation, this will no longer indicate the date on which the campaign was created. What value? Shouldn't StartDate be immutable? On Fri, Jun 24, 2016 at 1:30 PM 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Re: Is PLACEHOLDER_FEED_ITEM_REPORT replacement for FeedItemService API for fetching more than 110K ad extensions?

2016-06-24 Thread Karan Vohra
Hi Anthony, I replied privately to you with all the details. Any updates on this? On Thursday, June 23, 2016 at 1:01:17 PM UTC-7, Anthony Madrigal wrote: > > Hi Karan, > > Are you following the code samples as listed in our client libraries >

Re: Retrieve account creation date

2016-06-24 Thread tejas
Awesome!! My bad. I was confused initially how that could be represented as a single value for a DateRange but it makes sense now. On Friday, June 24, 2016 at 12:10:54 PM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Tejas, > > Yes, if you add the field "Date >