AdWords API Ad Update not reflecting

2009-10-15 Thread Sreenu Daram
Hi all,

 

I am using java api v200906. I am updating display url of an ad. It is
not reflecting in the UI.

 

Below is my peace of code: 

 

ListAdGroupAdOperation adGroupAdOperations = new
ArrayListAdGroupAdOperation();

// Create new text ad structure.

Long adGroupId = adInfo.getAdGruopId();

 

TextAd textAd = new TextAd();

 

textAd.setHeadline(adInfo.getTitle());

   

textAd.setDescription1(adInfo.getShortDescription());

textAd.setDescription2(adInfo.getLongDescription());

textAd.setDisplayUrl(adInfo.getDisplayUrl());

textAd.setUrl(adInfo.getClickUrl());

 
textAd.setId(adInfo.getNetworkMapingInfo().getNetworkEntityId());

AdGroupAd adGroupAd = new AdGroupAd();

AdGroupAd removeAdGroupAd = new AdGroupAd();

 

removeAdGroupAd.setAdGroupId(adGroupId);



adGroupAd.setAd(textAd);

adGroupAd.setAdGroupId(adGroupId);

adGroupAd.setStatus(AdGroupAdStatus.ENABLED);

AdGroupAdOperation operation = new AdGroupAdOperation();

 

operation.setOperator(Operator.SET);

operation.setOperand(adGroupAd);

adGroupAdOperations.add(operation);  

 

// Add text ads.

AdGroupAdReturnValue adGroupAdReturnValue = null;



try {

  

  adGroupAdReturnValue =
adGroupAdServiceInterface.mutate(adGroupAdOperations.toArray(new
AdGroupAdOperation[] {}));



} catch (ApiException e) {



} catch (RemoteException e) {



}

 

 

Thanks  Regards,

Sreenu Daram ,  Sr. Software Engineer

Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),

Hyderabad, India

Phone(O) : 91-40-66294100 Ext:4047

Mobile:91-9949918983

 


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API Title, Desc, Display URL and Click Url policies

2009-10-12 Thread Sreenu Daram

Hi All,

Could anyone give me the links to all policies(title policies, display
url policies, desc and click url policies) ?

Thanks  Regards,
Sreenu Daram ,  Sr. Software Engineer
Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),
Hyderabad, India
Phone(O) : 91-40-66294100 Ext:4047
Mobile:91-9949918983


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API Default Network Target Type for a Campaign

2009-10-08 Thread Sreenu Daram

What is the default network target type for a campaign ?


Thanks  Regards,
Sreenu Daram ,  Sr. Software Engineer
Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),
Hyderabad, India
Phone(O) : 91-40-66294100 Ext:4047
Mobile:91-9949918983



Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API Managing client accounts - adding and updating campaigns, ads and keywords

2009-10-07 Thread Sreenu Daram

Hi All,

In adwords, we have client managers feature, we may have up to 1000
client accounts. Can we upload campaigns to any of client managers
account using MCC account credentials ?

I am using java v200906 api. While getting user's object itself we need
to pass client managers credentials. How do we manage this when I have
thousand 

client managers ? Should we pass client managaers email, password,
developerToken, applicationToken ? Or is there any common params ?

In yahoo search marketing, All the params are same except client account
id( in adwords, it seems we need to identify by 'email id' ).Does this
the same here also ?



Thanks  Regards,
Sreenu Daram ,  Sr. Software Engineer
Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),
Hyderabad, India
Phone(O) : 91-40-66294100 Ext:4047
Mobile:91-9949918983



Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API Developers token

2009-09-16 Thread Sreenu Daram
Hi All,

 

Can any one tell me how do I get developer token in production
environment ? And could you tell me the mandatory fields in
adwords.properties file in production environment ?

 

 

Thanks  Regards,

Sreenu Daram ,  Sr. Software Engineer

Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),

Hyderabad, India

Phone(O) : 91-40-66294100 Ext:4047

Mobile:91-9949918983

 


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API campaign geo targetting

2009-08-28 Thread Sreenu Daram
Hi,

I am using java v200906 api.

In this api  , we can set country, city, Metro , province, Polygon,
Proximity level targeting  for campaign. 

 

I have countries, states/region, and cities level targets for my
campaigns.  I can map countries to country, City to City.

 

What is Metro targeting ? Is this  meant Region targeting ?

What is province targeting ..?

Could any please explain ..?

 

 

Thanks  Regards,

Sreenu Daram ,  Sr. Software Engineer

Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),

Hyderabad, India

Phone(O) : 91-40-66294100 Ext:4047

Mobile:91-9949918983

 


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API Re: UNEXPECTED INTERNAL API ERROR

2009-08-13 Thread Sreenu Daram

I have tried many times to resubmit but got the same error.
Did you find any thing wrong in this ??

Thanks  Regards,
Sreenu Daram ,  Sr. Software Engineer
Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001 Company ),
Hyderabad, India
Phone(O) : 91-40-66294100 Ext:4047
Mobile:91-9949918983


-Original Message-
From: adwords-api@googlegroups.com [mailto:adwords-...@googlegroups.com] On 
Behalf Of dshevnock
Sent: Thursday, August 13, 2009 5:32 PM
To: AdWords API Forum
Subject: AdWords API Re: UNEXPECTED INTERNAL API ERROR


On Aug 13, 7:38 am, Exiges age...@splut.com wrote:
 I'm having exactly the same problem when adding an AdGroup

 Have you tried resubmitting the same request ?

 When I resubmit exactly the same request, it's accepted..

 Not ideal

I am experiencing a similar issue when attempting to add a new AdGroup
Criterion. My first call this morning was successful, but all
subsequent requests received the internal error back.


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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



AdWords API UNEXPECTED INTERNAL API ERROR

2009-08-12 Thread Sreenu Daram

Hi,
I am trying to add or get a campaign in sandbox using java api v200906.
In both cases I am getting 'UNEXPECTED INTERNAL API ERROR'. I am giving
you xml request and responses. Please help me in this what might be the
wrong in the request ?

Adding a Campaign :

[13 Aug 2009 11:13:07,491 - DEBUG]
?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:Headern
s1:RequestHeader
soapenv:actor=http://schemas.xmlsoap.org/soap/actor/next;
soapenv:mustUnderstand=0
xmlns:ns1=https://adwords.google.com/api/adwords/cm/v200906;ns1:appli
cationToken/ns1:applicationTokenns1:authToken
xmlns:ns1=https://adwords.google.com/api/adwords/cm/v200906;**/ns
1:authTokenns1:developerToken**...@.com++inr/ns1:developerToken
ns1:userAgenthttp://www.abc.com/ns1:userAgent/ns1:RequestHeader/s
oapenv:Headersoapenv:Bodymutate
xmlns=https://adwords.google.com/api/adwords/cm/v200906;operationso
peratorADD/operatoroperandnameSample
Campaign/namestatusACTIVE/statusbudgetperiodDAILY/periodamo
untmicroAmount5000/microAmount/amountdeliveryMethodSTANDARD
/deliveryMethod/budgetbiddingStrategy xsi:type=ns2:ManualCPC
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v200906//operand
/operations/mutate/soapenv:Body/soapenv:Envelope

[13 Aug 2009 11:13:07,491 - DEBUG]

?xml version=1.0 encoding=UTF-8?soap:Envelope
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;soap:Bodysoap:
Faultfaultcodesoap:Server/faultcodefaultstringInternalApiError.UN
EXPECTED_INTERNAL_API_ERROR @ /faultstringdetailApiExceptionFault
xmlns=https://adwords.google.com/api/adwords/cm/v200906;messageInter
nalApiError.UNEXPECTED_INTERNAL_API_ERROR @
/messageApplicationException.TypeApiException/ApplicationException.
Typeerrors xsi:type=InternalApiError
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;fieldPath/trigg
er/ApiError.TypeInternalApiError/ApiError.TypereasonUNEXPECTED_IN
TERNAL_API_ERROR/reason/errors/ApiExceptionFault/detail/soap:Fa
ult/soap:Body/soap:Envelope

Thanks  Regards,
Sreenu Daram ,  Sr. Software Engineer
Cybage Software Pvt. Ltd. (An SEI-CMMI Level 5 assessed  ISO 27001
Company ),
Hyderabad, India
Phone(O) : 91-40-66294100 Ext:4047
Mobile:91-9949918983


Legal Disclaimer: This electronic message and all contents contain information 
from Cybage Software Private Limited which may be privileged, confidential, or 
otherwise protected from disclosure. The information is intended to be for the 
addressee(s) only. If you are not an addressee, any disclosure, copy, 
distribution, or use of the contents of this message is strictly prohibited. If 
you have received this electronic message in error please notify the sender by 
reply e-mail to and destroy the original message and all copies. Cybage has 
taken every reasonable precaution to minimize the risk of malicious content in 
the mail, but is not liable for any damage you may sustain as a result of any 
malicious content in this e-mail. You should carry out your own malicious 
content checks before opening the e-mail or attachment.
www.cybage.com 



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