Keywords Performance Reports - Criteria

2015-11-13 Thread Gopi
We upgraded API version to V201509. Keyword text and Placement URL are 
replaced with criteria. I am seeing some of the broad keywords are 
downloaded with "=", the key word +online +keyword is returned as =+online 
+keyword

   Is this expected?

Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9aa474eb-9556-4293-ba24-8b351ebf76cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Multiple final URLS for AdUrlUpgrade

2015-06-22 Thread Gopi
While upgrading current ads, the AdUrlUpgrade object allows only one final 
URL. Is there a way to upgrade ADs with multiple final URLS with out losing 
stats?

Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8173500c-f443-40a5-9bce-d54161c6c923%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Upgraded URLs - Final URLS with AB tests

2015-06-19 Thread Gopi
Just checking if anyone is in the same boat in regards to Upgraded URLS 
with redirect templates

My current destination URL will be a redirect URL and A/B tests are mapped 
with the redirect URL, we can added new A/B tests for the same domain to 
the redirect URL dynamically in our internal application. So when the user 
clicks on the AD, user will land on the same domain (www.example.com) but 
based on the test we have content changes on the landing page.

Google suggests that *both domain and content* should be *exactly the same* 
between final and landing urls!!

Anyone have a similar issue?

Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2ca72625-b957-4dcb-9659-6aef68869a31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Upgraded URL - Final URL Tracking templates

2015-06-16 Thread Gopi
Josh, 

Thanks a lot for your reply. But my final url Domain would be the same 
irrespective of the parameters passed. So i have to give 2 final URLs with 
and without parameters?

   As per this documentation just the domain wouldn't suffice?

 *Check your final URL* to make sure it meets these requirements: 
* Domain:* The final URL that you enter for your ad needs to use the 
same domain as your landing page's domain (the website where people 
actually end up).
 https://support.google.com/adwordspolicy/answer/6021546

  Thanks
Gopi


On Tuesday, June 16, 2015 at 6:46:53 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Gopi,

 It sounds like for your use case, the user may be redirected to *more 
 than one* final URL. In that case, you should include *all* of the final 
 URLs in the finalUrls collection 
 https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.Ad#finalUrls.
  
 In fact, this is precisely why the *finalUrls* field is a collection 
 instead of a single value.

 Regarding approvals, the approval process may mark an ad disapproved after 
 some time, so you should periodically check your account for disapproved 
 ads. You can do this either by retrieving the AdGroupAd.approvalStatus 
 https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService.AdGroupAd#approvalStatus
  via AdGroupAdService 
 https://developers.google.com/adwords/api/docs/reference/v201502/AdGroupAdService,
  
 or by running an AD_PERFORMANCE_REPORT 
 https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report
  that 
 includes the CreativeApprovalStatus field 
 https://developers.google.com/adwords/api/docs/appendix/reports/ad-performance-report#creativeapprovalstatus.
  
 I'd recommend the latter, since report requests are more lightweight.

 Cheers,
 Josh, AdWords API Team

 On Friday, June 12, 2015 at 4:57:18 PM UTC-4, Gopi wrote:

 Hi All, 

My Ad currently looks like 

Display URL : website.com
Destination URL : http://tracker.redirect/?param1=typeparam2=location
Landing Page:  local.website.com/index.do?param1=typeparam2=location

Using Upgraded URL
 Display URL: website.com
 FInalUR: local.website.com/index.do
 TrackingTemplate:http://tracker.redirect/?param1=typeparam2=location

   The user will land on local.website.com, but the based on the 
 parameter values passed my drop down or html text might be preselect or 
 change accordingly on the same page. Would that content change be 
 considered as Disapproved?

Please suggest, what content changes are allowed and what would Google 
 consider as content mismatch ?

Some of the Upgraded Ads shows up as approved and after 2 weeks they 
 are marked as Disapproved, how would we know if the upgraded Ad is Approved 
 or disapproved? Do we need to check their status regularly?

 Thanks
 Gopi


 



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e9bce9e6-5515-4e7f-9dfe-13d71293b723%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Upgraded URL - Final URL Tracking templates

2015-06-12 Thread Gopi
Hi All, 

   My Ad currently looks like 

   Display URL : website.com
   Destination URL : http://tracker.redirect/?param1=typeparam2=location
   Landing Page:  local.website.com/index.do?param1=typeparam2=location

   Using Upgraded URL
Display URL: website.com
FInalUR: local.website.com/index.do
TrackingTemplate:http://tracker.redirect/?param1=typeparam2=location

  The user will land on local.website.com, but the based on the parameter 
values passed my drop down or html text might be preselect or change 
accordingly on the same page. Would that content change be considered as 
Disapproved?

   Please suggest, what content changes are allowed and what would Google 
consider as content mismatch ?

   Some of the Upgraded Ads shows up as approved and after 2 weeks they are 
marked as Disapproved, how would we know if the upgraded Ad is Approved or 
disapproved? Do we need to check their status regularly?

Thanks
Gopi




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1d2430e2-e033-491e-be82-afb00fa93d15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NullPointerException in Java-Client-Library

2014-10-28 Thread Gopi
I am facing the same issue while trying to migrate to 201409. Using 
GetRefreshToken sample code i created the refresh Token. 

I am trying to use the same refresh token that was generated and trying to 
generate GoogleCredential with OfflineCredentials am i missing something or 
something changed.

Thanks
Gopi

On Tuesday, July 22, 2014 8:04:09 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Stacie,

 It's quite possible that the transient *invalid_client* errors were 
 leading to the NPEs. I definitely would like to improve the error handling 
 so we do not mask the underlying OAuth error with an NPE.

 Cheers,
 Josh, AdWords API TEam

 On Monday, July 21, 2014 3:01:27 PM UTC-4, Stacie Waleyko wrote:

 Hi,

 We saw the exact same error on July 17 when trying to get a new access 
 token. Since we have never seen it before, and it happened on the 17th, I 
 was wondering if it was possibly triggered by errors from this other 
 thread: Failed to refresh access token. { error : invalid_client } 
 on perfectly good client 
 https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/LuT8mGtYKTY?
  
 Unfortunately we didn't log any of the HTTP request/responses so I do not 
 have anymore information but the error did go away later in the day.

 Thanks,

 Stacie


 On Thursday, July 17, 2014 9:11:56 AM UTC-7, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Thanks for pointing this out. I believe this is the same issue 
 highlighted on our github issues list:

 https://github.com/googleads/googleads-java-lib/issues/19

 We're working on a fix -- please subscribe to notifications on the 
 github issue for updates.

 Thanks,
 Josh, AdWords API Team

 On Thursday, July 17, 2014 5:11:26 AM UTC-4, Alex wrote:

 If the httpRequest is not successfull then the client-library tries to 
 throw a TokenResponseException in 
 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(). But 
 during the construction of that exception a NullPointerException is thrown.

 java.lang.NullPointerException


 com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)


 com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)


 com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)


 com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)


 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)


 com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)


 com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)


 com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:248)


 com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)


 com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)


 com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d1e8d232-de0a-4a20-87ec-b6586f59e3d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


NPE in OAUTH

2014-10-28 Thread Gopi

While migrating to 201409, i am seeing the below exception with OAUTH. I 
verified the client ID and client secret, they are passed correctly. Is 
there any thing else i need to verify for this.

Using the Refresh token generatedby GetRefreshToken sample code.

Credential credential = new OfflineCredentials.Builder()
  .forApi(OfflineCredentials.Api.ADWORDS)
  .withClientSecrets(clientId, clientSecret)
  .withRefreshToken(refreshToken)
  .build()
  .generateCredential();

java.lang.NullPointerException
at 
com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)
at 
com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)
at 
com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:92)
at 
com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)
at 
com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)
at 
com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)
at 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)
at 
com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)
at 
com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)
at 
com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:362)
at 
com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)
at 
com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)
at 
com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)

Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/58941c8a-2051-4009-bfcd-6579815cdd66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


SSLHandshakeException: Remote host closed connection during handshake

2014-06-18 Thread Gopi
Our internal tool runs on 2 servers and recently we seeing this error on 
one of the server. Is there anything we need to look into ?

?xml version=1.0 encoding=UTF-8?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Body
  soapenv:Fault
   faultcodesoapenv:Server.userException/faultcode
   faultstringjavax.net.ssl.SSLHandshakeException: Remote host closed 
connection during handshake/faultstring
   detail
ns1:stackTrace 
xmlns:ns1=http://xml.apache.org/axis/;javax.net.ssl.SSLHandshakeException: 
Remote host closed connection during handshake
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:741)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1029)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1056)
at 
com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1040)
at 
org.apache.axis.components.net.JSSESocketFactory.create(JSSESocketFactory.java:186)
at 
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at 
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at 
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at 
com.google.api.ads.adwords.axis.v201309.cm.AdGroupAdServiceSoapBindingStub.get(AdGroupAdServiceSoapBindingStub.java:1143)


Thanks
Gopi

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

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


OAUTH - USER_PERMISSION_DENIED

2014-06-10 Thread Gopi


We have 3 MCC accounts and multiple account under each MCC account. So i 
generated client id and client secret for 3 MCC accounts. 2 accounts are 
going through fine. I am facing this with one of the account. I am not sure 
what went wrong, i am using the correct, will someone be able to help me 
looking at the request id.

MCC1
  -   AdWords1
MCC2
  -   AdWords2
MCC3
  -   AdWords3

I am passing the AdWords3 id for clientcustomerid, is that correct ?

?xml version=1.0 encoding=UTF-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
ns2:ResponseHeader 
xmlns:ns2=https://adwords.google.com/api/adwords/ch/v201309; 
xmlns=https://adwords.google.com/api/adwords/cm/v201309;
requestId0004fb7f20af37d80a44954aa00062b2/requestId
serviceNameCustomerSyncService/serviceName
methodNameget/methodName
operations0/operations
responseTime45/responseTime
/ns2:ResponseHeader
/soap:Header
soap:Body
soap:Fault
faultcodesoap:Server/faultcode
faultstring[AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'lt;nullgt;']/faultstring
detail
ns2:ApiExceptionFault 
xmlns=https://adwords.google.com/api/adwords/cm/v201309; 
xmlns:ns2=https://adwords.google.com/api/adwords/ch/v201309;
message[AuthorizationError.USER_PERMISSION_DENIED @ ; 
trigger:'lt;nullgt;']/message

ApplicationException.TypeApiException/ApplicationException.Type
errors 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
xsi:type=AuthorizationError
fieldPath/
triggerlt;nullgt;/trigger

errorStringAuthorizationError.USER_PERMISSION_DENIED/errorString
ApiError.TypeAuthorizationError/ApiError.Type
reasonUSER_PERMISSION_DENIED/reason
/errors
/ns2:ApiExceptionFault
/detail
/soap:Fault
/soap:Body
/soap:Envelope

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

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


Re: AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:

2014-06-04 Thread Gopi
Randomly API fails with this error and I am not able to reproduce this. Is 
there any work around or something you suggest to want me to check to 
resolve this issue?

Thanks
Gopi

On Wednesday, June 4, 2014 8:23:23 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Gopi,

 That's correct - if you set up your *ads.properties* file in your home 
 directory as specified in the OAuth2 page on github 
 https://github.com/googleads/googleads-java-lib/wiki/Using-OAuth2.0, 
 then the library will automatically retrieve a new access token using the 
 refresh token in your config file as needed.

 To get the refresh token, you can run the GetRefreshToken.java example 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/auth/GetRefreshToken.java
  in 
 the client library.

 Cheers,
 Josh, AdWords API Team

 On Tuesday, June 3, 2014 6:39:22 PM UTC-4, Gopi wrote:

 I am using java client and I guess the access token is refresh 
 automatically and need no manual intervention. Am i wrong?

 Thanks
 Gopi



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

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


Re: Exception: Missing SoapHeader

2014-06-03 Thread Gopi
Josh, 

   We are using client libraries -  googleads-java-lib-v1.26.0 
https://github.com/googleads/googleads-java-lib/releases/tag/1.26.0

Thanks
Gopi

On Tuesday, June 3, 2014 7:59:41 AM UTC-7, Josh Radcliff (AdWords API Team) 
wrote:

 Hi Gopi,

 Are you using one of the client libraries 
 https://developers.google.com/adwords/api/docs/clientlibraries? If the 
 request below is your complete request, it is indeed missing the SOAP 
 header, as the error indicates.

 If you are using of the client libraries then I'd be interesting in 
 knowing which one you are using (including the version) and whether you 
 recently downloaded a newer version of the library.

 Cheers,
 Josh, AdWords API Team

 On Monday, June 2, 2014 2:47:32 PM UTC-4, Gopi wrote:

 I am getting the below soap response and it doesn't happen all the time. 
 If i retry it will proceed as normal, there is no change in the code. Is 
 there anything i am missing?

 Soap Response: 
 ?xml version=1.0 encoding=UTF-8?
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
 soap:Body
 soap:Fault
 faultcodesoap:Server/faultcode
 faultstringMissing SoapHeader while invoking public 
 abstract 
 com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.CampaignCriterionPage
  
 com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.CampaignCriterionServiceInterface.get(com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.Selector)
  
 throws 
 com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.ApiException_Exception
  
 with params 
 [com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.Selector@7ee222e4]./faultstring
 /soap:Fault
 /soap:Body
 /soap:Envelope


 Soap Request:

 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
  soapenv:Body
   get xmlns=https://adwords.google.com/api/adwords/cm/v201309;
serviceSelector
 fieldsAgeRangeType/fields
 fieldsCampaignId/fields
 fieldsCarrierCountryCode/fields
 fieldsCarrierName/fields
 fieldsContentLabelType/fields
 fieldsCriteriaType/fields
 fieldsDisplayType/fields
 fieldsGenderType/fields
 fieldsGeoPoint/fields
 fieldsId/fields
 fieldsKeywordMatchType/fields
 fieldsKeywordText/fields
 fieldsLanguageCode/fields
 fieldsLanguageName/fields
 fieldsLocationName/fields
 fieldsOperand/fields
 fieldsParentLocations/fields
 fieldsPath/fields
 fieldsPlacementUrl/fields
 fieldsPlatformName/fields
 predicates
  fieldCampaignId/field
  operatorEQUALS/operator
  values142981910/values
 /predicates
 paging
  startIndex0/startIndex
  numberResults1000/numberResults
 /paging
/serviceSelector
   /get
  /soapenv:Body
 /soapenv:Envelope


 Thanks
 Gopi



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

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


AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; trigger:

2014-06-03 Thread Gopi
I am using java client and I guess the access token is refresh 
automatically and need no manual intervention. Am i wrong?

Thanks
Gopi

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

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


Exception: Missing SoapHeader

2014-06-02 Thread Gopi
I am getting the below soap response and it doesn't happen all the time. If 
i retry it will proceed as normal, there is no change in the code. Is there 
anything i am missing?

Soap Response: 
?xml version=1.0 encoding=UTF-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Body
soap:Fault
faultcodesoap:Server/faultcode
faultstringMissing SoapHeader while invoking public abstract 
com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.CampaignCriterionPage
 
com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.CampaignCriterionServiceInterface.get(com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.Selector)
 
throws 
com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.ApiException_Exception
 
with params 
[com.google.ads.api.services.campaignmgmt.criterion.campaigncriterion.v201309.jaxbgen.Selector@7ee222e4]./faultstring
/soap:Fault
/soap:Body
/soap:Envelope


Soap Request:

?xml version=1.0 encoding=UTF-8?
soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 soapenv:Body
  get xmlns=https://adwords.google.com/api/adwords/cm/v201309;
   serviceSelector
fieldsAgeRangeType/fields
fieldsCampaignId/fields
fieldsCarrierCountryCode/fields
fieldsCarrierName/fields
fieldsContentLabelType/fields
fieldsCriteriaType/fields
fieldsDisplayType/fields
fieldsGenderType/fields
fieldsGeoPoint/fields
fieldsId/fields
fieldsKeywordMatchType/fields
fieldsKeywordText/fields
fieldsLanguageCode/fields
fieldsLanguageName/fields
fieldsLocationName/fields
fieldsOperand/fields
fieldsParentLocations/fields
fieldsPath/fields
fieldsPlacementUrl/fields
fieldsPlatformName/fields
predicates
 fieldCampaignId/field
 operatorEQUALS/operator
 values142981910/values
/predicates
paging
 startIndex0/startIndex
 numberResults1000/numberResults
/paging
   /serviceSelector
  /get
 /soapenv:Body
/soapenv:Envelope


Thanks
Gopi

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

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


Re: Click and cost data descrepancy

2014-05-21 Thread Gopi
We download the report for the previous day every day. On 11th we download 
the reports of 10th from Google. This reconciliations are making our 
historical data look wrong. How much time would Google go back to do this 
reconciliations? How much time gap do you suggest for report data to be 
downloaded ?

Thanks
Gopi
On Wednesday, May 21, 2014 7:02:55 AM UTC-7, Michael Cloonan (AdWords API 
Team) wrote:

 Hi Gopi,

 The more recent data is more updated, correct data. As time passes, 
 sometimes clicks may be invalidated for various reasons. The result you've 
 received more recently, with 210 clicks, is updated from the result you 
 received in the past, with 212 clicks.

 Regards,
 Mike, AdWords API Team

 On Tuesday, May 20, 2014 6:24:59 PM UTC-4, Gopi wrote:

 We download click information using reports into our system. We are 
 seeing a slight number mismatch of Clicks and Cost for the month of May for 
 few campaigns.

 When the performance report was downloaded last week for may 10th the 
 number of clicks were 212 and today when we download the report again for 
 May 10th, we are seeing 210 clicks. Is there any reconciliation Google does 
 on the campaigns?

 Thanks
 Gopi



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

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


Click and cost data descrepancy

2014-05-20 Thread Gopi
We download click information using reports into our system. We are seeing 
a slight number mismatch of Clicks and Cost for the month of May for few 
campaigns.

When the performance report was downloaded last week for may 10th the 
number of clicks were 212 and today when we download the report again for 
May 10th, we are seeing 210 clicks. Is there any reconciliation Google does 
on the campaigns?

Thanks
Gopi

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

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


Re: CustomerSyncService - TOO_MANY_CHANGES

2014-04-16 Thread Gopi
Mike, 

  Thanks for conforming this. 

  The work around looks good if we are trying to get the changes for a 
single campaign. Where are a bulk of campaign ids, its not a feasible 
solution.

Thanks
Gopi

On Wednesday, April 16, 2014 12:06:17 PM UTC-7, Michael Cloonan (AdWords 
API Team) wrote:

 Hi Gopi,

 Unfortunately, I do not believe there is such a way to identify which 
 specific campaign is causing the issue. The documentation for this 
 errorhttps://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CustomerSyncErrorhas
  some suggestions on workaround when this comes up:

 There have been too many changes to sync the campaign over the requested 
 date/time range. To avoid this error, try specifying a smaller date/time 
 range. If this does not work, you should assume that everything has changed 
 and retrieve the objects using their respective services.


 In addition, similar to specifying a smaller time range, you could write 
 your program to do smaller batches of campaigns, or one campaign at a time, 
 so that failures in one campaign don't affect your ability to fetch data 
 for other campaigns in a more automated way.

 Regards,
 Mike, AdWords API Advisor

 On Friday, April 11, 2014 7:31:28 PM UTC-4, Gopi wrote:

 We have 1000s of campaigns, we group campaigns keys and try to retrieve 
 the campaign change data for group of campaign keys and process the change 
 data. If one campaign has TOO MANY CHANGES, the entire API fails and we end 
 up making multiple api calls to find out the change data for these 
 campaigns. We have no way to identify the culprit campaign ids. Is there a 
 way to identify the subset of campaign ids that are causing the problem ?

 Thanks
 Gopi



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

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


Customer Sync Service - Ad Parameters

2014-04-15 Thread Gopi
Hi, 
 
   I had adwords scripts that update Ad Parameters for my campaigns. When I 
use Customer Sync Serivce to sync those changes into my local tool, I don't 
see the Ad Units whose ad parameters changes to be showing up in 
CustomerSyncService. Is there a work around for this ?
 
Thanks
Gopi

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

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


CustomerSyncService - TOO_MANY_CHANGES

2014-04-11 Thread Gopi
We have 1000s of campaigns, we group campaigns keys and try to retrieve the 
campaign change data for group of campaign keys and process the change 
data. If one campaign has TOO MANY CHANGES, the entire API fails and we end 
up making multiple api calls to find out the change data for these 
campaigns. We have no way to identify the culprit campaign ids. Is there a 
way to identify the subset of campaign ids that are causing the problem ?

Thanks
Gopi

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

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


Duplicate Geo Target Locations

2014-01-10 Thread Gopi
Hi, 

   Recently we are facing an issue in production. The Geo Targets that 
Google is returning are duplicate. Even though the criteria ids are unique, 
the entire location information(name, canonical name, city, state, Country) 
are duplicate. Is this expected or a bug at google end?

   Below are few of many such duplicates.

   1023548BainbridgeBainbridge,Ohio,United States21168US
CityActive
   9051539BainbridgeBainbridge,Ohio,United States21168US
CityActive

   1018765Bar HarborBar Harbor,Maine,United States21154
USCityActive
   9051547Bar HarborBar Harbor,Maine,United States21154
USCityActive

   1018113BarreBarre,Massachusetts,United States21152US
CityActive
   9051549BarreBarre,Massachusetts,United States21152US
CityActive

Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: BetaError.BETA_FEATURE while adding locations for Campaign

2013-12-17 Thread Gopi
Thank you Takeshi.

On Monday, December 16, 2013 8:35:55 PM UTC-8, Takeshi Hagikura (AdWords 
API Team) wrote:

 Hi Gopi,

 Please see another 
 threadhttps://groups.google.com/d/msg/adwords-api/pBBcApAjlnE/mDzt-7Rvx5MJ. 
 It's a expected behavior. 

 Best,
 - Takeshi, AdWords API Team

 On Friday, December 13, 2013 6:24:59 AM UTC+9, Gopi wrote:

 Any Suggestions on this please. Every time i add this locations i am 
 getting this error. 

 13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 
 1020831
 13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 
 1012948
 13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 
 1013142

   Criteria ID
  
 Name
  
 Canonical Name
  
 Parent ID
  
 Country Code
  
 Target Type
   
 1012948
  
 Auburn University
  
 Auburn University,Alabama,United States
  
 21133
  
 US
  
 University
   
 1013142
  
 Tuskegee University
  
 Tuskegee University,Alabama,United States
  
 21133
  
 US
  
 University
   
 1020831
  
 University of Mississippi
  
 University of Mississippi,Mississippi,United States
  
 21158
  
 US
  
 University
   
 Thanks
 Gopi


 On Monday, December 9, 2013 4:40:13 PM UTC-8, Gopi wrote:

 We are getting BetaError.BETA_FEATURE while adding locations to the Ad 
 Campaign. We are not trying to Used shared set related features using 
 AdWords API, but still we are seeing this error.

 FaultString:[BetaError.BETA_FEATURE @ 
 operations[1594].operand.criterion; trigger:'1013142', 
 BetaError.BETA_FEATURE @ operations[1595].operand.criterion; 
 trigger:'1020831', BetaError.BETA_FEATURE @ 
 operations[1596].operand.criterion; trigger:'1012948']

 Thanks
 Gopi



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: BetaError.BETA_FEATURE while adding locations for Campaign

2013-12-12 Thread Gopi
Any Suggestions on this please. Every time i add this locations i am 
getting this error. 

13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 1020831
13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 1012948
13:18:05,515 ERROR [GooglePlatform] BetaError BetaError.BETA_FEATURE 1013142

  Criteria ID
 
Name
 
Canonical Name
 
Parent ID
 
Country Code
 
Target Type
  
1012948
 
Auburn University
 
Auburn University,Alabama,United States
 
21133
 
US
 
University
  
1013142
 
Tuskegee University
 
Tuskegee University,Alabama,United States
 
21133
 
US
 
University
  
1020831
 
University of Mississippi
 
University of Mississippi,Mississippi,United States
 
21158
 
US
 
University
  
Thanks
Gopi


On Monday, December 9, 2013 4:40:13 PM UTC-8, Gopi wrote:

 We are getting BetaError.BETA_FEATURE while adding locations to the Ad 
 Campaign. We are not trying to Used shared set related features using 
 AdWords API, but still we are seeing this error.

 FaultString:[BetaError.BETA_FEATURE @ operations[1594].operand.criterion; 
 trigger:'1013142', BetaError.BETA_FEATURE @ 
 operations[1595].operand.criterion; trigger:'1020831', 
 BetaError.BETA_FEATURE @ operations[1596].operand.criterion; 
 trigger:'1012948']

 Thanks
 Gopi


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: BetaError.BETA_FEATURE when adding location campaign criterion

2013-12-09 Thread Gopi
Hi, 

  Is this issue resolved ? Were getting the same error while adding 
locations to the campaigns.

  FaultString:[BetaError.BETA_FEATURE @ operations[310].operand.criterion; 
trigger:'1012948', BetaError.BETA_FEATURE @ 
operations[2297].operand.criterion; trigger:'1013142']

Thanks
Gopi

On Friday, October 25, 2013 10:12:14 AM UTC-7, David Torres (AdWords API 
Team) wrote:

 Hi Kevin,

 We are investigating this issue right now, (with no promises) most surely 
 we will have it solved next week.

 Best,

 - David Torres - AdWords API Team


 On Wednesday, October 23, 2013 9:47:31 AM UTC-4, Kevin wrote:

 Here's request/response.

 Request: 
 
 
   
 ?xml version=1.0 encoding=UTF-8?
 soapenv:Envelope xmlns:soapenv=
 http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd=
 http://www.w3.org/2001/XMLSchema; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
   soapenv:Header
 ns1:RequestHeader soapenv:mustUnderstand=0 xmlns:ns1=
 https://adwords.google.com/api/adwords/cm/v201306;
   ns1:clientCustomerId***/ns1:clientCustomerId
   ns1:developerToken***/ns1:developerToken
   ns1:userAgent*/ns1:userAgent
   ns1:validateOnlyfalse/ns1:validateOnly
   ns1:partialFailurefalse/ns1:partialFailure
 /ns1:RequestHeader
   /soapenv:Header
   soapenv:Body
 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201306;
   operations
 operatorADD/operator
 operand
   campaignId93239114/campaignId
   criterion xsi:type=ns2:Location xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201306;
 ns2:id1022355/ns2:id
 ns2:typeLOCATION/ns2:type
   /criterion
 /operand
   /operations
 /mutate
   /soapenv:Body
 /soapenv:Envelope   
 
 
  
   
 
 
  
 Response: 
 
 
  
 soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
   soap:Header
 ResponseHeader xmlns=
 https://adwords.google.com/api/adwords/cm/v201306;
   requestId0004e968bbe662180a4253a630fa/requestId
   serviceNameCampaignCriterionService/serviceName
   methodNamemutate/methodName
   operations0/operations
   responseTime347/responseTime
 /ResponseHeader
   /soap:Header
   soap:Body
 soap:Fault
   faultcodesoap:Server/faultcode
   faultstring[BetaError.BETA_FEATURE @ 
 operations[0].operand.criterion; trigger:'1022355']/faultstring
   detail
 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201306;
   message[BetaError.BETA_FEATURE @ 
 operations[0].operand.criterion; trigger:'1022355']/message
   
 ApplicationException.TypeApiException/ApplicationException.Type
   errors xsi:type=BetaError xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
 fieldPathoperations[0].operand.criterion/fieldPath
 trigger1022355/trigger
 errorStringBetaError.BETA_FEATURE/errorString
 ApiError.TypeBetaError/ApiError.Type
 reasonBETA_FEATURE/reason
   /errors
 /ApiExceptionFault
   /detail
 /soap:Fault
   /soap:Body
 /soap:Envelope

 Kevin

 On Wednesday, October 23, 2013 6:34:00 AM UTC-7, Kevin wrote:

 Hi,

 We are getting BetaError.BETA_FEATURE when trying to add location 
 campaign criterion. I'm not sure what this means. Any idea?

 Request Id: 0004e96825e571780a341ee528d3

 -Kevin



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

BetaError.BETA_FEATURE while adding locations for Campaign

2013-12-09 Thread Gopi
We are getting BetaError.BETA_FEATURE while adding locations to the Ad 
Campaign. We are not trying to Used shared set related features using 
AdWords API, but still we are seeing this error.

FaultString:[BetaError.BETA_FEATURE @ operations[1594].operand.criterion; 
trigger:'1013142', BetaError.BETA_FEATURE @ 
operations[1595].operand.criterion; trigger:'1020831', 
BetaError.BETA_FEATURE @ operations[1596].operand.criterion; 
trigger:'1012948']

Thanks
Gopi

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: CustomerSyncService - CustomerSyncError

2013-07-31 Thread Gopi
 Takeshi thanks for the reply.

  Since we have huge number of campaigns, we are grouping the campaigns on 
the timestamp when they were last updated. We are passing the long[] of 
campaign ids with start and end time stamp to Customer Sync Service. We are 
doing this to avoid multiple calls to the google api. 

   If one of these campaign Ids has TOO_MANY_CHANGES or INVALID, if we 
cannot identify the campaign Id that caused the issues, we have no 
advantage of passing multiple campaign ids right ? Is this correct or am i 
missing something.

Thanks
Gopi

On Monday, July 29, 2013 9:30:13 PM UTC-7, Takeshi Hagikura (AdWords API 
Team) wrote:

 Hi, 

 It's a common error for CustomerSyncService. 
 Please see this 
 dochttps://developers.google.com/adwords/api/docs/common-errors?hl=en#CustomerSyncErrorhow
  to avoid the error. 

 Best,
 - Takeshi, AdWords API Team

 On Saturday, July 27, 2013 9:01:27 AM UTC+9, Krish wrote:

 Hi, 

I am trying to user CustomerSyncService to know the changes of my 
 Campaigns. I am passing an Array of Campaign Ids to the 
 CustomerSyncService, It threw and CustomerSyncError with TOO_MANY_CHANGES 
 (one of the campaign id has too many changes). In CustomerSyncError object, 
 CampaignId it is returned as Null.

Is it working as expected or a bug? won't the service return the 
 campaignId along with the CustomerSyncError which were the causing the 
 exception ? Anyone any ideas on this...

 Thanks
 Gopi





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.