I was wrong it's not happening with all values just when original
SiteMaxCpc = $1.00 and new ExplicitAdGroupBids = ManualCPM and
SiteMaxCpm <= .25.
On Apr 27, 6:55 pm, "sla...@gmail.com" wrote:
> I getting this error when I tried to change my campaign bidding
> strategy from ManualCPC to ManualCP
I getting this error when I tried to change my campaign bidding
strategy from ManualCPC to ManualCPM and my explicitAdGroupBids are
lower than the original AdGroup CPC bids.
Here's what I'm trying to do -
My Campaign was set to ManualCPC with AdGroup bids SiteMaxCpc = $1.00
or microAmount = 10
Hi AdWords Team, hi Eric,
I tried to implement the functionality mentioned in subject: I want to
be able to generate search results using the "Ideas containing my
search terms" option.
Althought I tried doing this in various ways (and word combinations)
by using the ExcludedKeywordSearchParameter
we have been having access problems to the adwords api. we see the
following errors:
X-Powered-By: PHP/5.2.13
Content-type: text/html
manageByKeywordSoapFault Object
(
[message:protected] => QuotaCheckError.ACCOUNT_DELINQUENT @
[string:private] =>
i updated our billing information (
Hi,
The minimal app.config that you need to have logging turned on is as
follows:
The entries within are the
extensions that does the soap logging and api units aggregation. Also,
the library reads its
Hi,
This is just a quick question... I am returning a criterion for an ad
group id and getting a keyword object in the form of:
Keyword Object
(
[text] => ##string##
[matchType] => ##type##
[id] => ##id##
[CriterionType] => Keyword
[_parameterMap:private] => Array
(
I am having difficulty creating the Text Ad that works along side Ad
Parameters.
When I create the new ad with the {param1:} or {param2:} , the ads get
rejected with the error LINE_TOO_WIDE.
The finished ad (when using the ad parameter) would not be too long
(as it is only a single digit number b
Hi,
Unfortunately I don't have any further details at this time.
Best,
- Eric
On Apr 27, 8:22 am, "daniele.sanga...@tradedoubler.com"
wrote:
> Hi,
>
> Can you please be more specific, we are doing a migration of platform
> to another system and this can impact a lot on our plans.
>
> Regards
>
Hi,
Be aware that the TagetingIdeaService uses a backend similar to the
Search-based Keyword Tool:
http://www.google.com/sktool/
Best,
- Eric
On Apr 27, 7:15 am, stain wrote:
> thanks for your help.
> i got it to work.
>
> now to the next problem:
>
> for most keys, it works, but there are s
Hi Anil,
To be clear, you currently cannot get placements by category name in
the v200909 version of the API.
Best,
- Eric
On Apr 27, 12:14 am, Anil wrote:
> Thanks for your Reply..
>
> Then please help how to get placements by category name in V2009
> using "TargetingIdeaService" why because
Hi,
Unfortunately it is not currently possible to get the API unit used by
a client account that is not linked to an MCC. I can see how this
would be useful and I will pass this feedback on to the core
engineering team.
Best,
- Eric
On Apr 26, 6:05 pm, SEM wrote:
> Thanks Eric.
> So how do I g
Hi,
I've responded on the other thread. The problem is caused by
inconsistent data between the Ad and the template fields.
Best,
- Eric
On Apr 26, 2:42 pm, BeeGeez wrote:
> Yes, I know it's a new ad. Since I can't update an ad, I am creating
> a new ad and disabling the old ad. Again, why do
Hi,
This error is being returned because the destination URL in
TemplateAd.url doesn't match the destination URL in the template field
destinationUrl. Please ensure that your URLs are consistent
throughout the ad.
Best,
- Eric
On Apr 26, 1:19 pm, BeeGeez wrote:
> -BEGIN API CAL
Hi Joseph,
As was stated in the blog, you can continue to use the v13
ReportService for generating reports. As for the wrong data, please
ensure that you are making the request to the production environment,
since the sandbox environment always returns dummy data.
Best,
- Eric Koleda, AdWords AP
Hi Farid,
In the AdWords web interface, what is displayed on the "My account" ->
"Account access" page in the "Access level" column for that login?
Best,
- Eric Koleda, AdWords API Team
On Apr 25, 6:58 pm, Sultan wrote:
> Hi,
> I have some php code using the php library to access the adwords ap
I am using java Code from the example getRelatedKeywords.java. This
example returns a list of keywords. Is it possible to get a statistic
about these keywords (the volume per month)?
Thanks,
Joseph.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sun
I was trying to change criterion bid value a few hundred one request, but
one or two keywords are not exist that cause me to meet
EntityNotFound.INVALID_ID exception. Is that the those valid keyword are
already changed by this request? if not, Is there have a way to ignore those
invalid keywords?
Hi,
to walk through an adwords-account and get all data (campaigns,
adgroups, criterions) i use the following code (just pseudo-code for
understanding):
try {
$adwordsUser = new AdWordsUser();
} catch (Exception $e) {
die();
}
$campaignService = $adwordsUser->GetCampaignService('v200909')
Hi,
Is it possible to validate Bulk Muate Jobs? I am using the Java API
and my code looks something like the following:
user.getValidationService(AdWordsService.V200909.BULK_MUTATE_JOB_SERVICE);
...
BulkMutateJob job = new BulkMutateJob();
...
job = bulkMutateJobService.mutate(operation);
the la
Hi there
We'd be grateful if you could answer a couple of questions for us
regarding the info service
a) I have used your infoservice to establish the api usage by each of
our clients (using the usage type : UNIT_COUNT_FOR_CLIENTS ) but the
sum total units (for every single account) are only abou
Thanks,
Yes, already migrated to 2009.
I need to test large scale data similar to google limits.
Avihay
On Apr 25, 3:55 pm, Avihay Tsayeg wrote:
> Hi,
> How can I load balance the API?
> I understand that the sandbox is not meant for this.
>
> Is there any database schema to write a simulatior ?
Hi,
have the following problem.
I want to consult with the code (see below), only one keyword, but I
get a list of keyword variations, which I do not need.
$seedKeyword1 = array(
'text' => 'suchmaschinenoptimierung ',
'type' => "Exact",
'isNegative' => false
);
$seedKeywords = array($seed
We have an MCC Account that contains hundreds of other (MCC) accounts.
All of them work fine except for one, that will only allow us to use
the V13 services (ReportService, AccountService etc.). Because the
other accounts are working great, the problem should not be in the
AuthorizationToken as fa
Hi,
Can you please be more specific, we are doing a migration of platform
to another system and this can impact a lot on our plans.
Regards
On Apr 14, 4:57 pm, AdWords API Advisor
wrote:
> Hi,
>
> Please see my response on the following thread:
>
> http://groups.google.com/group/adwords-api/b
thanks for your help.
i got it to work.
now to the next problem:
for most keys, it works, but there are some keys, that have a search
volume (of over 100k) according to the adwords tool, but the api
returns NULL.
are there any bugs?
i also noticed, that for "smaller" search volume keys it always
Could somebody provide me with a more clear definition of Internal-
Only AdWords API Client in the Terms & Conditions. I'm confused by the
this part in the terms "(together with its Affiliates)". Thus saying
that the Owner can be a group of actors whereas later partners are
excluded from the defini
26 matches
Mail list logo