Using Adwords API with test account

2013-05-01 Thread Devraj Gupta

Hello,

I plan to use the Adwords API with test account. I have created a MCC 
account and was trying to follow 

https://developers.google.com/adwords/api/docs/test-accounts 

It says

Create an MCC account and apply for API 
access. 
The Apply for API access seems to require live webpage

Make sure your information is correct and your company’s website URL is 
functioning. If the website is not a live page, we will not be able to 
process your application.

I do not have a webpage yet; how can i use the API for test purpose?

Thanks,
-Devraj

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RMF C.65

2013-05-01 Thread Matt
 

I'm currently adapting an application such that it meets the Adwords RMF 
for  Creative and Management functionality. Would C.65, 'Enable 
Conversion Tracking' be met if I had a check box on the create campaign 
page to enable/disable conversion tracking, or do I need to provide the 
ability to set up tracking from scratch?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Policy Violation after Validation

2013-05-01 Thread Nils Hempel

Hallo Google AdWords Community,

I have a problem with the validation of my Ads and Keywords as well. I am 
sending an large ammount of Ads to the validation service and process the 
answers just like in the example. But when I afterwards send all the 
remaining operations to the mutateJobService I still get a lot of policy 
violation. Is this possible or must that be a bug of my code? I checked my 
code and even the soap logs but I can't find any errors?  Could it be that 
the AdGroupAd validation service and the MutateJobService works with a 
different set of policies?

I am working with AdWordsApi v.201302, PHP 5.4.7 , OS: Win 7, libxml 
Version 2.7.8

Regards,
Nils

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Get the budget and cost of individual campaign in an account

2013-05-01 Thread yashu tyagi
Getting all the fields like Cost,CampaignName but when using TotalBudget or 
BudgetId 
get an exception :-

HTTP code: 400, type: 
"ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT", trigger: "", 
fieldPath: ""

On Wednesday, May 1, 2013 11:55:47 AM UTC+5:30, yashu tyagi wrote:
>
> Hello i want to get the budget and cost of individual campaign in an 
> account but could not figure it out using.. 
> https://developers.google.com/adwords/api/docs/reference/ is there any 
> code example for it??
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Get the budget and cost of individual campaign in an account

2013-05-01 Thread yashu tyagi
using this report CAMPAIGN_PERFORMANCE_REPORT

On Wednesday, May 1, 2013 11:55:47 AM UTC+5:30, yashu tyagi wrote:
>
> Hello i want to get the budget and cost of individual campaign in an 
> account but could not figure it out using.. 
> https://developers.google.com/adwords/api/docs/reference/ is there any 
> code example for it??
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Using Adwords API with test account

2013-05-01 Thread Jeremy Aube
Test accounts don't require approved developer tokens, so even if your API 
access request is ultimately disapproved due to not having a live webpage, 
you will still be able to use that developer token for your test account.

On Wednesday, May 1, 2013 3:12:39 AM UTC-4, Devraj Gupta wrote:
>
>
> Hello,
>
> I plan to use the Adwords API with test account. I have created a MCC 
> account and was trying to follow 
>
> https://developers.google.com/adwords/api/docs/test-accounts 
>
> It says
>
> Create an MCC account and apply for API 
> access. 
> The Apply for API access seems to require live webpage
>
> Make sure your information is correct and your company’s website URL is 
> functioning. If the website is not a live page, we will not be able to 
> process your application.
>
> I do not have a webpage yet; how can i use the API for test purpose?
>
> Thanks,
> -Devraj

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-05-01 Thread Jeremy Aube
Plain Oauth2 only requires user input the first time. If you request the 
token with offline access and store the token, you can use it later without 
any user interaction.

On Tuesday, April 30, 2013 1:47:48 PM UTC-4, web...@adaptiveaudience.com 
wrote:
>
> Danial,
>
> Thank you so much for your reply!  I am in the process of getting the 
> company to set up the billing.  Plain OAuth2 requires user input doesn't 
> it?   I need my program to pull reports without user interaction.  If there 
> is an example without user interaction, then please forward the link or 
> show an example (please include samples of where these input variables come 
> from in a PHP format).  Thank you again and looking forward to your 
> response.  Have a great day!
>
> Best regards,
>
> David Paul
>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RE: .net Client library v201209 Reporting issue

2013-05-01 Thread Niladri Sarkar
This is my header

{Content-Type: application/x-www-form-urlencoded

Authorization: GoogleLogin
auth=DQAAAIYAAADJLqBw0ohYGvmFYj6cVEHg4Wn9mFBT-TaZvI0WId-iKdklWtX0noUbb2JQItC
3yo2GQpWkyzp-takvNItgaETLdm9kudvyLlHezo5dLWEl0f5qRHFoNanmyCTkVAgoez5T5kXSKZs
ms9CdCsUmsts6vAknk9U7vjiqvl_8MnKmDYHhihWuyCkYKgeWBPtEO64

clientCustomerId: 3871583631

 

}


--

Regards,

Subrata Sarkar

 

From: adwords-api@googlegroups.com [mailto:adwords-api@googlegroups.com] On
Behalf Of Takeshi Hagikura (AdWords API Team)
Sent: Wednesday, May 01, 2013 10:14 AM
To: adwords-api@googlegroups.com
Cc: adwordsapiadvisor+take...@google.com
Subject: Re: .net Client library v201209 Reporting issue

 

Hi Subrata,

 

1. 

I'm not 100% sure what data specifically you are talking about. 

As I wrote in the previous response, can you please tell me your
clientCustomerId (10 digits like xxx-xxx-) and the requested report
definition (xml or AWQL String)?

 

2. 

I see non zero data for clicks and costs in the attached files.

What data are you exactly talking about?

 

3. 

Yes, clinentCustomerId is the 10 digit number like xxx-xxx-. 

Each client account has that number and Adhoc Reports should be target each
clientCustomerId.

You can get the account hierarchy like in this example
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/exam
ples/adwords/CSharp/v201302/AccountManagement/GetAccountHierarchy.cs

 

Best,

- Takeshi


On Tuesday, April 30, 2013 9:31:21 PM UTC+9, Subrata Sarkar wrote:

Hi Takeshi,

Thanks for your response.

 

1.  I have data for February 01-28, 2013. Please see the attachments

2.  I checked in MCC console and there are Clicks and Cost > 0 for the above
mentioned time span

3.  I am migrating to v201302 and trying to pull up AdHoc report, but
getting some trouble in sending the data to POST. I have attached the file
too. 

a.  I have a confusion. The Client Customer id is the one displayed at top
right corner of MCC console after I log in? Actually when I log in I see a
list of accounts which have different Ids. I think you are asking me to use
these Ids. But how I get those ids against the master id?

 

Regards,

Subrata Sarkar

 

From: adwor...@googlegroups.com 
[mailto:adwor...@googlegroups.com  ] On Behalf Of Takeshi
Hagikura (AdWords API Team)
Sent: Tuesday, April 30, 2013 12:03 PM
To: adwor...@googlegroups.com  
Subject: Re: .net Client library v201209 Reporting issue

 

Hi,

 

1.  

Do you have stats other than March 1st? 

If yes, can you please share the request xml and clientCustomerId you
targeted? 

 

2.

Similar to question 1. Are there any clicks between the time range you
pulled the report?

 

3. 

AdHoc reports are targeted to pull a report for a single clientCustomerId. 

If you want to pull all the accounts, please download a report for each
clientCustomerId.

 

Best,

- Takeshi



On Monday, April 29, 2013 3:05:50 PM UTC+9, Subrata Sarkar wrote:

Hello,

First of all my apology if the questions look silly. I am fairly new to
Adwords API.
I am trying to generate different reports using .net client library v201209
(referring:
https://developers.google.com/adwords/api/docs/appendix/reports). Repors I
want are:

- Ad Performance Report
- Adgroup Performance
- CampaignPerformance
- AccountPerformance
- Keyword Performance

I am having the following issues:.

1. When I use LAST_MONTH, I am only getting the data for the 1st day of the
same month, means, if the last month is March, I am only getting data for
March 01, 2013

2. Cost (Amount spent) and Clicks are always coming as 0 in all reports
except KEYWORD_PERFORMANCE_REPORT

3. I am using ClientCustomerId before calling any report in the following
fashion

   var config = new AdWordsAppConfig
{
ClientCustomerId = ClientCustomerId,
Email = AuthenticationEmail,
//ClientEmail = AuthenticationEmail, (Because ClientEmail is
not supported in the header of v201209)
Password = AuthenticationPassword,
DeveloperToken = DeveloperToken,
};






So, I assumed that I will get data (report) for all sub-accounts associated
with the ClientCustomerId.






But in practice I am only getting data for only one account. ClientCustomer
Id I am using has 37 accounts.


Please help. I am completely stuck and in a real urgency :(
Please let me know if I should provide the classes I developed for fetching
reports.


Best regards,
Subrata.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwor...@googlegroups.com 

To unsubscrib

Re: DerivedDailyBudget in campaign report?

2013-05-01 Thread yashu tyagi
Hello Oliver i have exactly the same question... Have you got your answer 
please share it with me... 

On Tuesday, June 26, 2012 11:05:26 PM UTC+5:30, Oliver wrote:
>
> The Campaign report has two fields the documentation refer to as the 
> campaign budget: 'DerivedDailyBudget' and 'Amount'.
>
> I did a search here and elsewhere but can't find the exact definition of 
> each.
>
> Which one is the campaign daily budget as we know it on the web 
> interface?  What is the difference between the two please?
>
> Oliver
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to use OAuth 2.0 to Access Google APIs as Service Account with Google APIs Client Library for PHP to use AdWords API

2013-05-01 Thread webdev
Danial, 

Can you please recheck the account?  The billing is set up , but I'm still 
getting the incomplete_signup error.  Thank you! 

Best regards, 

David 

On Wednesday, May 1, 2013 8:39:34 AM UTC-5, Jeremy Aube wrote:
>
> Plain Oauth2 only requires user input the first time. If you request the 
> token with offline access and store the token, you can use it later without 
> any user interaction.
>
> On Tuesday, April 30, 2013 1:47:48 PM UTC-4, web...@adaptiveaudience.comwrote:
>>
>> Danial,
>>
>> Thank you so much for your reply!  I am in the process of getting the 
>> company to set up the billing.  Plain OAuth2 requires user input doesn't 
>> it?   I need my program to pull reports without user interaction.  If there 
>> is an example without user interaction, then please forward the link or 
>> show an example (please include samples of where these input variables come 
>> from in a PHP format).  Thank you again and looking forward to your 
>> response.  Have a great day!
>>
>> Best regards,
>>
>> David Paul
>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: .net Client library v201209 Reporting issue

2013-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata,

I think part of the problem is that you used a nuget package rather than 
the standard client library download, so you never got to see the code 
examples. You can refer to 
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/CSharp/v201302/Reporting/DownloadCriteriaReport.cs
 
for a code example.on how to use the reports. Takeshi has answered some of 
your questions, but I'll summarize them below for easy reference.

1.  AdWords API doesn't run reports at MCC level. You should 
run 
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/CSharp/v201302/AccountManagement/GetAccountHierarchy.cs
 
at the MCC level to retrieve all your client accounts, and then run reports 
for each one of them separately.

2. Error 400 means that there is something wrong with the request (usually 
a wrong field in the report definition xml, may be structural, may be an 
unsupported column...). If you use the client library, you will get a 
ReportsException with more details; if you choose to write your own 
solution (e.g. use a modified version of 
https://gist.github.com/ElvisLives/1287940), then you should do something 
like:

WebResponse resp = null;
try {
  webResponse = request.GetWebResponse();
} catch (WebException e) {
   webResponse = e.Response;
}

using (StreamReader reader = new StreamReader(e.GetResponseStream()) {
  contents = reader.ReadToEnd();
  // If you got an exception, this will be an xml that describes the error. 
  // If this is a valid request, then this will be the report.
}

My recommendation would be to use the client library, since most of these 
details are taken care for you.

3. HttpWebResponse is not a seekable stream. That is not related to the 
error you are facing.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, May 1, 2013 6:32:39 PM UTC+5:30, Subrata Sarkar wrote:
>
>  Hi,
>
> I have just seen one thing. Please see the attached screenshot.
>
> “The stream does not support seek operations”. What is that? I think this 
> is the reason why I am getting the Bad Request exception.
>
>  
>
>
> --
>
> Best Regards,
>
> Subrata Sarkar
>
>  
>  
> *From:* adwor...@googlegroups.com  [mailto:
> adwor...@googlegroups.com ] *On Behalf Of *Takeshi Hagikura 
> (AdWords API Team)
> *Sent:* Wednesday, May 01, 2013 10:14 AM
> *To:* adwor...@googlegroups.com 
> *Cc:* adwordsapiad...@google.com 
> *Subject:* Re: .net Client library v201209 Reporting issue
>  
>  
>
> Hi Subrata,
>  
>  
>  
> 1. 
>  
> I'm not 100% sure what data specifically you are talking about. 
>  
> As I wrote in the previous response, can you please tell me your 
> clientCustomerId (10 digits like xxx-xxx-) and the requested report 
> definition (xml or AWQL String)?
>  
>  
>  
> 2. 
>  
> I see non zero data for clicks and costs in the attached files.
>  
> What data are you exactly talking about?
>  
>  
>  
> 3. 
>  
> Yes, clinentCustomerId is the 10 digit number like xxx-xxx-. 
>  
> Each client account has that number and Adhoc Reports should be target 
> each clientCustomerId.
>  
> You can get the account hierarchy like in this example 
> https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/CSharp/v201302/AccountManagement/GetAccountHierarchy.cs
>  
>  
>  
> Best,
>  
> - Takeshi
>  
>
> On Tuesday, April 30, 2013 9:31:21 PM UTC+9, Subrata Sarkar wrote:
>  
> Hi Takeshi,
>
> Thanks for your response.
>
>  
>
> 1.  I have data for February 01-28, 2013. Please see the attachments
>
> 2.  I checked in MCC console and there are Clicks and Cost > 0 for the 
> above mentioned time span
>
> 3.  I am migrating to v201302 and trying to pull up AdHoc report, but 
> getting some trouble in sending the data to POST. I have attached the file 
> too. 
>
> a.  I have a confusion. The Client Customer id is the one displayed at 
> top right corner of MCC console after I log in? Actually when I log in I 
> see a list of accounts which have different Ids. I think you are asking me 
> to use these Ids. But how I get those ids against the master id?
>
>  
>
> Regards,
>
> Subrata Sarkar
>
>  
>  
> *From:* adwor...@googlegroups.com [mailto:adwor...@googlegroups.com] *On 
> Behalf Of *Takeshi Hagikura (AdWords API Team)
> *Sent:* Tuesday, April 30, 2013 12:03 PM
> *To:* adwor...@googlegroups.com
> *Subject:* Re: .net Client library v201209 Reporting issue
>  
>  
>
> Hi,
>  
>  
>  
> 1.  
>  
> Do you have stats other than March 1st? 
>  
> If yes, can you please share the request xml and clientCustomerId you 
> targeted? 
>  
>  
>  
> 2.
>  
> Similar to question 1. Are there any clicks between the time range you 
> pulled the report?
>  
>  
>  
> 3. 
>  
> AdHoc reports are targeted to pull a report for a single clientCustomerId. 
>  
> If you want to pull all the accounts, please download a report for each 
> cl

Re: How to create upgraded mobile extensions

2013-05-01 Thread moleary
I'm having the same problem. Are upgraded mobile extensions exposed via the 
API yet?

On Tuesday, April 30, 2013 1:22:58 PM UTC-5, Chris Lande wrote:
>
> Hi,
>
> I've upgraded to the 201302 api and am able to create enhanced campaigns 
> without any problem but the call extensions appear to still be legacy call 
> extensions. Is there a code sample somewhere that demonstrates what you 
> need to do to create the upgraded call extensions via the API?
>
> Thanks,
> Chris
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




RE: .net Client library v201209 Reporting issue

2013-05-01 Thread Niladri Sarkar
Thank you once again Anash. I will try your way and see how it comes up J

 

From: adwords-api@googlegroups.com [mailto:adwords-api@googlegroups.com] On
Behalf Of Anash P. Oommen (AdWords API Team)
Sent: Wednesday, May 01, 2013 9:45 PM
To: adwords-api@googlegroups.com
Cc: adwordsapiadvisor+take...@google.com
Subject: Re: .net Client library v201209 Reporting issue

 

Hi Subrata,

 

I think part of the problem is that you used a nuget package rather than the
standard client library download, so you never got to see the code examples.
You can refer to
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/exam
ples/adwords/CSharp/v201302/Reporting/DownloadCriteriaReport.cs for a code
example.on how to use the reports. Takeshi has answered some of your
questions, but I'll summarize them below for easy reference.

 

1.  AdWords API doesn't run reports at MCC level. You should run
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/exam
ples/adwords/CSharp/v201302/AccountManagement/GetAccountHierarchy.cs at the
MCC level to retrieve all your client accounts, and then run reports for
each one of them separately.

 

2. Error 400 means that there is something wrong with the request (usually a
wrong field in the report definition xml, may be structural, may be an
unsupported column...). If you use the client library, you will get a
ReportsException with more details; if you choose to write your own solution
(e.g. use a modified version of https://gist.github.com/ElvisLives/1287940),
then you should do something like:

 

WebResponse resp = null;

try {

  webResponse = request.GetWebResponse();

} catch (WebException e) {

   webResponse = e.Response;

}

using (StreamReader reader = new StreamReader(e.GetResponseStream()) {

  contents = reader.ReadToEnd();

  // If you got an exception, this will be an xml that describes the error. 

  // If this is a valid request, then this will be the report.

}

My recommendation would be to use the client library, since most of these
details are taken care for you.


3. HttpWebResponse is not a seekable stream. That is not related to the
error you are facing.

 

Cheers,
Anash P. Oommen,

AdWords API Advisor.


On Wednesday, May 1, 2013 6:32:39 PM UTC+5:30, Subrata Sarkar wrote:

Hi,

I have just seen one thing. Please see the attached screenshot.

"The stream does not support seek operations". What is that? I think this is
the reason why I am getting the Bad Request exception.

 


--

Best Regards,

Subrata Sarkar

 

From: adwor...@googlegroups.com 
[mailto:adwor...@googlegroups.com  ] On Behalf Of Takeshi
Hagikura (AdWords API Team)
Sent: Wednesday, May 01, 2013 10:14 AM
To: adwor...@googlegroups.com  
Cc: adwordsapiad...@google.com  
Subject: Re: .net Client library v201209 Reporting issue

 

Hi Subrata,

 

1. 

I'm not 100% sure what data specifically you are talking about. 

As I wrote in the previous response, can you please tell me your
clientCustomerId (10 digits like xxx-xxx-) and the requested report
definition (xml or AWQL String)?

 

2. 

I see non zero data for clicks and costs in the attached files.

What data are you exactly talking about?

 

3. 

Yes, clinentCustomerId is the 10 digit number like xxx-xxx-. 

Each client account has that number and Adhoc Reports should be target each
clientCustomerId.

You can get the account hierarchy like in this example
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/exam
ples/adwords/CSharp/v201302/AccountManagement/GetAccountHierarchy.cs

 

Best,

- Takeshi


On Tuesday, April 30, 2013 9:31:21 PM UTC+9, Subrata Sarkar wrote:

Hi Takeshi,

Thanks for your response.

 

1.  I have data for February 01-28, 2013. Please see the attachments

2.  I checked in MCC console and there are Clicks and Cost > 0 for the above
mentioned time span

3.  I am migrating to v201302 and trying to pull up AdHoc report, but
getting some trouble in sending the data to POST. I have attached the file
too. 

a.  I have a confusion. The Client Customer id is the one displayed at top
right corner of MCC console after I log in? Actually when I log in I see a
list of accounts which have different Ids. I think you are asking me to use
these Ids. But how I get those ids against the master id?

 

Regards,

Subrata Sarkar

 

From: adwor...@googlegroups.com [mailto:adwor...@googlegroups.com] On Behalf
Of Takeshi Hagikura (AdWords API Team)
Sent: Tuesday, April 30, 2013 12:03 PM
To: adwor...@googlegroups.com
Subject: Re: .net Client library v201209 Reporting issue

 

Hi,

 

1.  

Do you have stats other than March 1st? 

If yes, can you please share the request xml and clientCustomerId you
targeted? 

 

2.

Similar to question 1. Are there any clicks between the time range you
pulled the report?

 

3. 

AdHoc reports are targeted to pull a report for a single clientCustomerId. 

If 

Re: can i use adward campaign in my own or do i need to hire the Agent?

2013-05-01 Thread Kevin Winter (AdWords API Team)
Hi,
  This forum support the AdWords API.  General AdWords questions can be 
asked here: https://www.en.adwords-community.com/

- Kevin Winter
AdWords API Team

On Sunday, April 28, 2013 11:48:57 AM UTC-4, designg...@gmail.com wrote:
>
> can i use adward campaign in my own or do i need to hire the Agent for 
> online marketing?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: CustomerSyncService (v201302): questions about lastChangeTimestamp, updated campaign criterions within CampaignChangeData, and new ads/criterions within AdGroupChangeData

2013-05-01 Thread Kevin Winter (AdWords API Team)
Hi Julian,

1) I believe this will be the end of the date range you request.

2) I don't believe its currently possible to detect changes to bid 
modifiers for campaign criterion.

3) I believe that the changedCriteria includes additions.

The CustomerSyncService was introduced a long time ago and has not been 
kept completely up to date with changes in the API.  We hope to address 
this in the future.

- Kevin Winter
AdWords API Team

On Friday, April 26, 2013 5:46:08 PM UTC-4, Julian Khandros wrote:
>
> Google folks, 
>
> A few questions about CustomerSyncService (v201302):
>
> 1) lastChangeTimestamp field within CustomerChangeData
>
> As per doc on 
> https://developers.google.com/adwords/api/docs/reference/v201302/CustomerSyncService.CustomerChangeData:
>  
> "The timestamp for the last changed processed for this customer"
>
> Question: is this timestamp for the last change within the campaigns being 
> requested, or for all campaigns for this customer regardless of the 
> campaign Ids passed via the request?
>
> 2) CampaignChangeData 
>
> Within the doc on 
> https://developers.google.com/adwords/api/docs/reference/v201302/CustomerSyncService.CampaignChangeData,
>  
> I don't see a field to hold Ids for updated campaign criterions.  How would 
> I be able to detect changes to campaign criterions?
>
> 3) AdGroupChangeData 
>
> Within the doc on 
> https://developers.google.com/adwords/api/docs/reference/v201302/CustomerSyncService.AdGroupChangeData,
>  
> I don't see a field to hold new ad ids and I don't see a field to hold new 
> adgroup criterions.  How can I detect newly-added ads or keywords or 
> negative keywords?
>
>
> Thanks for your help.
>
> Julian
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Report Feature Request: Cost Adjustment Report (incl. Click Fraud)

2013-05-01 Thread Kevin Winter (AdWords API Team)
Hi,
  We don't have anything to announce at this time, but we will make sure 
the engineers hear this feedback.

- Kevin Winter
AdWords API Team

On Monday, April 29, 2013 10:52:18 AM UTC-4, Charles PMD wrote:
>
> This is a specific report feature request surrounding cost and credit 
> adjustments via the AdWords API.  Currently, we retrieve cost data on a 
> daily basis, and compare the cost over time in order to retrieve the most 
> accurate data and its adjustments.  However, at some point, the data from 
> the API becomes frozen, and does not match the invoices we receive from 
> Google. 
>  
> In our the New York API AdWords March Workshop, we discussed the potential 
> for adding the credit adjustments as a separate item, or a new report.  
> This was well received.
>  
> Is there a possibility to add this as an additional field (or a new 
> report) in order to get the most up to date and accurate information?  At 
> the very least, at the campaign level. 
>  
> Or, can the billing operations/numbers be exposed within the API?
>  
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Max CPC Bid vs. Max CPC paid

2013-05-01 Thread Kevin Winter (AdWords API Team)
Hi Devesh,
  This is correct, they still refer to the same data: the current maxCpc 
bid for the keyword.  All fields marked "Attribute" in the behavior column 
will return the current value of the row, regardless of the time period 
requested.

- Kevin Winter
AdWords API Team

On Monday, April 29, 2013 2:50:36 PM UTC-4, Devesh Parekh wrote:
>
> The KEYWORDS_PERFORMANCE_REPORT has two "max CPC" fields, MaxCpc and 
> OriginalMaxCpc. According to 
> https://groups.google.com/forum/?fromgroups=#!searchin/adwords-api/maxcpc$20originalmaxcpc/adwords-api/b4GXoV4yPuE/8g8POR4VSTEJ,
>  
> they have the same meaning. Is that still the case? (If it is the case, it 
> will be hard to change the meaning later without breaking existing 
> applications, so it's strange to have two of them to begin with.) Which of 
> the following three possible definitions is the meaning of those fields?
>
> 1. The max CPC *bid* at the beginning of the time period requested.
> 2. The maximum CPC *paid* during the time period requested.
> 3. The max CPC *bid* right now.
>
> -- 
> Devesh
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




what is taking my adwords token so long?

2013-05-01 Thread webdev
Hello,

My adwords token has not been approved.  I have billing set up properly.  
If you could please approve or let me know what is taking so long, then 
please let me know.  Thank you for your time!  
Customer ID: 667-082-2778

Best regards,

David Paul

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: QuotaCheckError.INCOMPLETE_SIGNUP

2013-05-01 Thread webdev
By billing info is on and I'm experiencing the same issue.  
Customer ID: 667-082-2778  
Thank you for your time.


On Tuesday, April 30, 2013 1:48:41 AM UTC-5, Takeshi Hagikura (AdWords API 
Team) wrote:
>
> Hi, 
>
> Usually it's caused that you haven't supplied billing info or your credit 
> card became delinquent. 
> Can you please check the billing info?
>
> Best,
> - Takeshi, AdWords API Team
>
> On Monday, April 29, 2013 4:04:04 PM UTC+9, Petr Povala wrote:
>>
>> Hello, 
>> I'm using PHP client library for AdWords API access for over a year now, 
>> but few days ago, all of sudden it started throwing a 
>> "QuotaCheckError.INCOMPLETE_SIGNUP" exception. 
>>
>> I tried to do some research, but I haven't found any specific solution 
>> that would help.
>>
>> Thanks in advance for help,
>>
>> Petr
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




InternalApiError.UNEXPECTED_INTERNAL_API_ERROR when using CampaignAdExtensionService

2013-05-01 Thread phong
I'm using the CampaignAdExtensionService's get call to retrive extensions(
MobileExtension)
 
and end up getting the InternalApiError.UNEXPECTED_INTERNAL_API_ERROR.
We sleep for 30 seconds and then retry it. The same error occurs. We retry 
this for about 30 times before eventually giving up.

We page our calls @ 1k per request and it appears to not like it when we're 
looking for things on pages indexed @ 160k

Thanks!
Phong

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: CustomerSyncService (v201302): questions about lastChangeTimestamp, updated campaign criterions within CampaignChangeData, and new ads/criterions within AdGroupChangeData

2013-05-01 Thread Kevin Winter (AdWords API Team)
Hi Julian,

"Our goal is to be able to detect changes to campaigns (and it's children, 
and it's children's children, etc) since a certain datetime untill now. 
 We're talking about additions, deletions and updates -- in other words any 
and all changes.  If CustomerSyncService is not the best way to go about 
it, how would you advise we proceed?"

It depends what you need to detect these changes for.  If its simply to 
make sure your local copy of data is up to date, another approach might be 
to periodically download structure 
reports.
 
 Most attribute fields are there (but not all).

It is unfortunately not currently possible to to detect each and every 
change to any field in AdWords.  CustomerSyncService and structure reports 
don't cover every field for every object.  The API itself doesn't have 
fields the UI allows you to edit.

- Kevin Winter
AdWords API Team

On Wednesday, May 1, 2013 1:10:49 PM UTC-4, Kevin Winter (AdWords API Team) 
wrote:
>
> Hi Julian,
>
> 1) I believe this will be the end of the date range you request.
>
> 2) I don't believe its currently possible to detect changes to bid 
> modifiers for campaign criterion.
>
> 3) I believe that the changedCriteria includes additions.
>
> The CustomerSyncService was introduced a long time ago and has not been 
> kept completely up to date with changes in the API.  We hope to address 
> this in the future.
>
> - Kevin Winter
> AdWords API Team
>
> On Friday, April 26, 2013 5:46:08 PM UTC-4, Julian Khandros wrote:
>>
>> Google folks, 
>>
>> A few questions about CustomerSyncService (v201302):
>>
>> 1) lastChangeTimestamp field within CustomerChangeData
>>
>> As per doc on 
>> https://developers.google.com/adwords/api/docs/reference/v201302/CustomerSyncService.CustomerChangeData:
>>  
>> "The timestamp for the last changed processed for this customer"
>>
>> Question: is this timestamp for the last change within the campaigns 
>> being requested, or for all campaigns for this customer regardless of the 
>> campaign Ids passed via the request?
>>
>> 2) CampaignChangeData 
>>
>> Within the doc on 
>> https://developers.google.com/adwords/api/docs/reference/v201302/CustomerSyncService.CampaignChangeData,
>>  
>> I don't see a field to hold Ids for updated campaign criterions.  How would 
>> I be able to detect changes to campaign criterions?
>>
>> 3) AdGroupChangeData 
>>
>> Within the doc on 
>> https://developers.google.com/adwords/api/docs/reference/v201302/CustomerSyncService.AdGroupChangeData,
>>  
>> I don't see a field to hold new ad ids and I don't see a field to hold new 
>> adgroup criterions.  How can I detect newly-added ads or keywords or 
>> negative keywords?
>>
>>
>> Thanks for your help.
>>
>> Julian
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: How to create upgraded mobile extensions

2013-05-01 Thread Chris Lande
Hello? What's the word? Can we create upgraded call extensions using the 
API or not?

On Tuesday, April 30, 2013 11:22:58 AM UTC-7, Chris Lande wrote:
>
> Hi,
>
> I've upgraded to the 201302 api and am able to create enhanced campaigns 
> without any problem but the call extensions appear to still be legacy call 
> extensions. Is there a code sample somewhere that demonstrates what you 
> need to do to create the upgraded call extensions via the API?
>
> Thanks,
> Chris
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Does the AdWords API support authentication via service accounts (OAuth 2.0)?

2013-05-01 Thread brent
Speaking about the Python lib:

Firstly, I cannot seem to acquire anything from the API Console for AdWords 
that has a "client_secret", so all the interactive examples do not work for 
me. So if that was solvable I would not have gone down this second path 
which is:

I have not seen anything that shows how to use a *service account 
authentification* to create the AdWords client object. All of the example 
for using the adwords with oauth require having a client_secret which we do 
not have (and cannot create for AdWords AFAIK). I can authenticate using 
the OAuthExample at: /google-api-python-client/samples/service_account and 
substituting AdWords for Tasks, but this hands me back an http object which 
I am unclear how I tie that into the adwords API.

Specifically here: 
credentials = SignedJwtAssertionCredentials(
'1xxx...@developer.gserviceaccount.com',
key,
scope='https://adwords.google.com/api/adwords')
http = httplib2.Http()
http = credentials.authorize(http)

So what do I do now with that http object? The Java examples seems to hand 
back a authentification object which can be passed to the Adwords Client. 
Is any of that correct? It seems like other people are able to accomplish 
this, but I am lost.

Any help would be really appreciated.


On Tuesday, April 30, 2013 9:16:08 AM UTC-7, web...@adaptiveaudience.com 
wrote:
>
> Please Help!
>
> I have a service account, but have not seen a PHP example of how to set 
> this up for google adwords.  Any assistance will be appreciated!  Thank you 
> in advance!  On another note, I am currently getting incomplete_signup 
> error.  Info: Customer ID: 667-082-2778 .  Hope you have a great day.
>
> Best regards,
>
> David Paul
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Using Adwords API with test account

2013-05-01 Thread Devraj Gupta
Hello Jeremy,

Appreciate your response. I did try the test token generated after filling
the API access form.

However i get an auth failure.

Do i still need to do the below before i starting using the token; as per [
https://developers.google.com/adwords/api/docs/test-accounts] ?

Fill in this 
formwith
the IDs of the MCC and the advertiser accounts you have created. You
will receive the results from your application at the contact email
address. If you do not receive the results within 10 days of your
application, contact us on the
forum
.

Thanks,
-Devraj


On Wed, May 1, 2013 at 6:37 AM, Jeremy Aube  wrote:

> Test accounts don't require approved developer tokens, so even if your API
> access request is ultimately disapproved due to not having a live webpage,
> you will still be able to use that developer token for your test account.
>
>
> On Wednesday, May 1, 2013 3:12:39 AM UTC-4, Devraj Gupta wrote:
>>
>>
>> Hello,
>>
>> I plan to use the Adwords API with test account. I have created a MCC
>> account and was trying to follow
>>
>> https://developers.google.com/**adwords/api/docs/test-accounts
>>
>> It says
>>
>> Create an MCC account and apply for API 
>> access.
>> The Apply for API access seems to require live webpage
>>
>> Make sure your information is correct and your company’s website URL is
>> functioning. If the website is not a live page, we will not be able to
>> process your application.
>>
>> I do not have a webpage yet; how can i use the API for test purpose?
>>
>> Thanks,
>> -Devraj
>
>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://adwordsapi.blogspot.com
> http://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> You received this message because you are subscribed to the Google
> Groups "AdWords API Forum" group.
> To post to this group, send email to adwords-api@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/adwords-api?hl=en
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/2YP3qMk_ldo/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Campaign ID in Adwords Report

2013-05-01 Thread Vasanth
Hi,

   We are trying to pull campaign report directly from the Adwords UI 
but we could not find any campaign ID in it. Is there a way I can add the 
campaign id to the report?

Thanks,
Vasanth.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.