Doubts

2014-04-04 Thread j Sravanthi
Hi,
just i got idea about what is adwrods..i want to develop adwords api for
cardekho.com for registered project in adwords which is a web based
application.i refereed every thing and download java code example and tired
to execute the project even thou   my project is web based i selected
installed application and copied the redirect url into program and got
refreshement token copied into ad.properties after that i tried to execute
the get campaign program  then is showing there is an error in
adWordsSession.java  line num so&so..when i tried to open the program,it as
opened .class file and telling that the line number doesnt exist..

So,please help me how to get authorization etc.


Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Multiple errors on Report Types Reference page

2014-04-04 Thread Josh Radcliff (AdWords API Team)
Hi,

I would expect the "Display Name" to be unique for each field, but I will 
confirm.  As an alternative to the approach you described, could you map 
the columns according to their order in your reporting request?  In my 
experience the columns in the output follow the order specified in the 
request.

Cheers,
Josh, AdWords API Team

On Friday, April 4, 2014 1:00:40 AM UTC-4, Alan Ho wrote:
>
> Thanks for the prompt response.
>
> I wanna further verify that the display name of each column should be 
> unique, the same as column name? 
>
> The reason we're doing this is the column name in the reporting CSV header 
> is using "Display Name", while we need to use "Column Name" in AWQL. In 
> order for us to match the column programmatically/dynamically, we remap the 
> CSV header from "Display Name" to "Column Name" using these tables to make 
> sure we're pulling the right column.
>
> But we noticed few columns shared same "Display Name", such as in 
> "AD_PERFORMANCE_REPORT",  PromotionLine and Headline shared "Ad" as Display 
> Name. If this is a bug, we will hardcoded the mapping for now until the bug 
> is fix. But if Display Name is not unique, then we might have to find other 
> ways to do the remap. Can you verify if Display Name of each table should 
> be unique? Thanks
>
>
>
> On Friday, April 4, 2014 3:18:58 AM UTC+8, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi Alan,
>>
>> Thanks for pointing this out.  On the KEYWORDS_PERFORMANCE_REPORT I'm 
>> seeing the Display Name ("Keyword") and XML attribute name ("keyword") 
>> that's shown on the page for PlacementUrl.  I'll look into the other two 
>> reports.
>>
>> If you are analyzing the table programmatically then I would suggest 
>> using the ReportDefinitionService 
>> getReportFields
>>  method. 
>>  The data on the page is generated from that service, but using the service 
>> is probably easier than downloading the CSVs, and also ensures that you get 
>> the most up to date information.
>>
>> Cheers,
>> Josh, AdWords API Team
>>
>> On Thursday, April 3, 2014 2:26:44 PM UTC-4, Alan Ho wrote:
>>>
>>> We use the CSV format of the report fields table for data cross-checking 
>>> and noticed few errors in the table. Tried to report this using in-page 
>>> "Report a bug" but nothing has been heard so far.
>>>
>>>
>>> https://google-developers.appspot.com/adwords/api/docs/appendix/reports?hl=he#account
>>>
>>> KEYWORDS_PERFORMANCE_REPORT
>>> PlacementUrl carries wrong Display Name and XML Attribute Name
>>>
>>> CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT
>>> KeywordText, PlacementUrl, UserListId these 3 fields shared same Display 
>>> Name and XML Attribute
>>>
>>> CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT
>>> KeywordText, PlacementUrl, UserListId these 3 fields shared same Display 
>>> Name and XML Attribute
>>>
>>> Can any one help fixing this?
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Custom Date with Call Metrics Call Details Report

2014-04-04 Thread Josh Radcliff (AdWords API Team)
Hi,

At the moment, it seems that the CALL_METRICS_CALL_DETAILS report always 
returns data for ALL_TIME.  We're aware of this issue and are looking into 
it.

Cheers,
Josh, AdWords API Team

On Friday, April 4, 2014 1:54:36 PM UTC-4, jarms...@stringenterprises.com 
wrote:
>
> I'm trying to use the Call Metrics Call Details Report with a custom date 
> range and the response tells me it is not supported.  I've used custom date 
> ranges successfully with other ad hoc reports, but I haven't been able to 
> get this one to work. 
>
> Also, if i used any of the predefined values for dateRangeType, e.g. 
> LAST_MONTH, or LAST_7_DAYS it always seems to return  data outside of the 
> specified range.
>
> Any suggestions on how I can use custom date ranges with this report?
>
> Here's my XML:
>
>  https://adwords.google.com/api/adwords/cm/v201402\";>
>
>  CampaignId
>  CampaignName
>  CallStartTime
>  CallEndTime
>  CallStatus
>  CallDuration
>  CallerNationalDesignatedCode
>  OfflineInteractionCost
>  CallType
>  
>   20140315
>   20140331
>  
>
>Custom Performance Report
>CALL_METRICS_CALL_DETAILS_REPORT
>CUSTOM_DATE
>XML
>  
>
> And here is the response:
>
>  standalone="yes"?>SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTEDFiltering
>  
> by date range not 
> supported.
>
> Any help would be appreciated.
>
> Thanks!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


New Survey area on the AdWords API documentation site

2014-04-04 Thread Anash P. Oommen (AdWords API Team)


We’re pleased to announce a new way for you to leaves feedback on our new 
features and releases. The AdWords API site now has a new section: “Take a 
survey! ”

This section will list different forms that are targeted to specific 
features of the API or client libraries, and is available to anyone who 
would like to provide feedback. This is your chance to tell us your 
thoughts about the API and client libraries. We’ll read and consider all 
feedback we receive when planning the next releases.

For our first survey, we want to know what you think about the new 
SelectorBuilderclass
 that was released 
in 
Februaryin
 the Java 
client 
library.
 
We would like to know how useful it really is to you. This will help 
determine what we should do with this feature to help you more. So, if 
you’ve used SelectorBuilder, we’d love to hear about your 
experiencewith
 it!

If you have any questions or suggestions regarding the new survey area, 
please let us know on this thread.

Cheers,
Gustavo Moreira, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Remove Budget Optimizer and EnhancedCpc

2014-04-04 Thread Anash P. Oommen (AdWords API Team)
Hi,

The UI and API are not always in 100% sync in terms of features, I'd assume 
that these changes will eventually appear in the UI also. If you need to 
use these features for now, then you need to keep the relevant part of the 
code to use v201309 until UI makes relevant changes as well.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, April 1, 2014 11:07:30 PM UTC-4, Orangevn wrote:
>
> Hello everyone,
>
>  
>
> We are updating API version v201402 by Migration guide. 
>
> In Migration guide change, Budget optimizer type and EnhancedCpc setting 
> no longer avaiable. But on web site https://adwords.google.com  I still 
> appear.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Shopping Campaign

2014-04-04 Thread Mat Scales
Hi Ashish,

The AdWords API doesn't have a way to get product data.

You could use the Content API for 
Shoppingto get this data 
instead. However, the Content API is designed for 
inserting product information rather than reading it back. There is no way 
to search or filter for products that are new, and fetching all products 
from a large account will likely use up that account's usage quota.

It will be much easier if you can divide your campaign on the other 
available fields so that it will automatically apply to newly added 
products. If you base your bidding decisions on criteria other than those 
available in a product partition, and you have some control over the feeds, 
then you could consider using the ProductCustomAttribute fields to make 
that data partitionable.

Dividing on 
ProductOfferId
 will 
always match only one product, so you probably mean that you want to create 
a new UNIT per product ID, rather than SUBDIVISION.

On Friday, April 4, 2014 7:07:07 AM UTC+1, Ashish Pathak wrote:
>
> Hi,
>
> From the Shopping campaign I wan't to retrieve Item Id using Adword API in 
> python and then create separate SUBDIVISION for each item Id and set 
> different bid for each subdivision.
>
> Is that possible if yes please help me how do we do that in Python?
>
> The basic idea is to automatically add new Item in shopping campaign 
> whenever their is update or addition of item in XML feed.
>
> Thank you!
>
> Regards,
> Ashish
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Custom Date with Call Metrics Call Details Report

2014-04-04 Thread jarmstrong
I'm trying to use the Call Metrics Call Details Report with a custom date 
range and the response tells me it is not supported.  I've used custom date 
ranges successfully with other ad hoc reports, but I haven't been able to 
get this one to work. 

Also, if i used any of the predefined values for dateRangeType, e.g. 
LAST_MONTH, or LAST_7_DAYS it always seems to return  data outside of the 
specified range.

Any suggestions on how I can use custom date ranges with this report?

Here's my XML:

https://adwords.google.com/api/adwords/cm/v201402\";>
   
 CampaignId
 CampaignName
 CallStartTime
 CallEndTime
 CallStatus
 CallDuration
 CallerNationalDesignatedCode
 OfflineInteractionCost
 CallType
 
  20140315
  20140331
 
   
   Custom Performance Report
   CALL_METRICS_CALL_DETAILS_REPORT
   CUSTOM_DATE
   XML
 

And here is the response:

SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTEDFiltering
 
by date range not 
supported.

Any help would be appreciated.

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Mobile App (iOS/Android) Adwords API Integration

2014-04-04 Thread Anash P. Oommen (AdWords API Team)
Hi Jason,

IMO you should have a server and communicate with it. Here are the factors 
I'd consider against making calls from the mobile device itself. Note that 
there is nothing stopping you technically from doing this; AdWords API uses 
SOAP, which is nothing more than an HTTPS POST.

- Client library availability: There's no Objective C library, so if you 
are going to make calls from the device, you'd need to find a soap library 
and deal with stub code on your own. For Android, I think the Java client 
library might work fine.
- Bulk of data: Depending on what you do with the API and the account size 
you deal with, your responses can range from a few tens of KBs, to several 
hundred MBs (e.g. keyword performance reports). If your application is 
doing stats reporting using reports, then processing that much data on a 
mobile device can be both challenging in terms of response size (and hence 
data plan costs) and memory / disk.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Wednesday, April 2, 2014 2:00:43 PM UTC-4, Jason Williams wrote:
>
> Hi Everyone,
>
> I'm in the process of defining a requirement for a Mobile App (iOS/Android 
> smartphones/tablets) and i'm looking for some guidence on the use of the 
> API in terms of integration with smartphones / tablets.
>
> 1. Can we have the Mobile App communicate directly with the API and 
> retrieve appropriate data to process and display within the Mobile App 
> itself 
>
> OR
>
> 2. Do we have to have a Web App acting as a gateway to the Adwords API to 
> authenticate, processes information and returning the data to the Mobile 
> App?
>
> Many Thanks,
>
> Jas...
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: No data returned from specific report types

2014-04-04 Thread Johannes Burkhardt
Hi Josh,

thanks for the quick reply and helpful answer!

Best regards,
Johannes

On Friday, April 4, 2014 2:58:49 PM UTC+2, Josh Radcliff (AdWords API Team) 
wrote:
>
> Hi Johannes,
>
> In order to get data back from the *Paid and Organic Report* you need to 
> first go through the Webmaster Tools linkage described in this AdWords 
> Help Center article
> .
>
> The Ad Extensions Performance 
> Report
>  covers 
> legacy extensions only, as noted in its description:
>
> This report will only return legacy campaign extensions. For upgraded 
>> extensions, use the Placeholder Feed Item 
>> report
>>  - 
>> they will not be reflected in this report.
>
>
> To see the types of extensions covered by feeds, please refer to our feeds 
> guide 
> and 
> the list of placeholder 
> types. 
>  The two extensions you mention (sitelinks and ratings) are covered there.
>
> Cheers,
> Josh, AdWords API Team
>
> On Friday, April 4, 2014 6:47:18 AM UTC-4, Johannes Burkhardt wrote:
>>
>> Hi there,
>>
>> I use AdHoc 
>> Reports
>>  in 
>> connection with the statistic tool R  to 
>> retrieve data from the Adwords API.
>>
>> For report 
>> types like 
>> *Account Performance *or *Campaign Performance *everything works fine 
>> and I get the data as requested.
>>
>> However, I do not receive any data from the *Paid and Organic Query*Report. 
>> Moreover the *Ad 
>> Extension Report *only returns *domain info extension *as 
>> AdExtensionType. I rather would expect something like *Sitelinks* or *Seller 
>> Ratings*.
>>
>> I am really looking forward to an answer!
>>
>> Thanks,
>> Johannes
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Is it good to retrieve many access tokens?

2014-04-04 Thread 照沼領
Thank you.

I will try strategies for sharing credentials. :-)


2014年4月4日金曜日 21時52分35秒 UTC+9 Josh Radcliff (AdWords API Team):
>
> Hi,
>
> There is a limit to the number of active access tokens.  Please see the 
> following document for details.
>
> https://developers.google.com/accounts/docs/OAuth2#expiration
>
> This is why we recommend different strategies for sharing 
> credentials.
>
> Cheers,
> Josh, AdWords API Team
>
> On Friday, April 4, 2014 2:55:06 AM UTC-4, 照沼領 wrote:
>>
>> Hi, all
>>
>> I want to change auth method from ClientLogin to OAuth.
>>
>> Currently, Batch program authentication is executed on each thread.
>>
>> So, If auth method will change, batch retrieve many access tokens.
>>
>> This doesn't match the sharing credential policy of api document.
>>
>> Is it ok to use many access tokens?
>>
>>
>> Thank you
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: No data returned from specific report types

2014-04-04 Thread Josh Radcliff (AdWords API Team)
Hi Johannes,

In order to get data back from the *Paid and Organic Report* you need to 
first go through the Webmaster Tools linkage described in this AdWords Help 
Center article .

The Ad Extensions Performance 
Report
 covers 
legacy extensions only, as noted in its description:

This report will only return legacy campaign extensions. For upgraded 
> extensions, use the Placeholder Feed Item 
> report
>  - 
> they will not be reflected in this report.


To see the types of extensions covered by feeds, please refer to our feeds 
guide  and 
the list of placeholder 
types. 
 The two extensions you mention (sitelinks and ratings) are covered there.

Cheers,
Josh, AdWords API Team

On Friday, April 4, 2014 6:47:18 AM UTC-4, Johannes Burkhardt wrote:
>
> Hi there,
>
> I use AdHoc 
> Reports
>  in 
> connection with the statistic tool R  to 
> retrieve data from the Adwords API.
>
> For report 
> types like 
> *Account Performance *or *Campaign Performance *everything works fine and 
> I get the data as requested.
>
> However, I do not receive any data from the *Paid and Organic Query*Report. 
> Moreover the *Ad 
> Extension Report *only returns *domain info extension *as 
> AdExtensionType. I rather would expect something like *Sitelinks* or *Seller 
> Ratings*.
>
> I am really looking forward to an answer!
>
> Thanks,
> Johannes
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Is it good to retrieve many access tokens?

2014-04-04 Thread Josh Radcliff (AdWords API Team)
Hi,

There is a limit to the number of active access tokens.  Please see the 
following document for details.

https://developers.google.com/accounts/docs/OAuth2#expiration

This is why we recommend different strategies for sharing 
credentials.

Cheers,
Josh, AdWords API Team

On Friday, April 4, 2014 2:55:06 AM UTC-4, 照沼領 wrote:
>
> Hi, all
>
> I want to change auth method from ClientLogin to OAuth.
>
> Currently, Batch program authentication is executed on each thread.
>
> So, If auth method will change, batch retrieve many access tokens.
>
> This doesn't match the sharing credential policy of api document.
>
> Is it ok to use many access tokens?
>
>
> Thank you
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: Unable to update 'promotionLine' in productAds

2014-04-04 Thread Raja Ram
Josh, It worked. Thanks.

On Thursday, April 3, 2014 9:58:44 PM UTC+5:30, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> The client library includes the following samples for deleting and adding 
> an ad:
>
>- 
>
> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/BasicOperations/DeleteAd.php
>- 
>
> https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/BasicOperations/AddTextAds.php
>
> The second example is for adding text ads, so you would want to substitute 
> your ProductAd in the code instead.
>
> Cheers,
> Josh, AdWords API Team
>
> On Thursday, April 3, 2014 3:40:00 AM UTC-4, Raja Ram wrote:
>>
>> Josh,
>>
>> No, I haven't tried deleting and recreating Product Ad. My requirement is 
>> to change the 'Promotion Line' alone. Is there any way to delete to Product 
>> Ad alone (i.e.,  Simply Promotion Line).  Also I'm using PHP Server script, 
>> if possible can you share me a sample code to ADD & DELETE Product Ads.
>>
>>
>> On Wednesday, April 2, 2014 8:00:39 PM UTC+5:30, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Raja,
>>>
>>> Have you tried deleting and recreating the ad as described in this 
>>> post
>>> ?
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Wednesday, April 2, 2014 2:18:48 AM UTC-4, Raja Ram wrote:

 Hi,

 Is it possible to update the promotionalLine of a Product Ad via the 
 API ? I'm surfing the API document over a week to update promotionLine but 
 yet couldn't found the answer. 

 Could anyone from the Adwords API team help me to resolve this? 

 Thanks,
 Raja

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Shopping Campaign

2014-04-04 Thread Ashish Pathak
Hi,

>From the Shopping campaign I wan't to retrieve Item Id using Adword API in 
python and then create separate SUBDIVISION for each item Id and set 
different bid for each subdivision.

Is that possible if yes please help me how do we do that in Python?

The basic idea is to automatically add new Item in shopping campaign 
whenever their is update or addition of item in XML feed.

Thank you!

Regards,
Ashish

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


No data returned from specific report types

2014-04-04 Thread Johannes Burkhardt
Hi there,

I use AdHoc 
Reports 
in 
connection with the statistic tool R  to 
retrieve data from the Adwords API.

For report 
types like 
*Account Performance *or *Campaign Performance *everything works fine and I 
get the data as requested.

However, I do not receive any data from the *Paid and Organic Query*Report. 
Moreover the *Ad 
Extension Report *only returns *domain info extension *as AdExtensionType. 
I rather would expect something like *Sitelinks* or *Seller Ratings*.

I am really looking forward to an answer!

Thanks,
Johannes

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: PHP Client Library: An error has occurred: [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

2014-04-04 Thread Gabriel Kung
Having the exact same problem.
Production MCC Customer ID is: 565-672-9383
Test MCC Customer ID is: 899-817-0069
Test MCC Adwords Account: 460-090-3879

If you have a solution, please let me know.
Thanks,
Gabriel

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.


Re: How to retrieve the mobile app report by adwords API?

2014-04-04 Thread Jeremy Aube
Mobile App Placements are not included in the placements report. See the 
following for background information:

https://groups.google.com/forum/#!searchin/adwords-api/charlie/adwords-api/mNbkwAc0JUg/cEy_Fz-0VuIJ

On Friday, March 28, 2014 5:46:27 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Johnson,
>
> I took a look at your accounts and I could not find an example where both:
>
>- The *Status* shows as *Managed* on the "Display Network" tab under 
>"Placements" (as described in the Mapping Reports to the UI 
> doc
>).
>- The placement is a mobile app placement.
>
> If you have such an example could you send over the campaign ID?  If you 
> need to send any sensitive information please send it *only to me* by 
> clicking "Reply to Author".
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, March 26, 2014 1:33:47 PM UTC-4, qdhibay...@gmail.com wrote:
>>
>> Hi Josh,
>>
>> Thanks for your reply.
>> From the UI, it's placement report, see below details:
>> "To get to the Managed Placements report, shown above, navigate to the 
>> top "Display network" tab then to the inner "Placements". The rows with the 
>> column "Status" equals "Management" are placements that served your ads 
>> based on placement criteria."
>>
>> But when i download this report using API, the data for mobile app is not 
>> included into the report while from UI the data exists.
>> So the question is how to get the mobile app report from any report type?
>>
>> Thanks,
>> Johnson
>>
>>
>> On Wednesday, March 26, 2014 10:47:54 PM UTC+8, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Johnson,
>>>
>>> I'm not quite following your question--could you provide some more 
>>> details?  For example, if the data you are interested in is available in 
>>> the AdWords UI please specify the tab and view selections you are using to 
>>> view the data.  You may also find the following doc useful, as it maps UI 
>>> views to API reports.
>>>
>>> https://developers.google.com/adwords/api/docs/guides/uireports
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Wednesday, March 26, 2014 7:48:12 AM UTC-4, qdhib...@gmail.com wrote:

 Hi,  API team

 I am trying to get the mobile app report by adwords API for our 
 clients. But the data  seems not available for placement and url 
 performance report.
 Would you please suggest how to get this report? 
 Thanks a lot for your support in advance.

 BR,
 Johnson





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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/d/optout.