Re: Reporting Stats for an MCC

2015-11-11 Thread guy
Hi,
is there an update on that matter? Is there a way to gather statistics on 
all accounts in one MCC with one API call to ACCOUNT_PERFORMANCE_REPORT, or 
is it still to iterate and get a report per account?
I saw that in adwords application in the UI it is possible to download the 
report to all the accounts in one report.
Thanks,
Guy

On Wednesday, April 23, 2014 at 6:52:23 PM UTC+3, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi Bayron,
>
> I understand your point, but unfortunately, we don't have any plans to 
> provide this feature. One thing you could explore as an alternative is 
> https://github.com/googleads/aw-reporting. It is written in Java, but it 
> addresses the concerns you raised. It is actively maintained by Googlers, 
> feel free to try it out / add feature requests, etc.
>
> Cheers,
> Anash
>
> On Tuesday, April 22, 2014 11:54:57 AM UTC-4, Bayron Galdames wrote:
>>
>> Hi Anash,
>>
>> Thank you for the response, I have over 1100 customer Ids to loop through 
>> and it is only growing. Short of doing these requests in parallel and 
>> dealing with the request limitations, it would be much simpler to make one 
>> call to get the summary data across the campaigns.
>>
>> Will there be a way to download a previously defined custom report from 
>> the interface? (since the interface already handles this global summary 
>> scenario)
>>
>> The only reason I chose to use the reporting api over the daily email is 
>> because the email sends a link to a page that uses javascript to 
>> asynchronously start downloading the report instead of emailing the end 
>> result csv file or zip file. A solution on such a process is not very 
>> appealing.
>>
>> I appreciate the time!
>>
>> -Bayron
>>
>> On Tuesday, April 22, 2014 10:52:26 AM UTC-4, Anash P. Oommen (AdWords 
>> API Team) wrote:
>>>
>>> Hi Bayron,
>>>
>>> We don't have any plans to add support for MCC level report / stats. You 
>>> can use ManagedCustomerService.get to get all the accounts in the 
>>> hierarchy, run reports in parallel, and aggregate the results at your end. 
>>>
>>> Cheers,
>>> Anash P. Oommen,
>>> AdWords API Advisor.
>>>
>>> On Monday, April 21, 2014 5:45:59 PM UTC-4, Bayron Galdames wrote:

 Is this going to be fixed?

 I have hundreds of accounts to manage, it doesn't make sense to brute 
 force data aggregation...

 This used to be a feature in one of the older api versions.

 It also doesn't make sense that, I can quickly generate a report for 
 all of my accounts using the reporting interface when I log into my 
 account 
 but have to wait over an hour, gathering customer ids, then requesting the 
 same report for each customer id...

 Bing allows us to get all the account stats and I'm hoping this feature 
 gets added back to the google adwords api.

 A process that takes less than 30 seconds with Bing takes over an hour 
 with Google due to this limitation.

 I hope this message finds you well, 

 Best Regards!

 On Tuesday, January 28, 2014 3:35:38 PM UTC-5, Mike C wrote:
>
> Thanks for the response Anash.  I came across that last night but was 
> really hoping there was a simpler way.
>
> Constructive criticism for the API...
>
> I use the Bing Ads API a lot as well and while the Adwords API does a 
> lot of things better than them (especially documentation), this is one 
> place they have a better process.  You can query stats for all accounts 
> (at 
> an account level) that the account you are authenticated for has access 
> to 
> and the results are dumped into one report.  It really is a lot simpler 
> and 
> faster.  Any plans for something like this in the future?
>
> On a similar note, while I got the code working from the link you 
> sent, it won't take 'ACCOUNT_PERFORMANCE_REPORT' as a report type when 
> building the report definition.  It throws a 
> 'INVALID_FIELD_NAME_FOR_REPORT' error.  Can you not pull account 
> performance reports this way?  Currently I'm pulling them at the campaign 
> level and combining the values but I'd prefer to just grab the stats I 
> need 
> (which is at the account level).
>
> Thanks!
>
> On Tuesday, January 28, 2014 10:01:20 AM UTC-8, Anash P. Oommen 
> (AdWords API Team) wrote:
>>
>> Hi Mike,
>>
>>
>> https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201309/reporting/parallel_report_download.rb
>>  
>> is a good code example to get started on how to download reports for 
>> multiple client accounts under an MCC account.
>>
>> Cheers,
>> Anash P. Oommen,
>> AdWords API Advisor.
>>
>> On Monday, January 27, 2014 7:06:36 PM UTC-5, Mike C wrote:
>>>
>>> Hi Ray,
>>>
>>> I'm having trouble figuring out how to implement your response.  I 
>>> am able to r

Re: Querying the search query report for accented charaters

2015-11-11 Thread Axel Vermeil
Hi Mike,

I tried 

__fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query="*structure
 
> métallique*"+DURING+20130206,20151103


But still got no results.

Axel

On Tuesday, November 10, 2015 at 9:48:04 PM UTC, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> In your initial query, you have Query="structure+métallique"
>
> Try replacing the + in the quotes with a space character. This should 
> hopefully allow you to query for accented characters. Let me know how it 
> works out.
>
> Regards,
> Mike, AdWords API Team
>
> On Tuesday, November 10, 2015 at 10:51:05 AM UTC-5, Axel Vermeil wrote:
>>
>> Hi Mike, 
>>
>> I've sent you a private message with the customer ID.
>>
>> Axel
>>
>> On Tuesday, November 10, 2015 at 3:46:16 PM UTC, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello,
>>>
>>> To help the engineering team look into this issue, we need some sample 
>>> queries. You've provided those, which is great, but unfortunately we also 
>>> need your account ID for the right context. Please provide this to me 
>>> whenever you get a chance; you can reply privately to me using the 
>>> drop-down at the top-right of my post if privacy is a concern.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Tuesday, November 3, 2015 at 1:49:40 PM UTC-5, Axel Vermeil wrote:

 Thanks!

 I look forward to hearing more about this :). Note that I have not 
 tested other characters such as arabic or cyrillic, but it would be great 
 if those worked as well.

 Axel

 On Tuesday, November 3, 2015 at 6:44:32 PM UTC, Michael Cloonan 
 (AdWords API Team) wrote:
>
> Hello,
>
> Unfortunately, there are no ids for search queries like there are for 
> other, more specific criteria like keywords. I'm going to follow up with 
> the API team to see if there's something you can do to get this working 
> with accented characters, or if not to add it as a feature request since 
> it 
> definitely seems like a very valid use case.
>
> Regards,
> Mike, AdWords API Team
>
> On Tuesday, November 3, 2015 at 5:17:11 AM UTC-5, Axel Vermeil wrote:
>>
>> Hi,
>>
>> When I search for a search_term in the 
>> search_query_performance_report, and this search term has an accent in 
>> it 
>> (in my case, é), it doesn't seem to find it. For example, in the account 
>> I'm looking at, doing the query:
>>
>>
>>> __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost,Query+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+CampaignStatus=ENABLED+AND+AdGroupStatus=ENABLED+AND+Clicks>1+DURING+20150904,20151103
>>
>>
>> reveals a number of search queries, including one for "structure 
>> métallique". But if I try to look for it again:
>>
>>
>>> __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query="structure+métallique"+DURING+20130206,20151103
>>
>>
>> I come up with an empty array. Looking for "structure metallique" (no 
>> accents) yields a result, but I'm not certain that it is the same search 
>> query. 
>>
>> Is this expected behavior? I've gotten around this problem for 
>> keywords by using the adgroupCriterionService GET (not reports), but I 
>> can't find the equivalent for search queries. Am I missing something? Is 
>> there some kind of ID field I could use for search queries instead?
>>
>> Thanks for any help!
>>
>> Axel
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/fcb2e5ec-60fa-449d-8f0c-5acdb7c5c0db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How do we know if a campaign is Call-Only?

2015-11-11 Thread Emmanuel
I don't see any identifiers in the API that can point out if a campaign was 
created as a Call-Only campaign via the adwords web interface.

Is it possible to find out this info somehow?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/014e8b4e-f231-47b2-be8d-fee07eb1761c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Keywords Performance Report - First Position CPC addition request

2015-11-11 Thread Will Atkins
Hi there,

In the Keywords Performance Report (accessed via the api - 
https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report)
 
there are currently attributes for First page CPC and Top of page CPC, but 
there is not one for First position CPC (Which is visible in the Web UI for 
Adwords in the Keywords report "Est. first position bid").

Is this something that will be added at some point, or is there a reason 
for it being excluded?

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bc241d2a-6f68-4860-9657-f5a000322aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarketing lists on an MCC level

2015-11-11 Thread Andrés Navarro
>From today on you can share remarketing lists via MCC
Sorry about the link in Spanish: 
https://plus.google.com/u/0/+MarceloFernandezPacheco/posts/MxX96sVDdkZ?pid=6215512195318684370&oid=108719100989621083611

On Sunday, 14 September 2014 11:37:46 UTC+2, Alon Raskin wrote:
>
> Hi team,
>
> Do you know if a remarketing lists can be generated on an MCC level? Some 
> report of all the remarketing lists of all accounts on the MCC perhaps? I 
> thought this may be done through the API perhaps,
>
> Your help is much appreciated,
>
> Thanks!
>
> Alon
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d2478f73-f3ee-4065-8cdb-55badad78dc1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Querying the search query report for accented charaters

2015-11-11 Thread Michael Cloonan (AdWords API Team)
Hello,

I've gotten this to return results. Here's an example report request:

__rdquery=SELECT+Impressions%2CClicks%2CCost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query%3D%22structure+m%C3%A9tallique%22+DURING+20130206%2C20151103&__fmt=CSV

It looks like, if you want to support accented characters, you need to URL 
escape the string before passing it. Please try that.

I apologize for the back and forth repeatedly trying to figure out this 
issue; we should have been able to identify it faster on our end.

Regards,
Mike, AdWords API Team


On Wednesday, November 11, 2015 at 5:11:09 AM UTC-5, Axel Vermeil wrote:
>
> Hi Mike,
>
> I tried 
>
>
>> __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query="*structure
>>  
>> métallique*"+DURING+20130206,20151103
>
>
> But still got no results.
>
> Axel
>
> On Tuesday, November 10, 2015 at 9:48:04 PM UTC, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> In your initial query, you have Query="structure+métallique"
>>
>> Try replacing the + in the quotes with a space character. This should 
>> hopefully allow you to query for accented characters. Let me know how it 
>> works out.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Tuesday, November 10, 2015 at 10:51:05 AM UTC-5, Axel Vermeil wrote:
>>>
>>> Hi Mike, 
>>>
>>> I've sent you a private message with the customer ID.
>>>
>>> Axel
>>>
>>> On Tuesday, November 10, 2015 at 3:46:16 PM UTC, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 To help the engineering team look into this issue, we need some sample 
 queries. You've provided those, which is great, but unfortunately we also 
 need your account ID for the right context. Please provide this to me 
 whenever you get a chance; you can reply privately to me using the 
 drop-down at the top-right of my post if privacy is a concern.

 Regards,
 Mike, AdWords API Team

 On Tuesday, November 3, 2015 at 1:49:40 PM UTC-5, Axel Vermeil wrote:
>
> Thanks!
>
> I look forward to hearing more about this :). Note that I have not 
> tested other characters such as arabic or cyrillic, but it would be great 
> if those worked as well.
>
> Axel
>
> On Tuesday, November 3, 2015 at 6:44:32 PM UTC, Michael Cloonan 
> (AdWords API Team) wrote:
>>
>> Hello,
>>
>> Unfortunately, there are no ids for search queries like there are for 
>> other, more specific criteria like keywords. I'm going to follow up with 
>> the API team to see if there's something you can do to get this working 
>> with accented characters, or if not to add it as a feature request since 
>> it 
>> definitely seems like a very valid use case.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Tuesday, November 3, 2015 at 5:17:11 AM UTC-5, Axel Vermeil wrote:
>>>
>>> Hi,
>>>
>>> When I search for a search_term in the 
>>> search_query_performance_report, and this search term has an accent in 
>>> it 
>>> (in my case, é), it doesn't seem to find it. For example, in the 
>>> account 
>>> I'm looking at, doing the query:
>>>
>>>
 __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost,Query+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+CampaignStatus=ENABLED+AND+AdGroupStatus=ENABLED+AND+Clicks>1+DURING+20150904,20151103
>>>
>>>
>>> reveals a number of search queries, including one for "structure 
>>> métallique". But if I try to look for it again:
>>>
>>>
 __fmt=XML&__rdquery=SELECT+Impressions,Clicks,Cost+FROM+SEARCH_QUERY_PERFORMANCE_REPORT+WHERE+Query="structure+métallique"+DURING+20130206,20151103
>>>
>>>
>>> I come up with an empty array. Looking for "structure metallique" 
>>> (no accents) yields a result, but I'm not certain that it is the same 
>>> search query. 
>>>
>>> Is this expected behavior? I've gotten around this problem for 
>>> keywords by using the adgroupCriterionService GET (not reports), but I 
>>> can't find the equivalent for search queries. Am I missing something? 
>>> Is 
>>> there some kind of ID field I could use for search queries instead?
>>>
>>> Thanks for any help!
>>>
>>> Axel
>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 

Re: ProductGroup listing and Bidding in shopping Campaign using API

2015-11-11 Thread Michael Cloonan (AdWords API Team)
Hello,

I'm not sure what you're asking for that wasn't already covered by one of 
the many links in Umesh's initial response. Please review the shopping guide 
. If your 
question isn't answered by that guide, please be as specific as possible 
and elaborate on what exactly you are trying to do so that we can are able 
to understand the problem and provide help.

Regards,
Mike, AdWords API Team

On Monday, November 9, 2015 at 12:34:56 AM UTC-5, SUBIN P VASU wrote:
>
> I have stated above that I need to list down the product partition tree 
> and apply bids to it. Hope it's clear.
>
> On Saturday, 7 November 2015 01:31:00 UTC+5:30, Umesh Dengale wrote:
>>
>> Hello,
>>
>> You could use the AdGroupCriterionService.ProductPartition 
>> 
>>  to 
>> create the product partition. Please check out AddProductPartitionTree 
>> 
>>  Java 
>> example code from the client library. Other languages example code could be 
>> found here 
>> . Please 
>> check out the ProductPartition 
>> 
>>  and shopping campaign 
>>  document 
>> for more details. The shopping campaign has two reports product 
>> partitioned report 
>> 
>>  and shopping performance report 
>> 
>> .
>>
>> Thanks,
>> Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a73efc53-d4cb-4a77-9365-5b7843f4290d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ConstantDataService AgeRange Value Missing and Invalid as Criterion ID

2015-11-11 Thread Anthony Madrigal
Hi Mark,

The ID 503000 refers to the age range "under 18", which was deprecated but 
is still available in reports. You cannot target this age range which may 
explain why you are getting that error.

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/26986e47-f946-493b-b58e-95b2615e4558%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: v201509 Conversions and AllConversions are double and not long?

2015-11-11 Thread Josh Radcliff (AdWords API Team)
Hi MG,

I'd recommend changing your app to handle decimals. At the moment, it's my 
understanding that these values will be whole numbers, but given that the 
data type changed to *Double*, that will most likely change at some point 
in the future.

Thanks,
Josh, AdWords API Team

On Tuesday, November 10, 2015 at 3:01:08 PM UTC-5, AdWordsApiUser wrote:
>
> Hi Josh,
>
> Thanks for your reply. My understanding was that conversions too like 
> clicks could not be partial, and would always be whole numbers. Is that not 
> the case anymore? In our code, we treat these as whole numbers - should we 
> change that to ensure correctness? 
>
> Regards
> MG 
>
> On Wednesday, November 11, 2015 at 12:30:11 AM UTC+5:30, Josh Radcliff 
> (AdWords API Team) wrote:
>>
>> Hi,
>>
>> This is intentional. ConvertedClicks (like Clicks) is still a long, 
>> however, since there's no concept of a "partial click".
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, November 10, 2015 at 6:17:17 AM UTC-5, AdWordsApiUser wrote:
>>>
>>> Correction:
>>> Conversions and AllConversions are *double*.
>>> ConvertedClicks though is still *long.*
>>>
>>> On Tuesday, November 10, 2015 at 4:34:59 PM UTC+5:30, AdWordsApiUser 
>>> wrote:

 In v201509, Conversions and AllConversions are double and not long. 
 ConvertedClicks though is still double. Is this intentional? Is there a 
 possibility of a non integral response?

 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/82415f90-7ebf-4f88-9858-970d14b780d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How do we know if a campaign is Call-Only?

2015-11-11 Thread Anthony Madrigal
Hello,

There is currently no way to determine whether a campaign is Call-Only with 
AdWords API. The reason for this is that there is no one-to-one mapping 
between campaign subtype in the API and UI. 

Please check out our blog 
 regarding 
any updates to this feature.

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/440d1b1b-5083-4c4d-a205-aa5d954deb7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Add label to textAd

2015-11-11 Thread jesus . romero
Hi,

Im trying to add a label to a adGroup usnig this code

def AddLabel(AdIDs,LabelID):
ad_group_ad_service = ADWORDS_CLIENT.GetService('AdGroupAdService', 
version='v201509')

operations = []
for AdID in AdIDs:
operations += [{
'operator': 'ADD',
'operand': {
'xsi_type': 'AdGroupAdLabel',
'adGroupId': AdID['AdGroupID'],
'adId':AdID['TextAdID'],
'labelId': LabelID,
}
}]

ad_group_ad_service.mutate(operations)

but keep having this error:
suds.WebFault: Server raised fault: 'Unmarshalling Error: 
cvc-complex-type.2.4.a: Invalid content was found starting with element 
'ns1:adId'. One of 
'{"https://adwords.google.com/api/adwords/cm/v201509":ad, 
"https://adwords.google.com/api/adwords/cm/v201509":experimentData, 
"https://adwords.google.com/api/adwords/cm/v201509":status, 
"https://adwords.google.com/api/adwords/cm/v201509":approvalStatus, 
"https://adwords.google.com/api/adwords/cm/v201509":trademarks, 
"https://adwords.google.com/api/adwords/cm/v201509":disapprovalReasons, 
"https://adwords.google.com/api/adwords/cm/v201509":trademarkDisapproved, 
"https://adwords.google.com/api/adwords/cm/v201509":labels, 
"https://adwords.google.com/api/adwords/cm/v201509":forwardCompatibilityMap}' 
is expected. '

Anyone know how to do 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ff54e195-7fac-4ad8-b030-35c931d05770%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Copy adgroup deeply

2015-11-11 Thread Sendoh
Thanks for your reply.

Could I ask what service should I use to upload the ad using ad_id?
Because AdGroupAdservice ignores ad_id.

Best,

Sednoh

On Tuesday, 10 November 2015 19:48:11 UTC+1, Umesh Dengale wrote:
>
> Hi Sendoh,
>
> Your AdGroups with AdId and CampaignId are uploaded to the AdWords 
> successfully as you are getting them using the API reports.
>
> Thanks,
> Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca5dc585-26e1-41a8-a8a2-586f5b019ccd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdWords API Sunset Date v201502

2015-11-11 Thread Umesh Dengale
Hello,

The v201502 sunset 
 date is 
11/12/2015 and the v201502 will be available through 12th November 2015.

Cheers,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/88b5fc50-79e6-4f96-947b-83ba79f82a88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: GeoLocationService Replacement Call For Getting Lat/Long (PHP Library)

2015-11-11 Thread Paul NMP
Hi Anthony,

I'm still a bit confused...

In my sample v201502 code, I used a GeoLocationSelector. There's no 
corresponding selector in CampaignCriterionService 

 
which can take an address object? 

Or am I missing something?

Thanks for your help!

Paul

On Tuesday, November 10, 2015 at 8:19:29 PM UTC, Anthony Madrigal wrote:
>
> HI Paul,
>
> In order to retrieve/create a Proximity 
> 
>  using 
> AdWords API v201509, you will need to use the CampaignCriterionService 
> .
>  
> When making the request, you do not need to necessarily associate it with a 
> campaign, however, you will get the Proximities of all campaigns if you 
> don't.
>
> Cheers,
> 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7c1243be-9d49-401c-aade-f3682eed4d1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error creating campaign when account limit reached

2015-11-11 Thread Albert Morcillo
Hi,

I detected when I create a new Campaign and I reached the account limit 
(10.000 campaigns), I receive a new campaign Id, and it seams the campaign 
is created (the mutate response is returning a new campaign object), but it 
didn't appear at Adwords website. 

I think it should be better to return and error like 
"ACCOUNT_LIMIT_REACHED", because in some automatic processes where we don't 
check how many campaign exists for the given account it could produce some 
misunderstood.

I don't know if this happens too in AdGroups, Keywords, etc. it's something 
interesting to fix.

Regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/20cf7bf2-4035-4b03-9f2e-ddb340f9c022%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add label to textAd

2015-11-11 Thread Anthony Madrigal
Hi,

In order to add a label to an ad, you will need to use the mutateLabel 

 operation 
instead of the *mutate* operation. 

Please let me know if you are still facing issues.

Cheers,
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9fc0bae7-df78-4a7b-b51a-bd13d3e23355%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error during product partition creation

2015-11-11 Thread Josh Radcliff (AdWords API Team)
Hi Peter,

Using that request ID, I found some information on our side that indicates 
that there may have been an unexpected duplication of this request. I'm 
following up with the service owners to see what happened here, and will 
let you know as soon as I hear back from them.

Thanks,
Josh, AdWords API Team

On Tuesday, November 10, 2015 at 10:09:09 AM UTC-5, peter... wrote:
>
> Hi 
>
> No, I can't see any logs in our system despite the fact that the request 
> has failed - but those logs were logged a few minutes later because further 
> request were logged aggregated by our application. 
>
> The first example (PRODUCT_PARTITION_ALREADY_EXISTS from 30.10.2015) that 
> I've posted to this thread happened on  
>
> 29.10.2015 21:17:20,497
>
> requestId (taken from response) = 00052343fe9006900a0ddbd10203b361
>
>
> I can definitely see from the SOAP logs (from the Adwords API) that a new 
> group was created and the product partition add request was only sent once. 
> Does this help ?
>
>
>
> Am Dienstag, 3. November 2015 17:42:00 UTC+1 schrieb Josh Radcliff 
> (AdWords API Team):
>>
>> Hi,
>>
>> I took a look at the requests coming from your developer token, and I see 
>> REMOVE mutate requests coming in for that ad group's criteria at the 
>> following times:
>>
>> ViennaTime : 2015-10-30 06:05:40
>> Successful : True
>>
>> ViennaTime : 2015-10-30 06:06:04
>> Successful : False
>>
>> In the user interface, I see the product groups were removed via the API 
>> at 2015-10-30 06:06:07. I realize that is after the 2nd request, but I'm 
>> theorizing that the first request may have taken 27 seconds to complete. Do 
>> you happen to have timestamps in your logs for those requests?
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, November 3, 2015 at 8:41:56 AM UTC-5, peter... wrote:
>>>
>>> Hi Josh 
>>>
>>> These are really wild assumptions, but for me it looks like that I can 
>>> see the same problem with other requests regarding shopping ad group 
>>> criterions too. 
>>>
>>> I've got another case that looks pretty similar to me (though I cannot 
>>> prove this since I do not have SOAP logs for this). But from our logs I can 
>>> see that we've sent a deletion request for shopping ad group criterions 
>>> (e.g.: item id = 333518-105, criterion id = 139771732115, ad group id = 
>>> 23172885875, campaign id = 321117275). The product partition was 
>>> successfully deleted - I can see this in the change logs in the Adwords UI 
>>> (30.10.2015 
>>> 06:06:07). But my application logs tell me that the API returned an 
>>> error
>>> Errors while removing group item bids: Group 23172885875: Item 
>>> 333518-105: 
>>> [EntityNotFound,CriterionId{id=139771732115},EntityNotFound.INVALID_ID;]; 
>>>
>>> For me it looks like that someone duplicates the same request. I've 
>>> double checked our logs and they tell me that it's not our application (as 
>>> stated above I unfortunately cannot see the SOAP request directly). 
>>> When looking at the SOAP logs that I've provided earlier I assume the 
>>> same could have happened here.
>>>
>>>
>>> Am Montag, 2. November 2015 19:56:56 UTC+1 schrieb Josh Radcliff 
>>> (AdWords API Team):

 Hi Peter,

 Are you running multiple threads that are mutating the trees in 
 question? I ask because I looked at two of your requests from today that 
 failed with PRODUCT_PARTITION_ALREADY_EXISTS followed 
 by PRODUCT_PARTITION_DOES_NOT_EXIST, and in both cases the partition in 
 question *does* already exist in the ad group.

 The requests I checked were for ad group IDs 21637072081 
 and 21637229281, both under campaign ID 345581401.

 Thanks,
 Josh, AdWords API Team

 On Monday, November 2, 2015 at 12:30:38 AM UTC-5, peter... wrote:
>
> Hi Josh
>
> Could the usage of not using distinct temporary IDs cause this problem 
> ? As stated above, 99% of my requests succeed (and we've actually sent 
> millions of them until now). 
>
> The tree is correct for our purposes. It will be changed by other 
> requests later on. The problem doesn't seem to be related to the actual 
> tree anyhow. We also see this error when we are trying to add child 
> partitions to already existing ones. This, however, is very hard to 
> reproduce for me since I cannot just add logs for every SOAP request to 
> our 
> live application and wait for a few days for this to happen. Even this 
> simple case required hammering against the API with a local test script 
> for 
> a few hours. 
>
> Thanks! 
> Peter
>
> Am Freitag, 30. Oktober 2015 20:43:58 UTC+1 schrieb Josh Radcliff 
> (AdWords API Team):
>>
>> Hi,
>>
>> I noticed that your request is operating on two ad groups but you are 
>> reusing the same temporary ID for both. I would recommend using distinct 
>> temporary IDs for distinct *Biddable/NegativeAdGroupCriterion* within 
>>>

Error "Array to string conversion.." with PHP

2015-11-11 Thread Cathi Mohr
Hey everyone,

I am using the API to get Keywords Ideas / Searchvolumen with the PHP 
library. I use array chunks to get my keywords easier ( one array 800 
keywords). But sometimes i get the Error " Array to string conversion in 
*C:\xampp\htdocs\AdwordsAPI\adwords\src\Google\Api\Ads\Common\Lib\AdsSoapClient.php*
 
on line *216" *and i doen't know why.

Can anybody help me? i looked for special charakters, but it seem ok.

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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5b2171ba-86d4-43aa-abf7-4826450098e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


I am new to adwords from Pakistan. I am looking to set up adwords account but while making payments / setting billing the debit card isn't going through.

2015-11-11 Thread Robina Fayyaz
Hello, I am new to adwords from Pakistan. I am looking to set up adwords 
account but while making payments / setting billing the debit card isn't 
going through. It gives the following message: 
 
Your bank or credit institution gave the following details about the 
decline: No reason provided by your financial institution 
Please ensure that your form of payment's details are correct. Then make a 
payment for your outstanding balance. If the payment is unsuccessful, 
contact your bank or credit institution to resolve the issue. 
i contact bank, bank is everthing is ok? 
  please guide me how to fill form? 
or where i mistake? 
if you have video tutorial, give me link, help me 
this same problem at facebook and google,?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/df206683-12a2-42e7-a069-e169c4d1b2eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Error trying to get all client customer id's for a manager account in java

2015-11-11 Thread martin
Hello,

I'm trying to make a simple request to get all client customer id's under a 
manager account using java. I create a valid AdwordsSession session and 
Credential credential, then try

AdWordsServices adwordsServices = new AdWordsServices();


This gives an error identical to the one here 
https://groups.google.com/forum/?hl=zh-CNgoogleMapsExamples#!topic/adwords-api/VIWpdpxUWmI
 
:

java.lang.ExceptionInInitializerError
at 
com.wealthfront.etl.emr.ads.adwords.AdwordsConnectorImpl.getCustomerIds(AdwordsConnectorImpl.java:84)
at 
com.wealthfront.etl.emr.ads.adwords.AdwordsConnectorImplTest.getCustomerIds(AdwordsConnectorImplTest.java:28)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:78)
at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:212)
at 
com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:68)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:140)
Caused by: com.google.inject.CreationException: Guice creation errors:

1) Multibinder is not initialized
  at 
com.google.api.ads.adwords.axis.AdWordsAxisModule.configure(AdWordsAxisModule.java:44)
  while locating 
java.util.Set>>>
  at 
com.google.inject.multibindings.MapBinder$RealMapBinder$RealProviderMapProvider.initialize(MapBinder.java:461)
  at 
com.google.api.ads.adwords.axis.AdWordsAxisModule.configure(AdWordsAxisModule.java:44)

2) Multibinder is not initialized
  at 
com.google.api.ads.adwords.axis.AdWordsAxisModule.configure(AdWordsAxisModule.java:53)
  while locating 
java.util.Set>>
  at 
com.google.inject.multibindings.MapBinder$RealMapBinder$RealProviderMapProvider.initialize(MapBinder.java:461)
  at 
com.google.api.ads.adwords.axis.AdWordsAxisModule.configure(AdWordsAxisModule.java:53)

3) Error injecting method, java.lang.NoSuchMethodError: 
com.google.inject.spi.ProviderInstanceBinding.getUserSuppliedProvider()Ljavax/inject/Provider;
  at 
com.google.inject.multibindings.Multibinder$RealMultibinder.initialize(Multibinder.java:324)
  at 
com.google.api.ads.adwords.axis.AdWordsAxisModule.configure(AdWordsAxisModule.java:44)
Caused by: java.lang.NoSuchMethodError: 
com.google.inject.spi.ProviderInstanceBinding.getUserSuppliedProvider()Ljavax/inject/Provider;
at com.google.inject.multibindings.Indexer.visit(Indexer.java:139)
at com.google.inject.multibindings.Indexer.visit(Indexer.java:43)
at 
com.google.inject.internal.ProviderInstanceBindingImpl.acceptTargetVisitor(ProviderInstanceBindingImpl.java:62)
at 
com.google.inject.multibindings.Multibinder$RealMultibinder.initialize(Multibinder.java:332)
at 
com.google.inject.multibindings.Multibinder$RealMultibinder$$FastClassByGuice$$94efefc8.invoke()
at 
com.google.inject.internal.cglib.reflect.$FastMethod.invoke(FastMethod.java:53)
at 
com.google.inject.internal.SingleMethodInjector$1.invoke(SingleMethodInjector.java:56)
at 
com.google.inject.internal.SingleMethodInjector.inject(SingleMethodInjector.java:90)
at 
com.google.inject.internal.MembersInjectorImpl.injectMembers(MembersInjectorImpl.java:110)
at 
com.google.inject.internal.MembersInjectorImpl$1.call(MembersInjectorImpl.java:75)
at 
com.google.inject.internal.MembersInjectorImpl$1.call(MembersInjectorImpl.java:73)
at 
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java

Re: GEO_PERFORMANCE_REPORT return different results than CAMPAIGN_PERFORMANCE_REPORT for Videos

2015-11-11 Thread Umesh Dengale
Hello,

Thanks for providing the report request. The Clicks 

 field 
does not correlate to videos. Typically you want to use the VideoViews 

 field 
but this is currently unavailable to the GEO_PERFORMANCE_REPORT 

.

Regards,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0141a611-a7c0-4d16-8636-07c811fd140b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: I am new to adwords from Pakistan. I am looking to set up adwords account but while making payments / setting billing the debit card isn't going through.

2015-11-11 Thread Umesh Dengale
Hello,

This forum is related to the AdWords API. Please post your question in the 
AdWords 
community 

.

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/02b10384-6acd-4017-a814-8bec7d80f074%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error trying to get all client customer id's for a manager account in java

2015-11-11 Thread Umesh Dengale
Hello,

Could you provide the dependencies from pom.xml and library version you are 
using (e.g. v201506 or v201509 etc.)? 

Thanks,
Umesh, 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a78662b-6786-4999-873e-670d4df8d9d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Add locations with radius programmatically

2015-11-11 Thread Le Le
Hi Josh,

GeoLocationService has been removed in v201509. Which service instead 
support to look up the GeoPoint?

On Tuesday, August 5, 2014 at 1:18:48 AM UTC+7, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> Proximity criteria is the only way to do radius targeting through the API. 
> Note that you can look up the *GeoPoint* that corresponds to an address 
> (including a partial address, e.g., one based solely on postalCode 
> )
>  
> using GeoLocationService 
> .
>  
> Once you have the *GeoPoint*, you can then use that to construct your 
> *Proximity* object.
>
> A similar concept is LocationGroups 
> ,
>  
> which allow you to target areas or demographic groups near one or more 
> locations. See the AddCampaignTargetingCriteria.java 
> 
>  example 
> in each client library's *targeting* folder for details.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, August 4, 2014 1:50:12 PM UTC-4, Dzmitry Zahusta wrote:
>>
>> Hi Josh!
>>
>> I don't think this is right way. To add Location you need to know its 
>> criteria id (for example 21137L - California). But to add Proximity you 
>> need to know the proper address or lattitude and longitude. And there is no 
>> way to map criteria id to some address or retrieve its GeoPoint to set to 
>> Proximity. In other words - I want to get the same object to set for 
>> LocationCriterion and Proximity.
>>
>> My thought is if it's possible in UI it should be possible in the code.
>>
>> понедельник, 4 августа 2014 г., 19:17:17 UTC+3 пользователь Josh Radcliff 
>> (AdWords API Team) написал:
>>
>>> Hi,
>>>
>>> You can do this using a Proximity 
>>> 
>>>  campaign 
>>> criterion. See our Location Targeting Guide 
>>> 
>>>  for 
>>> more details.
>>>
>>> Cheers,
>>> Josh, AdWords API Team
>>>
>>> On Monday, August 4, 2014 11:36:00 AM UTC-4, Dzmitry Zahusta wrote:

 Hi here!

 How is it possible to add locations with radius programmatically as I 
 can do it using UI:


 
  Thank you in advance

>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8d4a55e9-59b8-4e19-a81a-821bb9fa2a52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.