Re: Am I allowed to use the API in this way:

2016-03-18 Thread 'Yin Niu' via AdWords API Forum
Hello, 

Please contact AdWords API Compliance Team 
 for more details. 

Thanks,
Yin, 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/a77ce0b3-13a5-477d-acb9-feffb06b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Retry-interval when an access token could not be refreshed.

2016-03-18 Thread Biniam Asnake
We are still getting this exception.

Any solution?

On Monday, December 1, 2014 at 11:41:58 PM UTC+1, Josh Radcliff (AdWords 
API Team) wrote:
>
> Hi,
>
> Some improvements were made within the last few days that should have 
> resolved this issue. Please let me know if you are still seeing frequent 
> failures on OAuth requests.
>
> Thanks,
> Josh, AdWords API Team
>
> On Monday, October 6, 2014 9:15:53 AM UTC-4, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> I've seen some other reports of increased OAuth request failures. I'm 
>> following up with the OAuth team and will post back here once I have more 
>> information.
>>
>> I recommend adding some retry logic around your OAuth requests, 
>> preferably with an exponential backoff on wait times. Others have had 
>> success using this approach.
>>
>> Best regards,
>> Josh, AdWords API Team
>>
>> On Thursday, October 2, 2014 6:23:45 AM UTC-4, Zweitze wrote:
>>>
>>> Hi
>>>
>>> Sometimes I get an error when I refresh an access token. See also *this 
>>> issue * in 
>>> the .NET client library.
>>> The library maintainer comments "I don't expect to see this kind of 
>>> exceptions on a regular basis". So Murphy's law kicks in and more 
>>> exceptions occur:
>>>
>>> Sep 5, 17.00h (original one)
>>> Sep 29, 10.42h
>>> Sep 29, 13.21h
>>> Oct 2, 10.33h
>>>
>>> All times are in CEST. I don't have more information because the .NET 
>>> library destroyed that information.
>>> Anyway, I decided to retry *every* kind of failure when an access token 
>>> couldn't be refreshed. But what is a good retry interval?
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9f2f4fca-87f8-48b0-88e6-aac33c7dc5eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem while using the API in ColdFusion

2016-03-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

The compiled class files in the jar files should have debugging info (line 
numbers, etc.), so I would expect this to work in a debugger. Did you check 
in your IDE?

Thanks,
Josh, AdWords API Team

On Thursday, March 17, 2016 at 4:49:14 AM UTC-4, Kevin wrote:
>
> No I don't think I will be able to step through with a debugger as I only 
> use the compiled jar files not the class files.
>
> On Tuesday, March 8, 2016 at 3:58:16 PM UTC+1, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> The client library uses the Guice  
>> dependency 
>> injection framework pretty heavily, so I wonder if ColdFusion doesn't play 
>> nice with Guice. Are you able to step through the code in a debugger to see 
>> if the *MessageContext *on 236 of AxisHandler.java 
>> 
>>  is 
>> null? I'm trying to figure out if that's the source of the NPE or if 
>> instead it's because messageContext.getRequestMessage() returns null.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, March 8, 2016 at 8:56:07 AM UTC-5, Kevin wrote:
>>>
>>> Hello,
>>>
>>> sorry for the late reply.
>>>
>>> I think you mean the logfile created by log4j, or? I'm sorry, but I 
>>> can't provide you the log file as I can't find it on the system. I think 
>>> the error handling if handled by the build in error logging system in 
>>> ColdFusion.
>>> So here is the only information I can provide you with at the moment:  
>>> java.lang.NullPointerException at com.google.api.ads.common.lib.soap.
>>> axis.AxisHandler.invokeSoapCall(AxisHandler.java:239)
>>>
>>> Just for your Information: ColdFusion is an Application Servlet 
>>> Container working on top of Java on a Tomcat Server (in our case) which has 
>>> it's own language. As it sit's on top of Java you can use most parts of 
>>> Java.
>>>
>>>
>>> I'll try to develop the required part completly in Java, but as I 
>>> haven't developed anything with Java yet I'm not sure if it will work in 
>>> the end.
>>>
>>>
>>>
>>>
>>> On Thursday, February 25, 2016 at 3:50:47 PM UTC+1, Michael Cloonan 
>>> (AdWords API Team) wrote:

 Hello,

 I apologize if the previous request wasn't clear. Unfortunately, we are 
 only able to help with the AdWords API specifically, so the request was 
 for 
 logs to the AdWords API. I understand that you may not be getting as far 
 as 
 actually invoking a call to the AdWords API, however, as it appears the 
 error you're encountering happens before that.

 We are not able to provide assistance with ColdFusion specifically, 
 however. Are you able to make calls to the AdWords API without using that 
 framework?

 Regards,
 Mike, AdWords API Team

 On Thursday, February 25, 2016 at 3:04:53 AM UTC-5, Kevin wrote:
>
> Hello,
>
> After investigation more into the problem of not logging the errors I 
> found a way to get the stacktrace of the error.
>
> Here is the error message:
> java.lang.NullPointerException
> at 
> com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(
> AxisHandler.java:239)
>
> at 
> com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(
> SoapServiceClient.java:62)
>
> at 
> com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(
> SoapServiceClient.java:92)
>
> at com.sun.proxy.$Proxy17.get(Unknown Source)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:62)
>
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
>
> at java.lang.reflect.Method.invoke(Method.java:497)
> at coldfusion.runtime.StructBean.invoke(StructBean.java:508)
> at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2393)
> at 
> cfindex2ecfm69063337$funcTESTSHIT.runFunction(/opt/tomc12180/webapps/
> ROOT/WWW/sec/50/module/content/marketing/adWordsAPI/index.cfm:104)
>
> at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
> at 
> coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod
> .java:368)
>
> at 
> coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.
> java:55)
>
> at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:
> 321)
> at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
> at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582
> )
> at 
> cfindex2ecfm69063337.runPage(/opt/tomc12180/webapps/ROOT/WWW/sec/
> 50/mod

Re: Empty linkStatus value in ManagedCustomerLink when calling ManagedCustomerService

2016-03-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings!

The linkStatus 

 
will probably not be very helpful to you. On the back-end, it's always 
*ACTIVE*, which is probably why we don't return it anymore. I'll have to 
make sure we update our documentation there. That field is meant to only be 
used for setting and not getting.

The three states that you're probably interesting in are if there are 
pending invitees, pending initers, or active customers. In order to get 
pending client customer ID invitees and the managed customer ID inviters, 
you'll want to use ManagedCustomerService.getPendingInvitations() 
.
 
If the manager or client customer is coming back in the get() 

 call, 
this means that the link status is active. 

If you're trying to do something different than that, then feel free to 
write back. I would be glad to help you find a solution.

Best,
Nadine, AdWords API Team

On Friday, March 18, 2016 at 5:38:16 AM UTC-4, Florio wrote:
>
> Hi all,
>
> I would like to get the linkStatus of my accounts. 
> I am using the "ManagedCustomerService" and I can get the $graph->entries 
> and $graph->links but if I var_dump($graph->links) I can only see the 
> "managerCustomerId" and "clientCustomerId" values, anything else is empty.
>
> What am I doing wrong? How can I see the othe values?
>
> 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a7a2c086-2e7d-4da3-92ab-a4274ce84761%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Problem using TrafficEstimatorService

2016-03-18 Thread Samuel Barbosa




Hi,

I am trying to estimate the performance of alternative bid values for 
existing adgroups, but I am always getting a zero clicks response. I have 
tried alternative adgroups, removed the criteria, set different networks 
settings, increasing the bid and maxCpc values, all with no success. Here 
is the xml generated by my request.

http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:tns="https://adwords.google.com/api/adwords/o/v201601"; xmlns:SOAP-ENV=
"http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns0="
https://adwords.google.com/api/adwords/cm/v201601"xmlns:xsi=";
http://www.w3.org/2001/XMLSchema-instance"; xmlns:ns2="
https://adwords.google.com/api/adwords/o/v201601";>


https://adwords.google.com/api/adwords/cm/v201601";>**

https://adwords.google.com/api/adwords/cm/v201601";>*

https://adwords.google.com/api/adwords/cm/v201601";
>
userAgent (AwApi-Python, googleads/3.13.0, Python/3.5.1)

https://adwords.google.com/api/adwords/cm/v201601";>false
https://adwords.google.com/api/adwords/cm/v201601";>false







339430518

24907715958


529525763

pedreiro
PHRASE





4724200033

pedreiros
PHRASE




2000



1014



1001655




true
false
false
false


100







The request works on the test account, but always return 0 for the 
estimates on the production account, as shown below.

http://schemas.xmlsoap.org/soap/envelope/";>

https://adwords.google.com/api/adwords/cm/v201601
" xmlns="https://adwords.google.com/api/adwords/o/v201601";>
00052e32752b42080a56424a8d046058
AdGroupAdService
getMerged
1
342



https://adwords.google.com/api/adwords/cm/v201601"; 
xmlns="https://adwords.google.com/api/adwords/o/v201601";>


CampaignEstimate
339430518

AdGroupEstimate
24907715958

KeywordEstimate
529525763

0.0
0.0

Money
0



0.0
0.0

Money
0




KeywordEstimate
4724200033

0.0
0.0

Money
0



0.0
0.0

Money
0










At the same time, estimations using the Keyword Planner UI show non-zero 
results for the same Location, Language and Client User Id parameters 
(attached image). I ran out of ideas on how to deal with this problem. I 
would really appreciate any help on this matter.

Regards,

Samuel



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/76be87af-76a1-4c53-b3c6-cd0b6fc8f1d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Adgroup CpaBid ignores API updates in TARGET_CPA campaigns?

2016-03-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Denis,

Thanks for the clarification. It's good to know it's not necessarily any 
one service. That narrows it down a bit for me. Yes, I would really 
appreciate it it you could send the list of operations and corresponding 
responses. Please just click *Reply privately to author* in the forum when 
you're sending it to me.

Thanks,
Nadine, AdWords API Team 

On Wednesday, March 16, 2016 at 9:30:48 AM UTC-4, Denis wrote:
>
> Hi Nadine,
>
> Thanks for your response. We tried it with "MutateJobService" - to no 
> avail. And in the response of bot MutateJobService and BatchJobService I 
> can see that the CpaBid was not updated (the old bid is still in place) 
> while both services don't throw any sort of exception. Also, when 
> confirming in the AdWords UI, no update to the Adgroup CpaBid was carried 
> out. 
>
> If you like, I can send you a list of operations that were sent 
> to BatchJobService and the corresponding response that we got from 
> BatchJobService to check for yourself.
>
> Thanks,
> Denis
>
> On Tuesday, 15 March 2016 22:13:27 UTC+1, Nadine Sundquist (AdWords API 
> Team) wrote:
>>
>> Hi Denis,
>>
>> I have a few follow-up questions to make sure I've fully understood the 
>> issue:
>>
>>- Is this issue specifically only happening for BatchJobService, or 
>>is this related to other services?
>>- When you say ignored, does it mean that when you do a get() that 
>>the CpaBid is not there, or is it that when you download the results from 
>>the BatchJobService that the bid is not there?
>>
>> Best,
>> Nadine, AdWords API Team
>>
>> On Tuesday, March 15, 2016 at 2:43:08 PM UTC-4, Denis wrote:
>>>
>>> Hi,
>>>
>>> We are in the process of setting target cpa bids per adgroup 
>>> automatically via the API. However, we have experienced issues with setting 
>>> the CpaBid for adgroups in an account that has the new 
>>> biddingStrategyType "TARGET_CPA" in place (instead of the trusted, but 
>>> similarly behaving "CONVERSION_OPTIMIZER"). If we run CpaBid updates in 
>>> accounts that have "ConverionOptimizer" activated they are accepted. When 
>>> trying to send the same type of operation to campaigns with "Target_CPA" it 
>>> is simply ignored. Repsonse by BatchJobService for this is positive, 
>>> though, never mind that nothing was changed. 
>>>
>>> We use the Python client libraries with the latest API version (201601). 
>>> Below is an example operation we use to update adgroup cpa bids:
>>>
>>>
>>> [{'operand': {'biddingStrategyConfiguration': {'bids': [{'bid': 
>>> {'microAmount': '865'},
>>>  'xsi_type': 
>>> 'CpaBid'}]},
>>>   'campaignId': '335749875',
>>>   'id': '25962600555',
>>>   'xsi_type': 'AdGroup'},
>>>   'operator': 'SET',
>>>   'xsi_type': 'AdGroupOperation'}]
>>>
>>> Anyone know whether this is an issue with the API or if I'm missing 
>>> something?
>>>
>>> Thanks,
>>>
>>> Denis
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a074d3ca-48e4-4d4d-9511-c51a2ea20d6f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Large Discrepancy With Search Query Performance Report

2016-03-18 Thread 'Umesh Dengale' via AdWords API Forum
Hello,

Could you provide the clientCustomerId and date range values used in the 
SEARCH_QUERY_PERFORMANCE_REPORT query? Just click *Reply privately to 
author* in the forum when responding.

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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d5039ccf-ddd1-44ca-a5ab-48bea0cb0dd6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: CAMPAIGN_SHARED_SET report doesn't have SharedSetId?

2016-03-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

Excellent point -- this report really should have the SharedSetId 
.
 
I'll pass this along to our reporting team.

Thanks,
Josh, AdWords API Team

On Thursday, March 17, 2016 at 8:28:36 AM UTC-4, Emmanuel wrote:
>
> Our understanding is the CAMPAIGN_SHARED_SET report details the 
> associations between shared lists and campaigns.
>
> Is there a reason why this report doesn't have the main ID of the shared 
> list *SharedListId*?  The report has only *SharedListName *which we can 
> use to retrieve the relevant shared list but it sounds strange that, while 
> all other reports use IDs, this one report relies on a string identifier 
> and not the main shared list ID.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8acc44d3-c532-43fc-aed9-3cf90125ed0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


The remote server returned an error: (401) Unauthorized

2016-03-18 Thread 'Anthony Mete' via AdWords API Forum
Hey All, 

Our client who used the Adwords API is getting a 401 error.  They suspect 
this has to do with an email address connected to AdWords and AdWords API 
that may have been removed.
Any first recommendations on where we can start troubleshooting? Details 
below!

Thanks for your time!
Anthony


*Request:*
Dim report As New AdwordsAPI.ReportDefinition() With {
.reportType = 
AdwordsAPI.ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT,
.downloadFormat = AdwordsAPI.DownloadFormat.CSV,
.dateRangeType = 
AdwordsAPI.ReportDefinitionDateRangeType.LAST_7_DAYS,
.selector = New AdwordsAPI.Selector() With {
.fields = {"CampaignId", "CampaignName", "AdGroupId", 
"AdGroupName", "AverageCpc", "Clicks", "Impressions", "Cost", "Ctr", 
"Date", "DayOfWeek", "ConversionValue", "Conversions", "Device", 
"SearchImpressionShare", "SearchRankLostImpressionShare", 
"ContentImpressionShare", "ContentRankLostImpressionShare", 
"SearchExactMatchImpressionShare"},
.predicates = {predicate}
}
}

Dim utilities As New ReportUtilities(user, "v201509", report)
Using reportResponse As ReportResponse = utilities.GetResponse() 
*-->code 
breaks here, when it tries to connect to api and get report.*
reportResponse.Save(fileNamePath)
End Using

*Response: *
Google.Api.Ads.AdWords.Util.Reports.AdWordsReportsException: 
AdWordsReportsException: One or more AdWords Report download errors have 
occurred. 
 ---> System.Net.WebException: The remote server returned an error: (401) 
Unauthorized.
   at System.Net.HttpWebRequest.GetResponse()
   at 
Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadReport(String 
downloadUrl, String postBody)
   --- End of inner exception stack trace ---
   at 
Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.DownloadReport(String 
downloadUrl, String postBody)
   at Google.Api.Ads.AdWords.Util.Reports.ReportUtilities.GetReport()
   at Google.Api.Ads.Common.Util.Reports.AdsReportUtilities.GetResponse()
   at GoogleAW.BasicReport.DownloadReportFile(AdWordsUser user, 
ReportDefinition report, String fileNamePath) in 
C:\CymaxProjects\Cymax\Development\GoogleAW\GoogleAW\GoogleAW\Code\Services\Reports\BasicReport.vb:line
 
106
   at GoogleAW.BasicReport.GetReport(AdWordsUser user, AdwordsReportType 
type, Predicate predicate, Boolean doImportReportIntoDB, Boolean hasStats) 
in 
C:\CymaxProjects\Cymax\Development\GoogleAW\GoogleAW\GoogleAW\Code\Services\Reports\BasicReport.vb:line
 
53

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8532984c-2157-4d1a-8c55-5051e26e33b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to solve issue "We cannot approve your application while your MCC account is suspended for policy violations"

2016-03-18 Thread Nam Le
When i try submit application to update API from Basic Access to Standard 
Access. I received email from Google API team. 
They rejected my API and said that "*Your account is currently suspended 
for Google policy violations.* You must resolve these issues before 
applying for the AdWords API. Please note that access to the AdWords API is 
a privilege. If your token is approved and the accounts your agency manages 
continue to be flagged for fraudulent or abusive practices, your API token 
may be suspended. Please confirm your understanding of this policy."

But i didn't understand this problem. Because My MCC have more than 100 
clients. And My MCC is still working fine. 

How can i solve this issue ?. 

Pls help me 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ccf8cc9-df6a-4f5a-96b6-8e36f4a3e953%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [1-8370000010983] The remote server returned an error: (401) Unauthorized

2016-03-18 Thread 'Anthony Mete' via AdWords API Forum
Thanks Umesh!

On Fri, Mar 18, 2016 at 4:54 PM,  wrote:

> Hello,
>
> The AdWords API forum is for external users. I have removed your forum
> post. Please send your question to the adwordsapi-supp...@google.com.
>
> Regards,
> Umesh Dengale, AdWords API Team.
>



-- 

 Anthony Mete  | Analytical Lead |
 am...@google.com |  +1 647-204-4547

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CANd_hWG1hQ-Lp%2BJVfgUCBhrrE2A2UOaX8K_zgmsD8JxUW2Qf%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Data Issue in AdGroup Performance Report for AdGroupMobileBidModifier

2016-03-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Brad,

Thanks for confirming this. It always helps to have that '+1' shout-out. 
We've now found the root cause, and we're working on a solution. I'm not 
sure exactly when a fix will be available, but I will post here as soon as 
it is available.

Cheers,
Nadine, AdWords APi Team

On Friday, March 18, 2016 at 6:03:19 PM UTC-4, Brad Ruderman wrote:
>
> Any update on this? I can confirm this is an issue I am also seeing.
>
> Thanks!
>
> On Monday, March 7, 2016 at 6:18:31 AM UTC-8, Nadine Sundquist (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> Thank you for the additional information. That confirms my theory. We're 
>> looking into it, and I'll keep you updated on our progress.
>>
>> Cheers,
>> Nadine, AdWords API Team
>>
>> On Monday, March 7, 2016 at 8:39:14 AM UTC-5, suvo...@adnabu.com wrote:
>>>
>>> Hi Nadine
>>>
>>> Any update on this? I had sent you the details you had asked for.
>>>
>>> On Saturday, March 5, 2016 at 4:40:22 AM UTC+5:30, Nadine Sundquist 
>>> (AdWords API Team) wrote:

 Hi,

 One other thing would really help me out. Could you also click *Reply 
 privately to author* in the forum and send me your customer ID? That 
 would be a huge help.

 Best,
 Nadine, AdWords API Team

 On Friday, March 4, 2016 at 6:07:53 PM UTC-5, Nadine Sundquist (AdWords 
 API Team) wrote:
>
> Hello,
>
> So, it looks like this value related to AdGroupBidModifier.bidModifier 
> .
>  
> The only time I can possibly think of this being blank (--) would be if 
> there was no AdGroupBidModifier set. Is that the case with some of 
> your campaigns? We'll start looking into it in the meantime. I just want 
> to 
> verify that's the case here.
>
> Thanks,
> Nadine, AdWords API Team
>
> On Friday, March 4, 2016 at 3:51:04 PM UTC-5, suvodhoy sinha wrote:
>>
>> I see an inconsistency in the data in Ad Group Performance Report. We 
>> have four variations of setting mobile bid modifier in the adwords 
>> interface. For each of these I have mentioned the value which comes in 
>> the 
>> report under the column *mobileBidAdj*
>>
>>1. 0% : 1.0
>>2. 20% (this is an example value can be in -90% to 300%) : 1.2
>>3. leave blank (*--*) : 0.0
>>4. -100% : 0.0
>>
>> As you will notice the value is same for the 3rd and 4th option which 
>> makes it very difficult to distinguish. As per my knowledge, if you 
>> are leaving the modifier blank ,ie, --, it means you are using the same 
>> bid 
>> for mobile. So 0% and -- both mean the same and should ideally return 
>> 1.0 
>> for both if not 1.0 and -- respectively. Is this behaviour expected 
>> or am I missing something?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c3ee6308-9d13-4e43-906c-e40f6b3f3df7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How is "AppUrl.OsType" returned in Ad Performance report in v201601?

2016-03-18 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Hans,

Excellent point -- I'll make a note for myself to do just that.

Cheers,
Josh, AdWords API Team

On Wednesday, March 16, 2016 at 3:02:17 PM UTC-4, HK wrote:
>
> Thanks, Josh. Appreciate it. At some point, this would be useful to add to 
> the ad performance report documentation. I have a feeling others might run 
> into this too.
>
> Hans
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6a9987a7-99d9-4bad-9db3-e14addf95b20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Problem while using the API in ColdFusion

2016-03-18 Thread Kevin
No I don't think I will be able to step through with a debugger as I only 
use the compiled jar files not the class files.

On Tuesday, March 8, 2016 at 3:58:16 PM UTC+1, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> The client library uses the Guice  
> dependency 
> injection framework pretty heavily, so I wonder if ColdFusion doesn't play 
> nice with Guice. Are you able to step through the code in a debugger to see 
> if the *MessageContext *on 236 of AxisHandler.java 
> 
>  is 
> null? I'm trying to figure out if that's the source of the NPE or if 
> instead it's because messageContext.getRequestMessage() returns null.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, March 8, 2016 at 8:56:07 AM UTC-5, Kevin wrote:
>>
>> Hello,
>>
>> sorry for the late reply.
>>
>> I think you mean the logfile created by log4j, or? I'm sorry, but I can't 
>> provide you the log file as I can't find it on the system. I think the 
>> error handling if handled by the build in error logging system in 
>> ColdFusion.
>> So here is the only information I can provide you with at the moment:  
>> java.lang.NullPointerException at com.google.api.ads.common.lib.soap.axis
>> .AxisHandler.invokeSoapCall(AxisHandler.java:239)
>>
>> Just for your Information: ColdFusion is an Application Servlet Container 
>> working on top of Java on a Tomcat Server (in our case) which has it's own 
>> language. As it sit's on top of Java you can use most parts of Java.
>>
>>
>> I'll try to develop the required part completly in Java, but as I haven't 
>> developed anything with Java yet I'm not sure if it will work in the end.
>>
>>
>>
>>
>> On Thursday, February 25, 2016 at 3:50:47 PM UTC+1, Michael Cloonan 
>> (AdWords API Team) wrote:
>>>
>>> Hello,
>>>
>>> I apologize if the previous request wasn't clear. Unfortunately, we are 
>>> only able to help with the AdWords API specifically, so the request was for 
>>> logs to the AdWords API. I understand that you may not be getting as far as 
>>> actually invoking a call to the AdWords API, however, as it appears the 
>>> error you're encountering happens before that.
>>>
>>> We are not able to provide assistance with ColdFusion specifically, 
>>> however. Are you able to make calls to the AdWords API without using that 
>>> framework?
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Thursday, February 25, 2016 at 3:04:53 AM UTC-5, Kevin wrote:

 Hello,

 After investigation more into the problem of not logging the errors I 
 found a way to get the stacktrace of the error.

 Here is the error message:
 java.lang.NullPointerException
 at 
 com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(
 AxisHandler.java:239)

 at 
 com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(
 SoapServiceClient.java:62)

 at 
 com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(
 SoapServiceClient.java:92)

 at com.sun.proxy.$Proxy17.get(Unknown Source)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:62)

 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(
 DelegatingMethodAccessorImpl.java:43)

 at java.lang.reflect.Method.invoke(Method.java:497)
 at coldfusion.runtime.StructBean.invoke(StructBean.java:508)
 at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2393)
 at 
 cfindex2ecfm69063337$funcTESTSHIT.runFunction(/opt/tomc12180/webapps/
 ROOT/WWW/sec/50/module/content/marketing/adWordsAPI/index.cfm:104)

 at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472)
 at 
 coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.
 java:368)

 at 
 coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java
 :55)

 at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:
 321)
 at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220)
 at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582)
 at 
 cfindex2ecfm69063337.runPage(/opt/tomc12180/webapps/ROOT/WWW/sec/50
 /module/content/marketing/adWordsAPI/index.cfm:115)

 at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
 at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java
 :416)
 at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.
 java:65)
 at 
 coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:360)
 at 
 col

Re: CAMPAIGN_PERFORMANCE_REPORT shows mystery campaign!?

2016-03-18 Thread Chirag
Hello ray,

Is there any way so that I can tell API not to include these campaigns in 
any of the reports for which we are fetching data?


Thanks

On Tuesday, 6 May 2014 21:34:45 UTC+5:30, Ray Tsang (AdWords API Team) 
wrote:
>
> Yup - these are AdWords Express campaigns.  The user may have used the 
> same account for AWX.  At the moment, AWX campaigns are not available in 
> the UI but is retrievable via the API.
>
> Thanks,
>
> Ray
>
> On Tuesday, May 6, 2014 12:02:28 PM UTC-4, Oliver wrote:
>>
>> I believe this campaign is an Adwords Express campaign:  
>> http://www.google.com/adwords/express/
>>
>> I'm not too familiar with exactly how these function, but they are 
>> different from the standard campaigns as we know them.
>>
>> Oliver
>>
>> On Tuesday, May 6, 2014 2:50:36 PM UTC+1, Zweitze wrote:
>>>
>>> Hello,
>>>
>>> When I submit this request for Customer 888-729-9188:
>>>  
>>>  
>>>   https://adwords.google.com/api/adwords/cm/v201309";> 
>>> CampaignName 
>>> CampaignId 
>>> CampaignStatus 
>>> Impressions 
>>> Clicks 
>>> Cost 
>>>
>>>   >> xmlns="https://adwords.google.com/api/adwords/cm/v201309";>(Test)
>>>  
>>>
>>>   >> xmlns="https://adwords.google.com/api/adwords/cm/v201309";>CAMPAIGN_PERFORMANCE_REPORT
>>>  
>>>
>>>   https://adwords.google.com/api/adwords/cm/v201309";>LAST_30_DAYS
>>>  
>>>
>>>   https://adwords.google.com/api/adwords/cm/v201309";>GZIPPED_XML
>>>  
>>>
>>>   https://adwords.google.com/api/adwords/cm/v201309";>true
>>>  
>>>
>>> 
>>>
>>> I get a report with 56 rows. One of them reads:
>>> >> campaignID="175445942" campaignState="active" impressions="3129" 
>>> clicks="48" cost="3945" />
>>>
>>> This information is nowhere found in the web interface!
>>> What is going on here?
>>> Note: the same campaign also shows up in ad group performance reports.
>>>
>>> Thanks 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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/25919c1a-56fa-46d4-a47f-7a50c50b3933%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Create sub accounts in MCA

2016-03-18 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Mohibur,

You will need to post your question on the Content API for Shopping Forum 
 since 
this forum is specifically for AdWords API related questions.

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/9fe625f8-00cc-45ba-b29c-3a288cf00f5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Data Issue in AdGroup Performance Report for AdGroupMobileBidModifier

2016-03-18 Thread Brad Ruderman
Any update on this? I can confirm this is an issue I am also seeing.

Thanks!

On Monday, March 7, 2016 at 6:18:31 AM UTC-8, Nadine Sundquist (AdWords API 
Team) wrote:
>
> Hello,
>
> Thank you for the additional information. That confirms my theory. We're 
> looking into it, and I'll keep you updated on our progress.
>
> Cheers,
> Nadine, AdWords API Team
>
> On Monday, March 7, 2016 at 8:39:14 AM UTC-5, suvo...@adnabu.com 
>  wrote:
>>
>> Hi Nadine
>>
>> Any update on this? I had sent you the details you had asked for.
>>
>> On Saturday, March 5, 2016 at 4:40:22 AM UTC+5:30, Nadine Sundquist 
>> (AdWords API Team) wrote:
>>>
>>> Hi,
>>>
>>> One other thing would really help me out. Could you also click *Reply 
>>> privately to author* in the forum and send me your customer ID? That 
>>> would be a huge help.
>>>
>>> Best,
>>> Nadine, AdWords API Team
>>>
>>> On Friday, March 4, 2016 at 6:07:53 PM UTC-5, Nadine Sundquist (AdWords 
>>> API Team) wrote:

 Hello,

 So, it looks like this value related to AdGroupBidModifier.bidModifier 
 .
  
 The only time I can possibly think of this being blank (--) would be if 
 there was no AdGroupBidModifier set. Is that the case with some of 
 your campaigns? We'll start looking into it in the meantime. I just want 
 to 
 verify that's the case here.

 Thanks,
 Nadine, AdWords API Team

 On Friday, March 4, 2016 at 3:51:04 PM UTC-5, suvodhoy sinha wrote:
>
> I see an inconsistency in the data in Ad Group Performance Report. We 
> have four variations of setting mobile bid modifier in the adwords 
> interface. For each of these I have mentioned the value which comes in 
> the 
> report under the column *mobileBidAdj*
>
>1. 0% : 1.0
>2. 20% (this is an example value can be in -90% to 300%) : 1.2
>3. leave blank (*--*) : 0.0
>4. -100% : 0.0
>
> As you will notice the value is same for the 3rd and 4th option which 
> makes it very difficult to distinguish. As per my knowledge, if you 
> are leaving the modifier blank ,ie, --, it means you are using the same 
> bid 
> for mobile. So 0% and -- both mean the same and should ideally return 1.0 
> for both if not 1.0 and -- respectively. Is this behaviour expected 
> or am I missing something?
>


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/478843de-2d2e-4629-a611-b13651fd4d76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Items from getUserInterestCriterion for NEW_SMART_PHONE_USER return non-existent parent

2016-03-18 Thread HK
Thanks, Josh :-)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9a2fac1-be26-4c0a-916c-7fa8e65cd6ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.