Re: how to get this api Deprecated by adword api code in c#

2015-01-07 Thread Hema Radhwani
Hi Michael Cloonan,

thank so much :)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3938c0f3-5637-41ad-af83-1f18cc244abe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to get the ad description using google adwords api

2015-01-07 Thread Kiran Kumar

Hi ,

I want to display the ads description using google adwords api , I am 
getting only ads heading ,is there any way to get the content of the ad and 
the url for the ad by using google adwords api ,if it is available in the 
adwords php client library.please let me know 


Thank you

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/71af8eae-8134-4c2f-b24b-9e79fde24d6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AuthenticationError.OAUTH_TOKEN_INVALID while accessing AdWord API

2015-01-07 Thread Van Sereyboth
Hi I keep getting the above error while writing rspec in RoR.

The first attempt to request is always causing me this mentioned error.
the second attempt is working so fine without any glitches.

here is how I get after testing my access_token:

{

   - scope: "https://adwords.google.com/api/adwords/";,
   - expires_in: 1827,
   - access_type: "offline"
   
}

On Thursday, April 17, 2014 9:48:00 PM UTC+7, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> The error code AuthenticationError.OAUTH_TOKEN_INVALID indicates that 
> there's an issue with the access token in the *Authorization* header. It 
> usually means the token has expired, which you can confirm via the URL 
> below after appending your *access* (not refresh) token to the end.
>
> https://www.googleapis.com/oauth2/v1/tokeninfo?access_token= 
> 
>
> When you generated the refresh token did you use the GetRefreshToken.java 
> 
>  example 
> and follow the instructions on our wiki 
> 
> ?
>
> Thanks,
> Josh, AdWords API Team
>
>
> On Wednesday, April 16, 2014 7:45:15 AM UTC-4, Sandeep Gupta wrote:
>>
>> HI This is Sandeep here, i am trying to integrate Google Adword API to 
>> utilize it better way, but i am getting below error.
>> faultString: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; 
>> trigger:'']
>>
>>
>> i have generated CLient ID, Client secret and Refresh token and added 
>> these values in ads.properties.
>>
>> But i am getting error on below steps.
>>
>> Selector selector = builder
>> .fields("Id", "Name")
>> .orderAscBy("Name")
>> .offset(offset)
>> .limit(PAGE_SIZE)
>> .build();
>> CampaignPage page = campaignService.get(selector); // this step is giving 
>> error.
>>
>>
>> ERROR DETAILS ::
>>
>> pr 16, 2014 5:01:15 PM org.apache.axis.utils.JavaUtils 
>> isAttachmentSupported
>> WARNING: Unable to find required classes (javax.activation.DataHandler 
>> and javax.mail.internet.MimeMultipart). Attachment support is disabled.
>> Exception in thread "main" AxisFault
>>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
>>  faultSubcode: 
>>  faultString: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; 
>> trigger:'']
>>  faultActor: 
>>  faultNode: 
>>  faultDetail: 
>> {https://adwords.google.com/api/adwords/cm/v201402}ApiExceptionFault:[AuthenticationError.OAUTH_TOKEN_INVALID
>>  
>> @ ; 
>> trigger:'']ApiException>  
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>> xsi:type="AuthenticationError">AuthenticationError.OAUTH_TOKEN_INVALIDAuthenticationErrorOAUTH_TOKEN_INVALID
>>
>> [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']
>> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>> at 
>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>> at 
>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>> at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>> at java.lang.Class.newInstance0(Class.java:355)
>> at java.lang.Class.newInstance(Class.java:308)
>> at 
>> org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:104)
>> at 
>> org.apache.axis.encoding.ser.BeanDeserializer.(BeanDeserializer.java:90)
>> at 
>> com.google.api.ads.adwords.axis.v201402.cm.ApiException.getDeserializer(ApiException.java:143)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> at 
>> org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
>> at 
>> org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
>> at 
>> org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
>> at 
>> org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
>> at 
>> org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
>> at 
>> org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
>> at 
>> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
>> at 
>> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)
>> at 
>> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentCo

Re: Cannot create Rule Based Remarketing List

2015-01-07 Thread Victor Andrey
Thank you. That was the issue. I just had to update google-ads-common.

On Wednesday, January 7, 2015 7:38:51 AM UTC-8, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> I ran the example and it worked fine for me, but the XML is different.
>
> Here's an XML snippet from your request:
>
> 
>   
> ecomm_pagetype
>   
>   EQUALS
>   checkout
> 
>
> And here's the same snippet from my request:
>
> 
>   
> ecomm_pagetype
>   
>   EQUALS
>   checkout
> 
>
> The same pattern holds true for each instance of this. Yours is likely 
> wrong because you have an outdated version of ads_common. Please try 
> upgrading your ads_common library and then try the request again. We made 
> some changes to allow choice-type requests in ads_common specifically for 
> the rule-based remarketing feature.
>
> Regards,
> Mike, AdWords API Team
>
>
> On Monday, January 5, 2015 10:37:30 PM UTC-5, Victor Andrey wrote:
>>
>> I am trying to create a rule based remarketing list and the api keeps on 
>> throwing an exception. 
>>
>> And to confirm, I even tried exactly the same example as described here:
>>
>>
>> https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201409/remarketing/add_rule_based_user_lists.rb
>>
>> Though,  I still get the exception.
>>
>> I have attached the soap request and response.
>>
>> Could anyone assist on this one ?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fd7bf9a8-9f7f-4a4f-a7bb-b6760945011a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

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

For .NET, I believe the equivalent file is app.config. Here's a guide 

 
on how to set that file up.

And here's a guide on how to log SOAP messages 

 
in .NET.

Hope that helps.

Regards,
Mike, AdWords API Team

On Wednesday, January 7, 2015 1:34:12 PM UTC-5, samuel...@gfrmedia.com 
wrote:
>
> Thank you again for the fast response.
>
> I am not using Java library. I'm working with C# code on .Net. I will 
> search the documentation of the library so I can find what we need in order 
> to have the logs of my SOAP request.
>
> Meanwhile, the ads.properties info is the one who suppose to be in the 
> web.config file? It seems like that.
>
> I will search for the info in order to enable logging in the .Net library 
> and I will reply again.
>
> On Wednesday, January 7, 2015 2:20:18 PM UTC-4, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> It looks like you're using the Java library. If that's true, you can find 
>> information about logging here 
>> 
>> .
>>
>> Other libraries should also have instructions on how to enable logging 
>> for that specific library, if I'm mistaken.
>>
>> You want to make sure you log all the SOAP, and then attach the request 
>> and response here.
>>
>> If you still can't get that working, then at least telling me the error 
>> message you're seeing might help me identify the issue. If I had to guess, 
>> I'd say that you may not have set up your ads.properties 
>> 
>>  
>> file correctly.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, January 7, 2015 1:07:03 PM UTC-5, samuel...@gfrmedia.com 
>> wrote:
>>>
>>> Hello Michael, and thank you for your fast response.
>>>
>>> I am kinda noob maybe, at least, in this environment, so I am not sure 
>>> how to accomplish what you are asking me to do. 
>>>
>>> Let's see... this is an example of my code, in it's simplest form:
>>>
>>> AdWordsUser user = new AdWordsUser();
>>>
>>> CampaignService campaignService = (CampaignService)user.
>>> GetService(AdWordsService.v201409.CampaignService);
>>>
>>> var campaignInfo = campaignService.query("SELECT 
>>> CampaignId,CampaignName");
>>>
>>> The last line is the one that breaks with the exception. How can I see 
>>> the request right there? Or what you are asking me to do is to do a request 
>>> in Curl like this one? 
>>> 
>>>
>>> O will be waiting for your reply. Thank you again.
>>>
>>> On Wednesday, January 7, 2015 1:25:47 PM UTC-4, Michael Cloonan (AdWords 
>>> API Team) wrote:

 Hello,

 In order to help, I need to see the specific error message you're 
 seeing. Can you please provide the SOAP request and response so I can take 
 a look at what's happening? Please make sure to remove any private 
 information.

 Regards,
 Mike, AdWords API Team

 On Wednesday, January 7, 2015 11:08:38 AM UTC-5, samuel...@gfrmedia.com 
 wrote:
>
> Hi...
>
> I am getting this exception when I try to do a basic query using AWQL 
> to get some campaign info. A credit card was used in the billing info for 
> the production account, and the Terms and Conditions were accepted, 
> obviously. However, in the test account, I have no option to enter nor 
> edit 
> any billing information, which I don't really know if is the reason for 
> the 
> exception. I am working in a project where we are in rush to get access 
> of 
> some campaign info using the API, and these exceptions are getting really 
> frustrating.
>
> I have checked others topics about the same problem, but without 
> avail. There is no clear answer for this one. Please help >_>
>
> Thank you
>


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

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

Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread samuel . otero
Thank you again for the fast response.

I am not using Java library. I'm working with C# code on .Net. I will 
search the documentation of the library so I can find what we need in order 
to have the logs of my SOAP request.

Meanwhile, the ads.properties info is the one who suppose to be in the 
web.config file? It seems like that.

I will search for the info in order to enable logging in the .Net library 
and I will reply again.

On Wednesday, January 7, 2015 2:20:18 PM UTC-4, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> It looks like you're using the Java library. If that's true, you can find 
> information about logging here 
> .
>
> Other libraries should also have instructions on how to enable logging for 
> that specific library, if I'm mistaken.
>
> You want to make sure you log all the SOAP, and then attach the request 
> and response here.
>
> If you still can't get that working, then at least telling me the error 
> message you're seeing might help me identify the issue. If I had to guess, 
> I'd say that you may not have set up your ads.properties 
> 
>  
> file correctly.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, January 7, 2015 1:07:03 PM UTC-5, samuel...@gfrmedia.com 
> wrote:
>>
>> Hello Michael, and thank you for your fast response.
>>
>> I am kinda noob maybe, at least, in this environment, so I am not sure 
>> how to accomplish what you are asking me to do. 
>>
>> Let's see... this is an example of my code, in it's simplest form:
>>
>> AdWordsUser user = new AdWordsUser();
>>
>> CampaignService campaignService = (CampaignService)user.
>> GetService(AdWordsService.v201409.CampaignService);
>>
>> var campaignInfo = campaignService.query("SELECT CampaignId,CampaignName"
>> );
>>
>> The last line is the one that breaks with the exception. How can I see 
>> the request right there? Or what you are asking me to do is to do a request 
>> in Curl like this one? 
>> 
>>
>> O will be waiting for your reply. Thank you again.
>>
>> On Wednesday, January 7, 2015 1:25:47 PM UTC-4, Michael Cloonan (AdWords 
>> API Team) wrote:
>>>
>>> Hello,
>>>
>>> In order to help, I need to see the specific error message you're 
>>> seeing. Can you please provide the SOAP request and response so I can take 
>>> a look at what's happening? Please make sure to remove any private 
>>> information.
>>>
>>> Regards,
>>> Mike, AdWords API Team
>>>
>>> On Wednesday, January 7, 2015 11:08:38 AM UTC-5, samuel...@gfrmedia.com 
>>> wrote:

 Hi...

 I am getting this exception when I try to do a basic query using AWQL 
 to get some campaign info. A credit card was used in the billing info for 
 the production account, and the Terms and Conditions were accepted, 
 obviously. However, in the test account, I have no option to enter nor 
 edit 
 any billing information, which I don't really know if is the reason for 
 the 
 exception. I am working in a project where we are in rush to get access of 
 some campaign info using the API, and these exceptions are getting really 
 frustrating.

 I have checked others topics about the same problem, but without avail. 
 There is no clear answer for this one. Please help >_>

 Thank you

>>>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/7735bec9-3ed9-4fcb-81c3-570200fc2307%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

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

It looks like you're using the Java library. If that's true, you can find 
information about logging here 
.

Other libraries should also have instructions on how to enable logging for 
that specific library, if I'm mistaken.

You want to make sure you log all the SOAP, and then attach the request and 
response here.

If you still can't get that working, then at least telling me the error 
message you're seeing might help me identify the issue. If I had to guess, 
I'd say that you may not have set up your ads.properties 

 
file correctly.

Regards,
Mike, AdWords API Team

On Wednesday, January 7, 2015 1:07:03 PM UTC-5, samuel...@gfrmedia.com 
wrote:
>
> Hello Michael, and thank you for your fast response.
>
> I am kinda noob maybe, at least, in this environment, so I am not sure how 
> to accomplish what you are asking me to do. 
>
> Let's see... this is an example of my code, in it's simplest form:
>
> AdWordsUser user = new AdWordsUser();
>
> CampaignService campaignService = (CampaignService)user.
> GetService(AdWordsService.v201409.CampaignService);
>
> var campaignInfo = campaignService.query("SELECT CampaignId,CampaignName"
> );
>
> The last line is the one that breaks with the exception. How can I see the 
> request right there? Or what you are asking me to do is to do a request in 
> Curl like this one? 
> 
>
> O will be waiting for your reply. Thank you again.
>
> On Wednesday, January 7, 2015 1:25:47 PM UTC-4, Michael Cloonan (AdWords 
> API Team) wrote:
>>
>> Hello,
>>
>> In order to help, I need to see the specific error message you're seeing. 
>> Can you please provide the SOAP request and response so I can take a look 
>> at what's happening? Please make sure to remove any private information.
>>
>> Regards,
>> Mike, AdWords API Team
>>
>> On Wednesday, January 7, 2015 11:08:38 AM UTC-5, samuel...@gfrmedia.com 
>> wrote:
>>>
>>> Hi...
>>>
>>> I am getting this exception when I try to do a basic query using AWQL to 
>>> get some campaign info. A credit card was used in the billing info for the 
>>> production account, and the Terms and Conditions were accepted, obviously. 
>>> However, in the test account, I have no option to enter nor edit any 
>>> billing information, which I don't really know if is the reason for the 
>>> exception. I am working in a project where we are in rush to get access of 
>>> some campaign info using the API, and these exceptions are getting really 
>>> frustrating.
>>>
>>> I have checked others topics about the same problem, but without avail. 
>>> There is no clear answer for this one. Please help >_>
>>>
>>> Thank you
>>>
>>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/a6eccdf9-26d6-4314-99dc-170465325b81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread samuel . otero
Hello Michael, and thank you for your fast response.

I am kinda noob maybe, at least, in this environment, so I am not sure how 
to accomplish what you are asking me to do. 

Let's see... this is an example of my code, in it's simplest form:

AdWordsUser user = new AdWordsUser();

CampaignService campaignService = (CampaignService)user.
GetService(AdWordsService.v201409.CampaignService);

var campaignInfo = campaignService.query("SELECT CampaignId,CampaignName");

The last line is the one that breaks with the exception. How can I see the 
request right there? Or what you are asking me to do is to do a request in 
Curl like this one? 


O will be waiting for your reply. Thank you again.

On Wednesday, January 7, 2015 1:25:47 PM UTC-4, Michael Cloonan (AdWords 
API Team) wrote:
>
> Hello,
>
> In order to help, I need to see the specific error message you're seeing. 
> Can you please provide the SOAP request and response so I can take a look 
> at what's happening? Please make sure to remove any private information.
>
> Regards,
> Mike, AdWords API Team
>
> On Wednesday, January 7, 2015 11:08:38 AM UTC-5, samuel...@gfrmedia.com 
> wrote:
>>
>> Hi...
>>
>> I am getting this exception when I try to do a basic query using AWQL to 
>> get some campaign info. A credit card was used in the billing info for the 
>> production account, and the Terms and Conditions were accepted, obviously. 
>> However, in the test account, I have no option to enter nor edit any 
>> billing information, which I don't really know if is the reason for the 
>> exception. I am working in a project where we are in rush to get access of 
>> some campaign info using the API, and these exceptions are getting really 
>> frustrating.
>>
>> I have checked others topics about the same problem, but without avail. 
>> There is no clear answer for this one. Please help >_>
>>
>> Thank you
>>
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/3c3a6eca-ce21-4476-9388-adb936c71c83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

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

In order to help, I need to see the specific error message you're seeing. 
Can you please provide the SOAP request and response so I can take a look 
at what's happening? Please make sure to remove any private information.

Regards,
Mike, AdWords API Team

On Wednesday, January 7, 2015 11:08:38 AM UTC-5, samuel...@gfrmedia.com 
wrote:
>
> Hi...
>
> I am getting this exception when I try to do a basic query using AWQL to 
> get some campaign info. A credit card was used in the billing info for the 
> production account, and the Terms and Conditions were accepted, obviously. 
> However, in the test account, I have no option to enter nor edit any 
> billing information, which I don't really know if is the reason for the 
> exception. I am working in a project where we are in rush to get access of 
> some campaign info using the API, and these exceptions are getting really 
> frustrating.
>
> I have checked others topics about the same problem, but without avail. 
> There is no clear answer for this one. Please help >_>
>
> Thank you
>

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/8f5915b4-3c22-4a26-86be-a7b7cb6303c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED error, no solutions?!

2015-01-07 Thread samuel . otero
Hi...

I am getting this exception when I try to do a basic query using AWQL to 
get some campaign info. A credit card was used in the billing info for the 
production account, and the Terms and Conditions were accepted, obviously. 
However, in the test account, I have no option to enter nor edit any 
billing information, which I don't really know if is the reason for the 
exception. I am working in a project where we are in rush to get access of 
some campaign info using the API, and these exceptions are getting really 
frustrating.

I have checked others topics about the same problem, but without avail. 
There is no clear answer for this one. Please help >_>

Thank you

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

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/9cfc64d8-fcee-46a2-8f1a-4d96b726865b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to create ruleBasedUserList

2015-01-07 Thread tgkaushikvtest
Updating ads_common solved my problem

thanks,
kaushik

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0ae09bb2-f8e3-4e5e-b2c7-b08fd8dbd2f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to integrate google adwords api in php ? Please help me with suitable example.

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi,

Did you follow the instructions in the PHP library's README 

?

*To install the client library, either copy the lib/ folder into where you 
> store your PHP source files that is on your PHP include path, or add the 
> current directory path of the lib/ folder to your PHP include path.*


Thanks,
Josh, AdWords API Team 

On Tuesday, January 6, 2015 7:23:50 AM UTC-5, Talib Ali wrote:
>
> hello Danial,
>  we are facing some error 
> 1) Warning: require_once(Google/Api/Ads/AdWords/Lib/AdWordsUser.php) [
> function.require-once 
> ]:
>  
> failed to open stream: No such file or directory in 
> C:\wamp\www\PHP\tekxtrem\googleads-php-lib-master\googleads-php-lib-master\tests\Google\Api\Ads\AdWords\Lib\AdWordsUserTest.php
>  
> on line 
>
> *282) *Fatal error: require_once() [function.require 
> ]:
>  
> Failed opening required 'Google/Api/Ads/AdWords/Lib/AdWordsUser.php' 
> (include_path='.;C:\php\pear') in 
> C:\wamp\www\PHP\tekxtrem\googleads-php-lib-master\googleads-php-lib-master\tests\Google\Api\Ads\AdWords\Lib\AdWordsUserTest.php
>  
> on line 
>
>
>
>
> *28can you help me?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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bb781960-9f39-4076-8868-103950ad6139%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: AdGroupAdService return different result

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

Dig you change your request at all when you got a different number of 
results? How did you look up the expected number of results? Are you sure 
you're only counting TextAds?

One thing that may prevent some ads from returning is if they're in the 
Shared Library. That is a web interface only feature that is not supported 
by the AdWords API, so anything that's in the Shared Library will not be 
returned or counted by the API.

If that isn't the cause, please include your SOAP request so that I can 
take a look at what might be going on. Make sure to remove any private 
information.

Regards,
Mike, AdWords API Team

On Tuesday, January 6, 2015 7:01:58 AM UTC-5, Aditya Try Anggoro wrote:
>
> Hi, I want to get all text ad in an account using AdGroupAdService. 
> Selector is simple, I just need AdGroupId, AdGroupName, ID, Headline, 
> Description1 and Description2 with simple prediction(AdType equals TextAd). 
> When I executed my code it return 110.00 ads when actually I have about 
> 160.000 ads. Could you give me any reason for this problem and how to fix 
> this? Somehow when I tried to execute again, it return a different result 
> about 130.000 ads. 
>
> P.S: I set the page size to maximum(10.000)
>
> Thanks for your help.
>
> Aditya Try Anggoro 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0f7f6467-5c3f-42ba-9129-6686dc122b79%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to Set Up an Item of "Include Past Users Who Match These Rules"

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi Yuki,

I don't think this option is available in the API, but I'll pass on this 
feature request to the remarketing team.

Thanks,
Josh, AdWords API Team

On Wednesday, January 7, 2015 3:59:21 AM UTC-5, yuki kubota wrote:
>
> Dear whom it may concern,
>
> I am Yuki Kubota, a programmer at Fringe81 Co.,Ltd. I am writing in 
> regards to how to set up an item of "include past users who match these 
> rules", when vreate RuleBasedUserList in using AdWords API.
>
> Now I am creating a Java application which creates RuleBasedUserList by 
> using Adwords API(v201409), but it seems that I can't set up an item of 
> "include past users who match these rules" although it CAN be set up on 
> GUI. It would be appreciated if you could propose a solution to this 
> problem.
>
> Yours sincerely,
> Yuki
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/26d3b357-1dbc-44b6-a6c8-f84b4ffabbfd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Regarding RMF

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi,

For RMF questions, please contact the API Compliance Team via this form 
.

Thanks,
Josh, AdWords API Team

On Wednesday, January 7, 2015 3:16:12 AM UTC-5, VJ wrote:
>
> Hello,
>
> I want to make management functionality for my self only not for clients.
>
> I want to develop keyword bid change functionality only.
>
> To approve my token which RMF management functionality I need to
> implement please let me know.
>
> I need to implement all management functionality which is in  
> https://developers.google.com/adwords/api/docs/requirements???
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fba18294-2049-4bdc-927f-03e450643575%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: OperationAccessDenied.ACTION_NOT_PERMITTED error when calling API to get campaigns

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi Ashley,

That error means that the OAuth credentials you are using in your request 
do not grant you permissions to access the campaigns of the account 
specified in your clientCustomerId 
 
header. Make sure that the OAuth credentials were generated while logged in 
as a user with access to the account.

Cheers,
Josh, AdWords API Team

On Tuesday, January 6, 2015 7:52:47 PM UTC-5, Ashley Xu wrote:
>
> Hi,
>
> We have seen OperationAccessDenied.ACTION_NOT_PERMITTED error when calling 
> Adwords API to get campaigns(We are using AdWordsApiClient_18.3.0). Please 
> find the stack trace below. Could anyone please let me know what does it 
> mean when we run into this exception. It seems one user keeps trying to 
> download campaigns and keeps getting this error.
>
> Timestamp: 1/2/2015 10:16:29 PM, 1/2/2015 10:15:19 PM,  1/2/2015 10:15:11 
> PM, 1/2/2015 10:14:16 PM UTC
> Inner Exceptions: 
> Exception Type: Google.Api.Ads.AdWords.Lib.AdWordsApiException
> Source: AdWordsApiClient_18.3.0
> Message: An API exception has occurred. See ApiException and 
> InnerException fields for more details.
> StackTrace:at 
> Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String methodName, 
> Object[] parameters)
>at Google.Api.Ads.AdWords.v201406.CampaignService.get(Selector 
> serviceSelector)
>at 
> Microsoft.Advertising.Client.GoogleSync.GoogleSyncClient.GetCampaignsInfo(Int64
>  
> customerId)Exception Type: System.Web.Services.Protocols.SoapException
> Source: System.Web.Services
> Message: [OperationAccessDenied.ACTION_NOT_PERMITTED @ class 
> com.google.ads.api.serviceimpls.common.action.ReflectiveGetAction]
> StackTrace:at 
> System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
>  
> message, WebResponse response, Stream responseStream, Boolean asyncCall)
>at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String 
> methodName, Object[] parameters)
>at Google.Api.Ads.Common.Lib.AdsSoapClient.MakeApiCall(String 
> methodName, Object[] parameters)
> . Reserved 3: 
> Reserved1:
>
> Thanks a lot!
> Ashley 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27dd7986-4a0b-4407-920d-314fc8128851%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: What are the required dependenci​es to upload offline conversion​s with Java, Maven, and GCLID

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi,

If you are using Axis, you can just depend on the adwords-axis module 
, e.g.,

  
...

  com.google.api-ads
  adwords-axis
  1.36.0

  

If you are using JAX-WS, then you'll want to depend on the adwords-appengine 
module 
.

Cheers,
Josh, AdWords API Team

On Monday, January 5, 2015 6:25:10 PM UTC-5, Mark Jones wrote:
>
> Hello,
> For reference to the following links:
>
> *https://github.com/googleads/googleads-java-lib* 
> 
> https://developers.google.com/adwords/api/docs/guides/importing-conversions
>  
> I am working on a project where customers visit a web site and dial a 
> phone number where the conversion is recorded.  After the call is complete, 
> a follow-up sales call is made to the customer and if the sale is made I 
> need to upload the offline conversion to the adwords account.
>
> The original advertisement will have a GCLID.  
>
> I am trying to figure out the minimal set of maven dependencies in order 
> to perform the task. 
>
> Thanks for your help. 
>
> Maven artifacts
>
>  AdWords
> 
>   com.google.api-ads
>   ads-lib
>   RELEASE
> 
> 
>   com.google.api-ads
>   adwords-axis
>   RELEASE
> 
>
> DFA
> 
>   com.google.api-ads
>   ads-lib
>   RELEASE
> 
> 
>   com.google.api-ads
>   dfa-axis
>   RELEASE
> 
>
> DFP
> 
>   com.google.api-ads
>   ads-lib
>   RELEASE
> 
> 
>   com.google.api-ads
>   dfp-axis
>   RELEASE
> 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/86934a5c-29fd-4a8d-b9d0-4cfd077c3c9b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to create ruleBasedUserList

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

Another thread 
 also 
reported this same issue. I go into more details there about the problem, 
but for the fix *please try updating ads_common to the most recent version*.

Regards,
Mike, AdWords API Team

On Monday, January 5, 2015 1:41:13 PM UTC-5, tgkaush...@gmail.com wrote:
>
> hi,
>
> I seem to get to this error every time I try to create a 
> ExpressionRuleUserList
>
> Unknown exception with error: Cannot construct an instance of 
> com.google.ads.api.services.datax.userlists.rule.RuleItem because it is 
> abstract.  You are probably missing an @Uses annotation while invoking 
> public abstract 
> com.google.ads.api.services.datax.userlists.UserListReturnValue 
> com.google.ads.api.services.datax.adwordsuserlist.AdwordsUserListService.mutate(java.util.List)
>  
> throws com.google.ads.api.services.common.error.ApiException with params 
> [[com.google.ads.api.services.datax.adwordsuserlist.v201409.jaxbgen.UserListOperation@7cdd49bf,
>  
> com.google.ads.api.services.datax.adwordsuserlist.v201409.jaxbgen.UserListOperation@2414daa4]].
>  
> (AdsCommon::Errors::ApiException)
>
> Also after running an example code from the client 
> library(add_rule_based_user_lists.rb) I seem to get the same error. Any 
> help would be appreciated.
>
> Thanks,
> Kaushik
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/609d5de1-d63a-4073-8de2-513c43454d68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Finding keyword CPC

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi,

Please check out our Targeting Ideas guide 
 
for 
a complete walkthrough of using the TargetingIdeaService 
,
 
which will do exactly what you asked.

Cheers,
Josh, AdWords API Team

On Tuesday, January 6, 2015 1:36:00 AM UTC-5, Odelya Holiday wrote:
>
> Hi!
> I saw a question from 2010 related to mine, however maybe thins were 
> changed and I am asking again.
>
> How can I get in general what is a keyword CPC without having active 
> campaigns? Just in general? in order to know which keyword is popular now 
> e.g iphone 5 or iphone 4
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/4f35349b-ea86-4899-b886-ceebe49fd083%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Cannot create Rule Based Remarketing List

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

I ran the example and it worked fine for me, but the XML is different.

Here's an XML snippet from your request:


  
ecomm_pagetype
  
  EQUALS
  checkout


And here's the same snippet from my request:


  
ecomm_pagetype
  
  EQUALS
  checkout


The same pattern holds true for each instance of this. Yours is likely 
wrong because you have an outdated version of ads_common. Please try 
upgrading your ads_common library and then try the request again. We made 
some changes to allow choice-type requests in ads_common specifically for 
the rule-based remarketing feature.

Regards,
Mike, AdWords API Team


On Monday, January 5, 2015 10:37:30 PM UTC-5, Victor Andrey wrote:
>
> I am trying to create a rule based remarketing list and the api keeps on 
> throwing an exception. 
>
> And to confirm, I even tried exactly the same example as described here:
>
>
> https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201409/remarketing/add_rule_based_user_lists.rb
>
> Though,  I still get the exception.
>
> I have attached the soap request and response.
>
> Could anyone assist on this one ?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/de872f0f-ab1f-41f3-bcc9-6f3c52f05ed1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google AdWords API autorization raising AdsCommon::Errors::AuthError

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi,

The *Code was already redeemed* error means that you are trying to use an 
authorization 
code 

 
that has already been used. A given authorization code can only be used 
*once*. Please make sure you are using the authorization code passed in the 
request to the *oauth2_callback* when you submit the OAuth request to get 
the *refresh token*.

Thanks,
Josh, AdWords API Team

On Tuesday, January 6, 2015 2:23:54 PM UTC-5, Alessandro Dias wrote:
>
> AdsCommon::Errors::AuthError Authorization error occured: Authorization 
> failed. Server message: {"error" : "invalid_grant", "error_description" : 
> "Code was already redeemed."}
>
> this is the part of autorization
>
> def google_oauth2_callback
>   api = AdwordsApi::Api.new(Rails.application.config_for(:adwords_api))
>   session[:token] = api.authorize \
> oauth2_callback: user_omniauth_callback_url(:google_oauth2),
> oauth2_verification_code: params[:code]
>
> I'm using: Rails + devise + omniauth-google-oauth2
>
> And also I added the adwords scope
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1511b955-153e-42c0-ac02-bf8771aae585%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unable to create MCC test account

2015-01-07 Thread Josh Radcliff (AdWords API Team)
Hi,

I just went through the test account creation flow using the link you 
provided and the flow created a test account. Please go through the flow 
again, and make sure that you see *(Test Account)* at the top of the form 
as shown in the attached screenshot.

Thanks,
Josh, AdWords API Team

On Monday, January 5, 2015 4:40:10 AM UTC-5, Robertas Jašmontas wrote:
>
> I am trying to create MCC test account using following link 
> https://adwords.google.com/um/Welcome/Home?a=1&testAccount=true&sf=mt
>
> I have created brand new gmail account for that and used Firefox private 
> session which should not interfere with my other google accounts. But once 
> I filled my user details I got redirected back to test account creation 
> page with blank fields, I tried filling them again but same thing happens 
> again.
>
> Interesting part is that non test account is created even though I tried 
> creating test account without any errors or messages. 
>
> My customer ID is 588-782-5338
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9bd31c3b-e4f7-4c84-9182-d0714f956bdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: how to get this api Deprecated by adword api code in c#

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

Currently, AdWords API v201409 is not deprecated, so your calls should be 
succeeding. I suppose the best way to programmatically tell if a version is 
deprecated is to try to make a call to it and see if you get an error 
message. There is no way to look up when a version is going to be 
deprecated in the future, however, so in order to make sure that you have 
enough time to migrate, you should either follow our blog 
, where we will announce all 
sunsets in advance, or check the sunset dates 
 page on our 
developers site.

Regards,
Mike, AdWords API Team

On Wednesday, January 7, 2015 7:51:44 AM UTC-5, Hema Radhwani wrote:
>
> Hi,
>
> I'm using adword api v201409 now i need to check by code this api is 
> Deprecated or not it is possible ?
>
> 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/71032f24-fd94-4f87-a527-5f7d415e5594%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how to get this api Deprecated by adword api code in c#

2015-01-07 Thread Hema Radhwani
Hi,

I'm using adword api v201409 now i need to check by code this api is 
Deprecated or not it is possible ?

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/bece02ad-639a-4344-ba9c-aa77cc61c1ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to Set Up an Item of "Include Past Users Who Match These Rules"

2015-01-07 Thread yuki kubota
Dear whom it may concern,

I am Yuki Kubota, a programmer at Fringe81 Co.,Ltd. I am writing in regards 
to how to set up an item of "include past users who match these rules", 
when vreate RuleBasedUserList in using AdWords API.

Now I am creating a Java application which creates RuleBasedUserList by 
using Adwords API(v201409), but it seems that I can't set up an item of 
"include past users who match these rules" although it CAN be set up on 
GUI. It would be appreciated if you could propose a solution to this 
problem.

Yours sincerely,
Yuki

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ef34b6ec-71ba-44f2-9e9d-c2c3cdd21d2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Regarding RMF

2015-01-07 Thread VJ
Hello,

I want to make management functionality for my self only not for clients.

I want to develop keyword bid change functionality only.

To approve my token which RMF management functionality I need to
implement please let me know.

I need to implement all management functionality which is in  
https://developers.google.com/adwords/api/docs/requirements???

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/82cb6ae8-66ea-47a1-bbbf-de12df33bd8e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.