Re: Get custom data in response when calling mutate()

2016-06-17 Thread David Denton
Hi

Thanks for the response.

Is there any guarantees the API can make about the order of the entries in 
the response?

For example if the request was sent something like:

operations = [adgroup_1, adgroup_2, adgroup_3]
response = client.mutate(operations)

print response['entries'] # >> [adgroup_1, adgroup_2, adgroup_3]

where the order is guaranteed?

Thanks

David

On Thursday, June 16, 2016 at 11:11:07 PM UTC+1, Shwetha Vastrad (AdWords 
API Team) wrote:
>
> Hi David,
>
> To clarify, you want to be able to use your custom ID for AdGroupId(Google 
> AdWords) so that you can use this field to query for the AdGroup in your 
> Web app? I'm afraid the ID of the AdGroup cannot be set. It is a read-only 
> field. You could consider using AdGroupLabels 
> 
>  which 
> can be set using a AdGroupService.mutateLabel 
> 
>  operation.
>
> Regards,
> Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7a78ee06-2c55-4f9b-b90c-799955e72b7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retrieve data from display network planner & budget ideas by API

2016-06-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Alexey,

The AdWords API does not have services equivalent to the Display Planner or 
recommended Campaign budgets at the moment. However, it does offer the 
following services equivalent to the Keyword Planner:

   - TargetingIdeaService 
   
 
to 
   retrieve targeting ideas.
   - TrafficEstimatorService 
   

 to 
   retrieve traffic estimates.
   
Regards,
Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/42cfaa5a-8460-4146-a236-eb5ac15a0ec6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to get campaigns targeted location group using api

2016-06-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Anil,

Once you have retrieved the complete LocationGroup 

 
object using the CampaignCriterionService 
,
 
you need to decompose the object to get the LhsOperand 

 and RhsOperand 

 of 
the MatchingFunction 

 used. 
If the operand is an instance of GeoTargetOperand 
,
 
use the LocationCriterionService 

 or 
the GeoTarget table 
 to 
lookup the name of the location criterion. For other operand types, please 
refer to the respective documents for the enumerations.

For example, in your case:
TIER_1 

 represents 
top 10% of earners. 
2840 is the Criteria ID 
 for 
United States.

Regards,
Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/83541791-36aa-450b-8572-73e781dee610%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: +10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Hugo,

There is no way to delete the adgroups permanently. You can filter your 
results in AdGroupService.get 

 to 
show you active/enabled adgroups only by passing a Selector 

 object 
with status as 'ENABLED' .  You can also implement paging 

 to 
see a certain number of rows at a time. 

Hope this helps. Please feel free to reach out if you have further 
concerns. 

Regards,
Vishal Vinayak (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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/66767ebe-99c9-49d9-8726-3c383ee46dc4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Exception while trying to download result using BatchJobService

2016-06-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

In case anyone else encounters the same issue and see this post, please 
upgrade to version 2.16.0 of the Java client library 
 and 
retry your request. That release includes a fix to work around some 
inconsistent behavior between older HotSpot JVMs and OpenJDK JVMs. The 
details are included in github issue #89 
.

Thanks,
Josh, AdWords API Team

On Monday, June 13, 2016 at 3:24:34 AM UTC-4, Peter Oliquino wrote:
>
> Hello,
>
> Could you please provide me the SOAP request and response logs for this 
> Batch operation along with the BatchJob ID? Just click *Reply privately 
> to author* in the forum when responding.
>
> Thanks,
> Peter
> 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c45f75af-ddd6-4f8a-bdd4-434bb5d5637c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign Performance report contains Universal App campaign stats, but Account Performance report does not

2016-06-17 Thread 'Anthony Madrigal' via AdWords API Forum
Hello,

Currently, universal app campaign data is only available in the Campaign 
Performance Report 
. 
As a workaround to make your reports consistent, you can exclude UA 
campaigns to appear in your Campaign Performance Report by adding the 
predicate *AdvertisingChannelType != MULTI_CHANNEL* or 
*AdvertisingChannelSubType 
!= UNIVERSAL_APP_CAMPAIGN.*

Please check our blog 
 regarding 
these campaign stats being available in other report types.

Regards,
Anthony
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fcd5d7a3-0664-4b1e-ab28-f491e4b25fc6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Campaign Performance report contains Universal App campaign stats, but Account Performance report does not

2016-06-17 Thread j.e.frank
Using v201603.  We have an account running 7 campaigns.  One of them is a 
Universal App campaign.  If I run an Account Performance report using the 
API, I get the account spend minus the spend for that campaign.  That kind 
of makes sense since these campaigns are supposed to be invisible to the 
API.  However, if I run a Campaign Performance report for the account, the 
Universal App campaign shows up along with the other campaigns.  I would 
expect it to show up in neither, or in both.  We do various "discrepancy 
checks" on our performance data and this inconsistency throws them off.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/85d8aa1a-ce17-48f4-a4d3-d8857b608648%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


+10.000 adgroups in a campaign, API won't load any more adgroups

2016-06-17 Thread hugo
Account ID: 563-341-7060

I got a campaign with 9.511 adgroups and my API don't want to load anymore 
adgroups in this campaign.

I tried to delete all the adgroups that are not relevant anymore, but they 
remain in the campaign with the 'delete' status.
Is it possible to delete them 'for real' so I can upload new ones? If it is 
possible, would I still access the data for the previous period?

The only other option I see would be to create new campaign.

Thanks in advance for your answers.
Hugo

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6a7761f5-3933-450d-88db-522d70890df9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How get Invalid activity?

2016-06-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

You can find these adjustments in the billing section of your AdWords 
account. Once you login to your account, click on the gear icon on the top 
right corner and select *Billing* from the drop down menu and select 
*Transaction 
history* from the panel on the left hand side. On this page you'll find all 
the transactions made, including adjustments which can be filtered by 
clicking on *All transactions* and selecting *Adjustments* from the drop 
down menu. 

I hope this helps. 

Regards,
Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0aff8073-2271-42ef-b5d0-c41a91016780%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Batch Job Service Template Ad Same Adgroup

2016-06-17 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Adrian,

Could you please provide the SOAP XML request/response logs and the batch 
job ID? Please click on "Reply privately to author" when responding. 

Regards,
Vishal Vinayak, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cfe4bdf7-6a76-4038-b7c9-0517020b90cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Campaign negative keywords report SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED

2016-06-17 Thread Kurt Wheeler
Is it documented which Report Types do and do not support filtering by date 
range? I've been looking and googling for it and haven't seen any mention 
of it anywhere. Is there any way to tell that a given request will return 
this error before making the request?

On Tuesday, October 1, 2013 at 11:15:14 AM UTC-4, David Torres (AdWords API 
Team) wrote:
>
> Hi,
>
> The date range in the selector controls the window of stats to be 
> returned, since negative keywords do not hold stats (this is just a 
> structural report), the date range field is really meaningless for it.
>
> Best,
>
> - David Torres - AdWords API Team 
>
> On Wednesday, September 25, 2013 12:36:45 PM UTC-4, Peter Kingswell wrote:
>>
>> Hi,
>>
>> when downloading the campaign negative keywords report, it's possible to 
>> specify a date range of ReportDefinitionDateRangeType.LAST_14_DAYS (for 
>> example) but not ReportDefinitionDateRangeType.CUSTOM_DATE.  If you try the 
>> latter you get a (very informative) ReportsException with errors of :
>>
>>   "ErrorType": "SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED",
>>   "Trigger": "Filtering by date range not supported.",
>>
>> I'd just like someone to confirm that this is expected behaviour.  It 
>> seems inconsistent to be able to ask for the last 14 days but not a custom 
>> date.  All the other reports we download support custom date ranges.  BTW 
>> I'm aware that negative keywords do not hold statistics.
>>
>> Thanks, Peter
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dcc59d28-6258-4b7d-afd8-2039d470cf40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Best way to get Conversion data and clicks data from campaign performance report

2016-06-17 Thread Raghu Kashyap
Thank you. Trying to work with ConversionCategoryName and 
ConversionTypeName fields to actually extract all the conversions and 
conversion values. 

On Wednesday, June 8, 2016 at 12:05:47 AM UTC+5:30, Shwetha Vastrad 
(AdWords API Team) wrote:
>
> Hi Raghu,
>
> You are right. The ConversionTypeName 
> 
>  field 
> in Campaign Performance Report is not compatible with Click or Impressions. 
>  Even in the UI, if you segment based on Conversion Name, the Clicks and 
> Impressions stats will be aggregated at the campaign level. You could 
> probably query for Clicks and Impressions in one report and 
> ConversionTypeName and related fields in another report. You would need to 
> aggregate the conversions associated with campaigns for each conversion 
> type. You can use the CampaignId to map the values. Please be careful when 
> using fields that segment the report.
>
> Regards,
> Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ff85d193-df81-4953-ae0d-75f3ec2825ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: SoapFault [AuthenticationError.NOT_ADS_USER @ ; trigger:'']

2016-06-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi,

The email account used to generate the credentials should be associated 
with an AdWords account. Could you provide the clientCustomerId and the 
email account associated with credentials being used? Please use *Reply 
privately to author* when responding. 

Thanks,
Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b5612581-ecc5-43a8-801e-7fcdf79ac1a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DEBUG: Did not load optional configuration file log exception for every request

2016-06-17 Thread Gazal Garg
You should add google-ads-api-java-build.properties file in your 
application's resource folder.
For me the content of the file was: 

lib.name=Common-Java
lib.version=2.15.0
# Options are:
#   internal: not deployed
#   maven: deployed by maven
#   jars: dependency jars
build.type=maven



On Thursday, 12 December 2013 06:19:10 UTC+5:30, Takeshi Hagikura (AdWords 
API Team) wrote:
>
> Hi, 
>
> As I replied previously, can you please share the pom.xml?
>
> Best,
> - Takeshi,
>
> On Friday, December 6, 2013 7:53:55 AM UTC-8, r...@oanda.com wrote:
>>
>> I encounter this issue, any solution/update?
>>
>> On Friday, May 31, 2013 6:03:12 AM UTC-4, Takeshi Hagikura wrote:
>>>
>>> Hi Sanju,
>>>
>>> Thanks for the report. 
>>> I'm looking into that. Do you mind sharing the pom.xml you are using?
>>> I'd like to make sure what log framework you are using.
>>>
>>> Best,
>>> - Takeshi, AdWords API Team
>>>
>>> On Tuesday, May 28, 2013 10:31:33 PM UTC+9, Sanju wrote:

 Hi,

 When am trying to get AdWordsSession object using credentials 


 And also when am trying to get CampaignService from service object like 
 CampaignServiceInterface campaignService = 
 adWordsServices.get(adwordsSession, CampaignServiceInterface.class);
 am getting following log error:

 com.google.api.ads.common.lib.utils.logging.AdsServiceLoggers.ads_api_lib 
 createCombinedConfiguration 
 DEBUG: Did not load optional configuration 
 google-ads-api-java-build.properties:
 com.google.api.ads.common.lib.conf.ConfigurationLoadException: 
 Encountered a problem reading the provided configuration file 
 "google-ads-api-java-build.properties"!
 at 
 com.google.api.ads.common.lib.conf.ConfigurationHelper.fromFile(ConfigurationHelper.java:67)
 at 
 com.google.api.ads.common.lib.conf.ConfigurationHelper.createCombinedConfiguration(ConfigurationHelper.java:140)
 
 
 
 Caused by: org.apache.commons.configuration.ConfigurationException: 
 Cannot locate configuration source google-ads-api-java-build.properties

  But am getting the service object reference correct and all the 
 operations are going well but above logs making me confusion.



 Thnx in adv.

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1e470c07-76c5-4747-9661-810d42473ea5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Retrieve data from display network planner & budget ideas by API

2016-06-17 Thread Alexey Makarov

Hi!

I have two questions about AdWords API:

1) Is there any possibilities to retrieve display network planner data by 
API? I needed weekly performance forecasts for display network targeting 
criteria (keywords, topic, interests, etc.)

2) Can I retrieve daily budget ideas (which shows when campaign reaches 
daily budget) for campaigns by API? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/75c8dfac-ecfc-4b17-92f2-36b5bd1f9a93%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Performance data by language

2016-06-17 Thread Anil
Hello,

is this available now with latest API versions V201605?


On Tuesday, July 23, 2013 at 12:45:01 PM UTC+5:30, Takeshi Hagikura 
(AdWords API Team) wrote:
>
> Hi, 
>
> Unfortunately it's not supported. 
>
> Best,
> - Takeshi, 
>
> On Monday, July 22, 2013 6:06:07 PM UTC+9, techpoi...@gmail.com wrote:
>>
>> Hi,
>>
>> Is it possible to get performance data by language via API?
>>
>> I have checked several available report types but not able to find this.
>>
>> 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dc29315e-5abf-4561-bb81-82b30a038168%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Targeting Idea Service cateogory seems off

2016-06-17 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

A fix went out recently to improve the category mappings. Please retry your 
request and let me know if you still see any issues.

Thanks,
Josh, AdWords API Team

On Thursday, April 28, 2016 at 3:10:22 PM UTC-4, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> I just tried your request and got back the following Products and 
> Services IDs 
>  
> for 
> "download whatsapp chat":
>
>   
> CATEGORY_PRODUCTS_AND_SERVICES
> http://www.w3.org/2001/XMLSchema-instance; 
> xsi:type="IntegerSetAttribute">
>   IntegerSetAttribute
>   10240
>   10241
>   13378
>   10019
>   10756
>   13861
>   13381
>   10885
>   13418
>   11499
>   10031
>   10002
>   10007
>   10167
>   10168
>   10108
>   10878
> 
>   
>
> Comparing those to the list of IDs on the reference page, I get the 
> following:
>
> "10019","/Computers & Consumer Electronics"
> "10168","/Computers & Consumer Electronics/Computers"
> "10885","/Computers & Consumer Electronics/Computers/Software"
> "10167","/Computers & Consumer Electronics/Consumer Electronics"
> "10002","/Family & Community"
> "10031","/Family & Community/Romance & Relationships"
> "10240","/Family & Community/Romance & Relationships/Dating & Marriage 
> Matching"
> "10241","/Family & Community/Romance & Relationships/Dating & Marriage 
> Matching/Dating Forums & Chat"
> "10007","/Internet & Telecom"
> "13418","/Internet & Telecom/Internet"
> "11499","/Internet & Telecom/Internet/Forum & Chat Services"
> "10878","/Internet & Telecom/Telephony"
> "13381","/Internet & Telecom/Telephony/Mobile Phones & Accessories"
> "13378","/Internet & Telecom/Telephony/Mobile Phones & Accessories/Mobile 
> Apps & Add-Ons"
> "10108","/News, Media & Publications"
> "10756","/News, Media & Publications/Reference Materials & Resources"
> "13861","/News, Media & Publications/Reference Materials & 
> Resources/Quotations"
>
> Could you compare the list of IDs above to what you're getting back, since 
> my list does not contain any Health Care IDs? If you find differences, 
> please send over your ID list so I can investigate further.
>
> Thanks,
> Josh, AdWords API Team
>
> On Wednesday, April 27, 2016 at 5:47:07 PM UTC-4, Shwetha Vastrad (AdWords 
> API Team) wrote:
>>
>> Hi,
>>
>> Could you provide the SOAP request and response logs for this API 
>> request? This will help me figure out what's going wrong. Please use *Reply 
>> privately to author* when responding. 
>>
>> Thanks,
>> Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/179f61cb-3590-4165-bc06-e639d11d97e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get campaigns targeted location group using api

2016-06-17 Thread Anil
Hello,

We have campaign where location group is targeted "* top 10% (US) 
within United States".
To get locations targeted via API we have used Campaign Criterion service 
where we get this under location groups where only id is mentioned. 
How can we get the actual group name like "top 10% (US) within United 
States"?

Below is the sample of API response :

[criterion] => LocationGroups Object
(
[feedId] => 
[matchingFunction] => FeedFunction Object
(
[operator] => AND
[lhsOperand] => Array
(
[0] => IncomeOperand Object
(
[tier] => TIER_1
[FunctionArgumentOperandType] => 
IncomeOperand

[_parameterMap:FunctionArgumentOperand:private] => Array
(

[FunctionArgumentOperand.Type] => FunctionArgumentOperandType
)

)

)

[rhsOperand] => Array
(
[0] => GeoTargetOperand Object
(
[locations] => Array
(
[0] => 2840
)

[FunctionArgumentOperandType] => 
GeoTargetOperand

[_parameterMap:FunctionArgumentOperand:private] => Array
(

[FunctionArgumentOperand.Type] => FunctionArgumentOperandType
)

)

)

[functionString] => AND()
)

[id] => 197664905835
[type] => LOCATION_GROUPS
[CriterionType] => LocationGroups
[_parameterMap:Criterion:private] => Array
(
[Criterion.Type] => CriterionType
)

)



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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/006b47f6-9297-431e-bbb7-ab244d5c5775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ServingStatus on CAMPAIGN_PERFORMANCE_COLUMNS only showing the "eligible" campaign

2016-06-17 Thread 'Peter Oliquino' via AdWords API Forum
Hi,

You could try adding ServingStatus to get the 'eligible', 'paused' or 
'limited by budget' campaigns and AdNetworkType1 to differentiate whether 
the campaign is for the SEARCH or DISPLAY networks. You may also use 
AdNetworkType1 field as a filter to eliminate the duplicate records. Your 
query could look a little something like the one below :

String query = "SELECT CampaignId, CampaignName, Clicks, 
CampaignStatus, ServingStatus, AdNetworkType1 "
+ "FROM CAMPAIGN_PERFORMANCE_REPORT "
+ "WHERE AdNetworkType1 IN [SEARCH] "; 


I hope this helps.

Thanks,
Peter
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/104bd660-9273-410d-8f6a-01cb9198be8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Filtering on bid recommendations that are not set yet. KEYWORDS_PERFORMANCE_REPORT

2016-06-17 Thread Will
Hi there,

I'm trying to pull back keywords that do not have one of the three 
recommended bids set, but I can't work out how to specify that in AWQL.

For example if I set FirstPositionCpc = 0 or FirstPositionCpc = '--' the 
first one returns no results, and the second throws an error (I assume it 
is expecting a number).

If I don't filter I can see that keywords without a recommended bid come 
back as 0, so I felt like I should be able to filter on this (The UI shows 
-- that is why I tried that too)?

I can pull down all keywords and then filter locally, but this doesn't seem 
efficient.

Let me know if you need more information.

Thanks,
Will


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c9cbdf9b-bbd9-496a-8b5d-1ad32d57e386%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ServingStatus on CAMPAIGN_PERFORMANCE_COLUMNS only showing the "eligible" campaign

2016-06-17 Thread Abdurrahman Al Faruqi
yes it worked but not displaying limited by budget and the records i got 
from google doubled, for example
  Campaign Name|  Clicks  |  Status
  Campaign 1  212   enabled
  Campaign 10 enabled
  Campaign 20 paused
  Campaign 20 paused
thanks.
On Wednesday, June 15, 2016 at 5:12:01 PM UTC+7, Peter Oliquino wrote:
>
> Hi,
>
> You could try and set the *includeZeroImpressions* to *true* in the HTTP 
> header 
> 
>  of 
> the report request and see if the issue is resolved. Only campaigns that 
> have non-zero impressions are returned by default in the Campaign 
> Performance Report.
>
> Let us know if this helps.
>
> Thanks,
> Peter
> 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2b1e5537-3c0c-4c45-8043-56fc02bffaf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to get Account performance information

2016-06-17 Thread 'Peter Oliquino' via AdWords API Forum
Hello,

Unfortunately, report generation for multiple accounts is not supported in 
the AdWords API. You must submit a different report request for each 
account as also mentioned in this link 

.

Thanks,
Peter
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/04b9df8c-0209-470c-9d82-05944af3d59f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to get Account performance information

2016-06-17 Thread Abdurrahman Al Faruqi
I'm currently get the account_performance_report but I can only get the 
single account. Now what if I want this information like this :

  Account |   Impression   |   
Clicks | CTR
 Account 1   100,123   
1,2341,23%
 Account 2   263,543   
2,3242,32%
 Account 3   523,456  5,123 
1,23%

what should I do?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b1c8abfa-8cb8-454c-a83f-a23ec7ab7a13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How get Invalid activity?

2016-06-17 Thread Kostya Solovichenko
Yes, but if some several clicks not detected at once, google pay me within 
two months. How get cost this pay or calculate?

пятница, 17 июня 2016 г., 1:12:51 UTC+3 пользователь Shwetha Vastrad 
(AdWords API Team) написал:
>
> Hi,
>
> If a click has been found to be invalid, it is automatically filtered from 
> reports and payments so that you're not charged for these clicks. You can 
> find more information about invalid clicks and traffic here 
> . 
>
> I hope this helps.
>
> Regards,
> Shwetha, 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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bae5de63-919c-467a-9c39-6bddee0a7a2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.