Fault occurred while processing. when doing bidtransition test

2010-09-07 Thread Peer Jakobsen (AdWords API Guru)
We test a campaign for conversion optimizer eligibility by doing a
bidtransition test (validateOnly). On some of the campaigns we get a
high level soap error. It seems to happen on campaigns that run ACE
(Advanced Campaign Experiment)

Soap response:
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
soap:Header
ResponseHeader 
xmlns=https://adwords.google.com/api/adwords/cm/
v200909
requestId983004778bdef086a1c12fa497eb720c/requestId
operations1/operations
responseTime7932/responseTime
units1/units
/ResponseHeader
/soap:Header
soap:Body
soap:Fault
faultcodesoap:Server/faultcode
faultstringFault occurred while 
processing./faultstring
/soap:Fault
/soap:Body
/soap:Envelope

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


Regex to invalidate invalid criterion characters

2010-07-21 Thread Peer Jakobsen (AdWords API Guru)
Hi All,

Can anyone share what kind of regex can be used to check for invalid
characters in keyword texts. I have been using this so far:

([^\d\p{Lm}\w#$_\x2D\x20'+./:])

but it doesn't seem to cover all valid Asian characters (e.g. some
Thai characters).

Thanks

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


Getting UNEXPECTED_INTERNAL_API_ERROR when doing exemption requests.

2010-07-15 Thread Peer Jakobsen (AdWords API Guru)
Hi API Team,

I am getting internal errors when adding 3 criteria with exemption
requests. I have a slight suspicion that it might be because it's one
criteria in 3 match types asking for the same request 3 times, and
that this somehow messes up the validation server side.

Below is the SOAP request. RequestID is:
c19fd01c6158a17565de8b49e3114cb8

Any idea how I can get around this.

Thanks,
Peer Jakobsen


?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Header
RequestHeader xmlns=https://adwords.google.com/api/adwords/cm/
v200909
authTokenxxx/authToken
clientEmailxxx/clientEmail
developerTokenxxx/developerToken
userAgentxxx/userAgent
/RequestHeader
/soap:Header
soap:Body
mutate 
xmlns=https://adwords.google.com/api/adwords/cm/v200909;
operations
operatorADD/operator
operand xsi:type=BiddableAdGroupCriterion
adGroupId2250905239/adGroupId
criterion xsi:type=Keyword
textallergic reaction to flea 
medicine for pets/text
matchTypeBROAD/matchType
/criterion
userStatusACTIVE/userStatus
destinationUrl /
bids 
xsi:type=ManualCPCAdGroupCriterionBids
maxCpc
amount

microAmount30/microAmount
/amount
/maxCpc
/bids
/operand
exemptionRequests
key

policyNamebadwords_kw_pet_pharma/policyName
violatingTextmedicine for 
pets/violatingText
/key
/exemptionRequests
/operations
operations
operatorADD/operator
operand xsi:type=BiddableAdGroupCriterion
adGroupId2250905239/adGroupId
criterion xsi:type=Keyword
textallergic reaction to flea 
medicine for pets/text
matchTypeEXACT/matchType
/criterion
userStatusACTIVE/userStatus
destinationUrl /
bids 
xsi:type=ManualCPCAdGroupCriterionBids
maxCpc
amount

microAmount30/microAmount
/amount
/maxCpc
/bids
/operand
exemptionRequests
key

policyNamebadwords_kw_pet_pharma/policyName
violatingTextmedicine for 
pets/violatingText
/key
/exemptionRequests
/operations
operations
operatorADD/operator
operand xsi:type=BiddableAdGroupCriterion
adGroupId2250905239/adGroupId
criterion xsi:type=Keyword
textallergic reaction to flea 
medicine for pets/text
/criterion
matchTypePHRASE/matchType
userStatusACTIVE/userStatus
destinationUrl /
bids 
xsi:type=ManualCPCAdGroupCriterionBids
maxCpc
   

Re: LINE_TOO_WIDE error but 25 characters

2010-05-21 Thread Peer Jakobsen (AdWords API Guru)
Asian characters count for 2.

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


Re: Occasional WebService exception during communication with AdWords API services

2010-05-11 Thread Peer Jakobsen (AdWords API Guru)
The library implementation of the SoapServiceBase is a partial class.
What we do is have a separate cs file with the same namespace and
partial class name where we implement our own retry logic in the
Invoke function. This way your customized Invoke wont be erased
whenever you update the library files.

Cheers

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


Getting UNEXPECTED_INTERNAL_API_ERROR when doing exemption requests.

2010-05-10 Thread Peer Jakobsen (AdWords API Guru)
Hi,

I have an issue where we sometimes cannot do a keyword exemption
request without getting the internal error.

In a particular example I try to add 45 keywords and 3 of them fail
with an editorial error. If I send back the 45 keyword operation with
3 exemption requests then it will fail with an internal error.

The weird thing is that if I send the 42 keywords first and then send
the 3 keywords separately (still including their exemption requests)
then the API does not fail.

The soap trace is rather big, so if you need them, then I can email
them directly.

Thanks,

Peer Jakobsen

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


Re: Error ADDing a new Campaign -- BUDGET_PERIOD_NOT_AVAILABLE

2010-04-29 Thread Peer Jakobsen (AdWords API Guru)
The MONTHLY budget period is a legacy value. It's not allowed on new
campaigns.

Cheers

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


Re: CANNOT_TARGET_AND_EXCLUDE

2010-04-28 Thread Peer Jakobsen (AdWords API Guru)
This would happen if you have a bidableadgroupcriterion with the same
text as the negative criterion in that adgroup

I believe having
[a text for this keyword]

and

-a text for this keyword

in the same adgroup is not allowed.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: Update NegativeCampaignCriterion?

2010-04-23 Thread Peer Jakobsen (AdWords API Guru)
There aren't really any properties on a NegativeCampaignCriterion
where it makes sense to update. So to answer your question, updates
are not allowed.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: Pause Campaign error in .NET

2010-04-23 Thread Peer Jakobsen (AdWords API Guru)
You will need to set idSpecified to true otherwise the ID is not
passed which obviously wouldn't work on a set operation

campanha.id = Id_Adwords
campanha.idSpecified = True

To activate soap tracing in .NET you could use the lib
\traceextension.cs in the .net API Client Library. You would have to
reference that class as a soapextension in your app.config

Last but not least, I think you should try to use the .net Client
library to get started. It has lot's of samples and handles all the
basic stuff for you such as soap tracing, authentication etc.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: No stats for keywords for display ads targeting content network?

2010-04-21 Thread Peer Jakobsen (AdWords API Guru)
Content click stats are only provided down to the Adgroup/Ad level.
Not on the keyword level.
This is how adwords works, and is not related to any API constraints.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: Confusion with docs Reactivating ENDED campaign

2010-04-21 Thread Peer Jakobsen (AdWords API Guru)
No end date is the same as sending:
20371231

So maybe you could try sending that value.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: ReadOnlyError.READ_ONLY exception on AdGroupCriterionService mutate call

2010-04-21 Thread Peer Jakobsen (AdWords API Guru)
I have only seen this when using an ADD operator. Are you 100% sure
that these are SET operations?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
You will always receive all target types for the campaign. There is no
way to get only the GeoTargets.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
You can send whatever collection of targetlists in the mutate. Those
targetlists can be for mulitple campaigns for the same mutate. You
don't need to send all targetlists types (Language, Geo, Demograhic
etc) at the same time.

Let's say you want to update geotargets on 5 campaigns. In that case
you would send 5 geotargetlists with 5 different campaign ids.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: Remaketing list

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
Remarketing lists (or audiences) are not supported in V200909. Even
worse, if your adgroup contains and audience then you wont be able to
do any calls on that adgroup without getting errors.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
When it comes to GET then the only selector filter you can set are the
campaignIds. There is no way to only receive one type of targets (e.g.
geotargets). Also, there is no way to receive only one type of
geotargets (e.g. cities).



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: How to access a specific campaign's GeoTargetList targets

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
Each targetlist has a property called targets which contains the
array of targets. This property is not available on the abstract
TargetList class. It is only available on the specific types, e.g.
GeoTargetList.targets:

http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.GeoTargetList.html

In VB.NET you should loop on the page.entries, check their type and
cast into that type, e.g. CType(entries(x), GeoTargetList).targets

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


FAILED_TO_AUTHENTICATE_GOOGLE_ACCOUNT

2010-04-20 Thread Peer Jakobsen (AdWords API Guru)
Hi,

We are seeing this error FAILED_TO_AUTHENTICATE_GOOGLE_ACCOUNT
randomly.
The client email is valid, and any subsequent sync operations works
just fine.

Is this more of an intermittent error where the adwords servers just
couldn't authenticate for a brief period of time.

I need to know this because we don't want our platform to alert our
users if it is just an intermittent issue.

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


AdWords API Re: Sandbox UI

2010-04-14 Thread Peer Jakobsen (AdWords API Guru)
There is no sandbox UI. Good luck!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using remove me as the subject.


AdWords API ConversionOptimizer, BudgetOptimizer and the Adwords GUI

2010-04-12 Thread Peer Jakobsen (AdWords API Guru)
Hello,

I have 3 questions related to the campaign bidding strategies.

The ConversionOptimizer with pricingModel Clicks, does that
correspond to the GUI selection Focus on Clicks without setting a
CPC bid limit?

The BudgetOptimizer, does that correspond to the GUI selection Focus
on Clicks and specifically setting a CPC bid limit?

When using ConversionOptimizer with pricingModel = Conversions are
the advanced options available somewhere in the API (max CPA vs Target
CPA)?

Focus on conversions (Conversion Optimizer) - use CPA bids
Advanced options
Bid type
Max CPA: Most you would want to pay for any particular conversion
Target CPA: Average amount you would like to pay for each conversion


Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using remove me as the subject.


AdWords API Maximum number of results before using paging

2010-04-01 Thread Peer Jakobsen (AdWords API Guru)
I would like to know whether I need to use paging or not.

When we call CampaignCriterionService. get we always pass a selector
that filters on a single campaign. This means that the max number of
results we can get is 1 (max number of negatives allowed by
adwords in a single campaign). Is that to high a number of results for
a single page?

When we call AdGroupCriterionService.get we always pass a selector
that filters on a single adgroups.This means that the max number of
results we can get is 5000 (max number of AdGroupCriteria allowed by
adwords in a single adgroup). Is that to high a number of results for
a single page?

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using remove me as the subject.


AdWords API Re: AccountInfo.timeZoneId

2010-04-01 Thread Peer Jakobsen (AdWords API Guru)
Google is using the TZ standard used by most people:
http://en.wikipedia.org/wiki/Zone.tab

Here is an example of someone who has developed a sort of .NET
timezone converter:
http://www.codeproject.com/KB/dotnet/Using_time_zones_in_NET.aspx

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using remove me as the subject.


AdWords API Re: Automatic account generation

2010-03-31 Thread Peer Jakobsen (AdWords API Guru)
You can have more than 25 active campaigns in one account. Just call
your Google account rep and get it increased to 100.

There is an account creation API, but it's not publicly accessible.
You have to be an Adwords reseller to get access to that API.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using remove me as the subject.


AdWords API Re: Ad Schedule Target: Time Zones or UTC

2010-03-30 Thread Peer Jakobsen (AdWords API Guru)
All date and time properties are in relation to the account time zone.
So it wont be UTC unless you choose GMT as timezone when you created
the account.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: No data in the report dwonload url

2010-03-30 Thread Peer Jakobsen (AdWords API Guru)
Are you using the sandbox? If so, then there wont be any data returned
in any sandbox account reports.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: Operator.ADD not supported in CampaignTargetService

2010-03-26 Thread Peer Jakobsen (AdWords API Guru)
I think the reason is that a campaign always exist with all
targetlists there, even after newly creation. They might be empty, but
they are always there.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Type of errors when max number of entities have been reached.

2010-03-26 Thread Peer Jakobsen (AdWords API Guru)
In adwords you have all kind of size limits:
Max number of campaigns in account
Max number of adgroups
Max number of criteria
Max number of ads
...

What error types can we expect to see when those limits are reached?

I can see this AdGroupAdCountLimitExceeded, but what about the other
limits?

For example if I am trying to create a new campaign and the account
limit has been reached, what error will I receive (not easy to
reproduce in sandbox)?

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: Keyword update using v2009

2010-03-26 Thread Peer Jakobsen (AdWords API Guru)
On SET operations you can use the Criterion object instead of the
Keyword/Placement objects. That way you only have to pass the
criterion id.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: AdWords limits increaded by using the API?

2010-03-23 Thread Peer Jakobsen (AdWords API Guru)
The limits are the same using UI or API. You could ask your Google
Account representive to increase the limits.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: BillingException: Not agreed to latest AdWords terms and conditions

2010-03-23 Thread Peer Jakobsen (AdWords API Guru)
You have to login to this specific account and accept the terms and
conditions. If you login with a direct login, you should be presented
with a TC screen right away.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: how can a get a TargetList using a Campaign? (v2009)

2010-03-23 Thread Peer Jakobsen (AdWords API Guru)
I think setCampaignIds is some java way of setting properties. In .NET
just do like this:

CampaignTargetSelector campaignTargetSelector = new
CampaignTargetSelector();
campaignTargetSelector.campaignIds =
idList.ToArray();

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


Re: AdWords API Don't need to add clients to MCC in v2009

2010-03-23 Thread Peer Jakobsen (AdWords API Guru)
You have both options.

If the account is somehow linked in to your MCC then you authenticate
with the MCC login/password and pass the clientEmail or customerId in
the soap headers of the account you want to access.

If you use the login/password of the account to get your
authentication token, then you can access the account directly (no MCC
link needed). Don't set clientEmail or customerId in the soap headers
in that case.

Btw: something similar is possible in V13.

We prefer using MCCs as it saves you a bunch of quotas when running
MCC wide reports compared to running account specific reports. It also
avoids the hazzle of some user accidentially changing the account
login password.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: Campaign settings v200909

2010-03-22 Thread Peer Jakobsen (AdWords API Guru)
Devices are set using the PlatformTarget:
http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.PlatformTarget.html

I don't think you can turn on/off position pref bidding in v200909,
but it looks like it will be included in the next version.

Cheers,

Peer

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: Campaign settings v200909

2010-03-22 Thread Peer Jakobsen (AdWords API Guru)
The advanced settings are not available. It looks like they will be
included with the next version as some kind of new MobileTarget.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API BiddableAdGroupCriterion bids - default bid vs. not updated

2010-03-19 Thread Peer Jakobsen (AdWords API Guru)
Hi,

If bids are not set on the BiddableAdGroupCriterion does that mean
that the mutation does not change the bid? E.g. if I only want to
change a keyword URL during a mutation can I just leave the bids not
set?

If this is the case, then what is the method to remove bids so that
the BiddableAdGroupCriterion uses the adgroups default bids?

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: v2009 CampaignService: no username/password?

2010-03-19 Thread Peer Jakobsen (AdWords API Guru)
You need to pass an authentication token in the request headers,
instead of username/password.

This is documented here:
http://code.google.com/apis/adwords/v2009/docs/headers.html

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API BidLandscapeService, can we use it in production?

2010-03-18 Thread Peer Jakobsen (AdWords API Guru)
Is it OK if we start using the V201002 BidLandScapeService? I don't
see it documented anywhere, but usage looks pretty straightforward.

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Re: how can I set maxCpc in Keyword object?

2010-03-18 Thread Peer Jakobsen (AdWords API Guru)
Based on your other post it looks like you think that migrating to
v2009 is as simple as migration from V12 to V13 was.

The classes in V2009 have completely different structures, so I
suggest you use the documentation to get a good overview of the
changes. Nothing can be reused.

For example bids are now part of the BiddableAdGroupCriterion class:
http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.BiddableAdGroupCriterion.html

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


AdWords API Audiences (uservertical) support in v2009

2010-03-17 Thread Peer Jakobsen (AdWords API Guru)
Hi,

What are the support for audiences in V2009? In V13 all soap requests
fails on an adgroup if it contains an audience.

Will they show up as uservertical:x or using their real name.
Can we get a reference data file in the sample libraries similar to
the categories.csv file.

Thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


AdWords API Re: Issue Updating TextAd

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
Only the status property can be updated on ads. If you want to update
the other properties then you have to delete and recreate.

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


AdWords API Re: Adword API import

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
You can access an adwords account in 2 ways through the API
1. Get their account linked to your MCC and use the clientEmail or
accountid to access the account (no need for password)
2. Use a login/password directly (no need to link into your MCC)

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


AdWords API Re: mutate and errors

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
The whole request will be ignored (nothing will get updated). You can
then set exemption requests on the failed operations and then resend
the whole operation array or you can remove the operations that failed
from the array and resend it.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


AdWords API Re: ad edit error

2010-03-16 Thread Peer Jakobsen (AdWords API Guru)
It would help if you posted the soap request.

If it's an ADD operation then the id should not be included in the
soap request. If it is an update (SET operation) then remember that
the only property you can update is the status. When doing updates I
think you have to pass an Ad object in the AdGroup.Ad property (as
opposed to a TextAd, MobileAd etc.)

Cheers

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


AdWords API conversionOptimizerEligibility in v200909

2010-03-04 Thread Peer Jakobsen (AdWords API Guru)
In v13 we could get conversionOptimizerEligibility for a campaign to
check whether changing to CPA bids were possible.

How is this checked in v200909?

-- 
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-...@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: V2009 API SOAP/XML Examples?

2010-03-02 Thread Peer Jakobsen (AdWords API Guru)
You could take any of the client libraries, activate soap logging and
then just run all the tests. That should give you lots of samples.

Cheers

-- 
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-...@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: AdWordsUser Missing Constructor

2010-02-24 Thread Peer Jakobsen (AdWords API Guru)
In Bisual Studio you can right click the class name, and chose Go to
definition. This will list all the files where your partial class is
defined.

-- 
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-...@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: All keywords above a specific click count

2010-02-19 Thread Peer Jakobsen (AdWords API Guru)
There is no way to filter on stats but you could try to run an account
structure report.

Cheers

-- 
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-...@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: category booking in v2009

2010-02-19 Thread Peer Jakobsen (AdWords API Guru)
Eric,
This was supported in v13 so whats the best practice on dealing with
this in v200909.
How is this going to show up when getting criteria from adgroups that
have category placements?

Thanks

-- 
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-...@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: AdParam greater than 1000

2010-02-11 Thread Peer Jakobsen (AdWords API Guru)
This is a known issue. Check out this thread for the details:
http://groups.google.com/group/adwords-api/browse_thread/thread/4845ba0260c3394d/fc24ed8aacf22b85?lnk=gstq=adparam#fc24ed8aacf22b85

-- 
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-...@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: Authentication token and requests per second

2010-02-05 Thread Peer Jakobsen (AdWords API Guru)
Hi Eric, Nothize,

Thanks for your feedback.I will implement handling expired tokens in
the proxy layer.
I am still a bit worried about having a large number of processes
running in parallel sending requests to the API, all getting a token
expired exception at the same time and all asking for a fresh token at
the same time. Having 50 processes ask for a new token at the same
time could lead to a temporary permission denied.

Cheers

-- 
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-...@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: The request failed with HTTP status 405: Method Not Allowed

2010-02-03 Thread Peer Jakobsen (AdWords API Guru)
Hi,

I remember I had an issue like this when I used an app.config that
didn't have the AdWordsApi config section. This resulted in the
servicefactory creating services with URLs equal null and hence your
SOAP requests gets sends to http://localhost which respond with this
405.

Cheers

-- 
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-...@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: Geo targeting for v200909

2010-02-02 Thread Peer Jakobsen (AdWords API Guru)
Hi,

The V13 codes does seem to work with v200909. You can see the full
v200909 reference codes in any of the client libraries (in the data
folder).

Region is the same as province. The polygon target is similar to the
proximity target, but instead of covering a circle with a specific
radius the target covers a polygon.

Cheers

-- 
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-...@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 AdExtensionOverrideService.LocationExtension in AdExtensionOverride operations

2010-01-05 Thread Peer Jakobsen (AdWords API Guru)
Hi,
In the adwords interface ad extensions can only be created in the
campaign settings. You can then chose to use a single ad extension on
an ad by chosing one of the campaign level extensions.

Why does the API need to have the full AdExtension object passed in
the AdExtensionOverride object? Are we supposed to retrieve the list
of extensions using the CampaignAdExtensionService and then pass
AdExtension object in the AdExtensionOverride object that has the
exact same property values?

Why does the AdExtensionOverride object not just have an AdExtensionId
property?

Thanks,

Peer Jakobsen
-- 
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-...@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 Video ads in V200x API

2009-12-08 Thread Peer Jakobsen (AdWords API Guru)
Hi,

We currently manage video ads through V13. When V13 is sunsetting, can
we expect to have video ads in the V200x APIs? Or are video ads simply
being deprecated?

Thanks,

--

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-...@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 Removing a criterion level bid

2009-12-08 Thread Peer Jakobsen (AdWords API Guru)
Hi,

In the V200909 documentation the bidsource is defined as read only:

http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.ManualCPCAdGroupCriterionBids.html

How do I remove the criterion level bid so that the default adgroup
level bid is used? Do I just set the BiddableAdGroupCriterion.bids to
null?

Thanks,

--

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-...@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: The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-20 Thread Peer Jakobsen (AdWords API Guru)
Hi Eric,

I just checked this and yes you are right, the updateCampaign does not
work either.

Among the thousands of campaigns our platform manage I only see this
issue on two campaigns with IDs:
43025563
42181513

The campaigns are in two different client accounts.

Thanks,

Peer

--

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-...@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=.




AdWords API Re: The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-20 Thread Peer Jakobsen (AdWords API Guru)
Hi Eric,

That fixed the issue on that campaign. May I ask what incompatible
feature we had enabled? Would this also happen on V2009?

I am still seeing the issue on the campaign with ID:
42181513

SOAP request that fails for the other campaign:

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Header
applicationToken xmlns=https://adwords.google.com/api/adwords/
v13xxx/applicationToken
clientEmail 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
clientEmail
developerToken xmlns=https://adwords.google.com/api/adwords/
v13xxx/developerToken
email xmlns=https://adwords.google.com/api/adwords/v13;xxx/
email
password 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
password
useragent 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
useragent
/soap:Header
soap:Body
updateCriteria 
xmlns=https://adwords.google.com/api/adwords/v13;
criteria xsi:type=Keyword
adGroupId1004111053/adGroupId
criterionTypeKeyword/criterionType
destinationUrl /
exemptionRequest xsi:nil=true /
id7115024665/id
language xsi:nil=true /
negativefalse/negative
maxCpc74/maxCpc
textimoveis cotia/text
typeBroad/type
/criteria
/updateCriteria
/soap:Body
/soap:Envelope

Thanks,
Peer

--

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-...@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=.




AdWords API The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-19 Thread Peer Jakobsen (AdWords API Guru)
Hi API Team,

Why are we getting this error (feature not supported by v13) for the
below SOAP request?

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Header
applicationToken xmlns=https://adwords.google.com/api/adwords/
v13xxx/applicationToken
clientEmail 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
clientEmail
developerToken xmlns=https://adwords.google.com/api/adwords/
v13xxx/developerToken
email xmlns=https://adwords.google.com/api/adwords/v13;xxx/
email
password 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
password
useragent 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
useragent
/soap:Header
soap:Body
updateCriteria 
xmlns=https://adwords.google.com/api/adwords/v13;
criteria xsi:type=Keyword
adGroupId1753566553/adGroupId
criterionTypeKeyword/criterionType
exemptionRequest xsi:nil=true /
id11777171/id
language xsi:nil=true /
negativefalse/negative
maxCpc150/maxCpc
textpalm springs resorts/text
typeExact/type
/criteria
/updateCriteria
/soap:Body
/soap:Envelope

--

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-...@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=.




AdWords API Re: Support for Ad Sitelinks via API?

2009-11-19 Thread Peer Jakobsen (AdWords API Guru)
Hi Jay,

Both the {keyword} and the {creative} tags works for sitelinks

Cheers,

Peer

--

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-...@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=.




AdWords API Re: The request is trying to modify an entity enabled for a feature not supported by v13 of API.

2009-11-19 Thread Peer Jakobsen (AdWords API Guru)
Hi Eric,

Yes I have been able to access it. I can still do getCampaign etc.
It's just the updateCriteria that no longer works.

Thanks,

Peer

--

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-...@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=.




AdWords API Can QS be preserved when moving keywords to another adgroup

2009-05-29 Thread Peer Jakobsen (AdWords API Guru)

Hi,

I read this blogs:

http://www.freshthinkingbusiness.com/google-adwords-quality-score.html

In paragraph 8, it says that through adwords editor you can preserve
keyword quality score by cut and pasting a keyword from one adgroup to
another.

Is it possible to do the same through the API v13? Is the adwords
editor using the same API as we are?

Thanks,

Peer Jakobsen
--~--~-~--~~~---~--~~
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 Bump on impression share feature request

2009-04-08 Thread Peer Jakobsen (AdWords API Guru)

Hi API team,

Could you guys please reconsider adding the impression share stats to
the columns available in the campaign report?

It's very frustrating that we have to pull this data into our system
through clumsy emailed reports.

I really hope we can get this released as part of V13.

Thanks,
Peer Jakobsen

--~--~-~--~~~---~--~~
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 Is the sandbox down right now?

2009-03-10 Thread Peer Jakobsen (AdWords API Guru)

Is any one else having problems using the sand box?

Everything worked fine a couple of hours ago and now I get An
internal error has occurred.  Please retry your request. on all types
of requests.


--~--~-~--~~~---~--~~
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: How to ConversionOptimizerEligibility = true in sandbox

2009-02-06 Thread Peer Jakobsen (AdWords API Guru)

Hi Jeff,

Then I have a feature request :-)

If campaign name contains a certain text string then let
ConversionOptimizerEligibility be true.

Thanks,

Peer
--~--~-~--~~~---~--~~
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 How to ConversionOptimizerEligibility = true in sandbox

2009-02-05 Thread Peer Jakobsen (AdWords API Guru)

Hi API support team,

If we want to test the conversion optimizer data in the sandbox how
can we get a test campaign where ConversionOptimizerEligibility is
true.

Thanks,

Peer Jakobsen
--~--~-~--~~~---~--~~
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: five sandbox client accounts are automatically created - HOW?

2009-02-02 Thread Peer Jakobsen (AdWords API Guru)

Hi Jeff,

Our old sandbox account started behaving the way described above. So I
followed your advice and created a new one, but I still see the
internal error message for some SOAP calls like adding a campaign.
Our test scripts ran just fine last Friday, so I think something weird
is going on in the sandbox. Here follows a SOAP call that works, and a
second one that does not work.

SOAP call that works:
?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Header
applicationToken xmlns=https://adwords.google.com/api/adwords/
v13xxx/applicationToken
clientEmail xmlns=https://adwords.google.com/api/adwords/
v13client_1+synchro_t...@esearchvision.com/clientEmail
developerToken xmlns=https://adwords.google.com/api/adwords/
v13synchro_t...@esearchvision.com++eur/developerToken
email xmlns=https://adwords.google.com/api/adwords/
v13synchro_t...@esearchvision.com/email
password 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
password
useragent xmlns=https://adwords.google.com/api/adwords/
v13eSearchVision/useragent
/soap:Header
soap:Body
getAccountInfo 
xmlns=https://adwords.google.com/api/adwords/v13; /

/soap:Body
/soap:Envelope

SOAP call that gives internal error message.:
?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
soap:Header
applicationToken xmlns=https://adwords.google.com/api/adwords/
v13xxx/applicationToken
clientEmail xmlns=https://adwords.google.com/api/adwords/
v13client_1+synchro_t...@esearchvision.com/clientEmail
developerToken xmlns=https://adwords.google.com/api/adwords/
v13synchro_t...@esearchvision.com++eur/developerToken
email xmlns=https://adwords.google.com/api/adwords/
v13synchro_t...@esearchvision.com/email
password 
xmlns=https://adwords.google.com/api/adwords/v13;xxx/
password
useragent xmlns=https://adwords.google.com/api/adwords/
v13eSearchVision/useragent
/soap:Header
soap:Body
addCampaign xmlns=https://adwords.google.com/api/adwords/v13;
campaign
budgetAmount1000/budgetAmount
budgetOptimizerSettings xsi:nil=true /
budgetPeriodDaily/budgetPeriod

contentTargetingAllPlacements/contentTargeting
endDay2037-12-30/endDay
geoTargeting
cityTargets /
countryTargets /
metroTargets /
proximityTargets /
regionTargets /
targetAlltrue/targetAll
/geoTargeting
id0/id
languageTargeting xsi:nil=true /
name310.GOOG/name
networkTargeting xsi:nil=true /
schedule xsi:nil=true /
startDay2009-02-02/startDay
statusActive/status
/campaign
/addCampaign
/soap:Body
/soap:Envelope


Thanks
--~--~-~--~~~---~--~~
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 Category placements and the {placement} tag

2009-01-28 Thread Peer Jakobsen (AdWords API Guru)

Hi Support Team,

I know this might not be an API error, but you might know to whom this
bug report can be passed.

We are starting to have quite a lot of clients that use category
placements. First of all I am glad to see that the previous bug where
categories showed up as vertical::108 in the API has been fixed.

However, we use the adwords tag {placement} in our URLs for tracking
purposes, and this {placement} seems to have a problem where it does
not inject the category name but rather the category number, e.g. 108,
instead of category::Language Study  Translation

Could you guys please pass this bug report to who ever at Google deals
with the URLs tags such as {placement}

If there is any way you could give us a reference list between
category names and category numbers, that could help us in the short
term.

Thanks,

Peer Jakobsen
--~--~-~--~~~---~--~~
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: AdScheduling API usage

2008-12-05 Thread Peer Jakobsen (AdWords API Guru)

Rashmi,

Google often changes the available list of geotarget codes. We have
experienced this error a couple of times this year when targeting Cuba
or Iran suddenly disappeared from the list of countries available.

Cheers,
Peer Jakobsen

On Dec 5, 12:17 am, rashmi [EMAIL PROTECTED] wrote:
 Hi,

 While I am using the ad scheduling API, I got the error as Cannot
 target locations within this country.”

 Can you let me know the reason for this as I was not able to get any
 information related to this?

 Thanks,
 rashmi
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: APIException

2008-12-03 Thread Peer Jakobsen (AdWords API Guru)

Hi Anton,

In .NET you have to treat the error object as an xml document.
Basically you treat the exceptions Detail property as an XmlNode and
then extract the data as you would from any Xml document. You could
create the classes for the exception and error objects and then have
the deserializer cast the Detail node into those objects (I guess
thats what JAVA does automatically). I find it faster to just extract
the information needed directly from the XML.

Cheers,
Peer Jakobsen

The Detail

On Dec 3, 5:15 am, AKa [EMAIL PROTECTED] wrote:
 Hello,
 can me anybody show a example how can I use APIException object from
 AdWords API  in .NET?

 Regards
 Anton Kalcik
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Ad Content

2008-11-03 Thread Peer Jakobsen (AdWords API Guru)

Hi Roxy,

This forum is about the Adwords API, not generic Adwords/Adsense
issues. You would be better of writing your post in:

http://www.google.com/support/forum/p/AdSense?hl=en

Thanks,

Peer


On Nov 3, 1:31 pm, Roxy [EMAIL PROTECTED] wrote:
 I'm an admin for an online community that supports gay rights and for
 the last few days, every time I've logged in, I see giant YES ON PROP
 8 banners on the site.

 I removed the ads for now, as the site our community is part of
 doesn't allow us to control ad content, but has it ever been a problem
 for anyone else?

 It's weird that I can have a site with political content, but my ads
 might be displaying an entirely opposing pov, especially ones so
 inflammatory and unconstitutional...
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: How to treat enableSeparateContentBids

2008-10-27 Thread Peer Jakobsen (AdWords API Guru)

Hi Jeff,

Thanks a lot for clarifying this.

Cheers,
Peer Jakobsen
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: accessing data from adwords accounts with MMC manager status

2008-10-02 Thread Peer Jakobsen (AdWords API Guru)

You can either link the other MCC to you MCC as API link only, or
link the individual accounts of the other MCC into your MCC also as
API link only.

An account/MCC can only be linked twice, so if his accounts are only
linked to his MCC then their should still be room for you to do an
API link only to your MCC.

Hope that makes sense :-)

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Please help on Keyword Bidding

2008-09-30 Thread Peer Jakobsen (AdWords API Guru)

You resend the keywords with new bids through the
CriterionService.updateCriteria.

If you keep your campaign structure locally in a database, resending
the keywords should not be a problem.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Keyword Structure Report missing keywordMinCPC column

2008-09-23 Thread Peer Jakobsen (AdWords API Guru)

We saw this on other reports for a couple of hours, but now it seems
to have been rolled back. Or maybe we are just hitting on some servers
where it hasn't been rolled out yet.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---