So this error :
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
is misleading because it suggests that there is a temporary error on
Google's side. But in fact the reason the my API call failed is because my
request had an empty
soap tag. I
think the error should reflect that the Soap reque
Hey Anash,
Are you required to set the bids field when instantiating
the BiddingStrategyConfiguration object ?
https://developers.google.com/adwords/api/docs/reference/v201302/CampaignService.BiddingStrategyConfiguration
The documentation says that bids cannot be set at the campaign level. I
Hey Anash,
Of the two different ways to instantiate the BiddingStrategyConfiguration
object :
Method 1)
my $biddingStrategyConfiguration =
Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new();
$biddingStrategyConfiguration->set_biddingStrategyType("MANUAL_CPC");
$b
Hey Anash,
This doesnt make a whole lot of sense but apparently creating an empty
object and setting the fields, sets up the BiddingStrategyConfiguration
object correctly
my $biddingStrategyConfiguration =
Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new();
$biddingS
Hey Anash,
I tried creating a BiddingStrategyConfiguration object two different ways
:
my $biddingStrategyConfiguration =
Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new(
#biddingStrategyType => "MANUAL_CPC",
biddingScheme =>
Google::Ads::AdWords::v201302::Man
Hey Anash,
I tried to isolate the issue, and it looks like I am not able to create a
biddingStrategyConfiguration object :
my $biddingStrategyConfiguration =
Google::Ads::AdWords::v201302::BiddingStrategyConfiguration->new(
biddingStrategyType => "MANUAL_CPC",
biddingScheme =>
Hey Anash,
I noticed that in my request the campaign object had an empty
biddingStrategyConfiguration field :
API Upgrade Test Campaign -
1366653343ACTIVE20130422147548118DONT_CAREDONT_CARE
xsi:type="KeywordMatchSetting"
>falsetruetruefalsefalse
However, I followed this example :
https://
Hey Anash,
Thanks for looking into this. I'm really curious why this issue has been
happening as I have not encountered this error in previous API migrations.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
Hi Etienne,
This looks like an issue at our end. I've pulled the relevant logs, I'll
ask the team to investigate this further.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Friday, April 19, 2013 3:51:39 AM UTC+5:30, Etienne Lawlor wrote:
>
> I am seeing this error InternalApiError.UNEXPECT
I am seeing this error InternalApiError.UNEXPECTED_INTERNAL_API_ERROR.
This is happening when i try to make an add_campaign API call in v201302.
Here is the SOAP response I am seeing :
2013/04/15 14:56:03 INFO (Google::Ads::AdWords::Deserializer::deserialize:38)
- Incoming response:
http://s
10 matches
Mail list logo