Hi,
Thanks for sharing that extra info. Could you please reply with the CID
privately so that I can further debug?
Thanks,
Sasha
The Google Ads API Team
ref:_00D1U1174p._5004Q20WWka:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper
Hello Sasha,
I can see that keyword_view can be used with ad_group_criterion
and ad_group_criterion has
ad_group_criterion.position_estimates.top_of_page_cpc_micros
ad_group_criterion.position_estimates.first_page_cpc_micros
Does this cannot be used with keyword_view?
Also From what I underst
Hi,
When you perform a FROM "keyword_view", only some fields are available. You can
see which fields are available here:
https://developers.google.com/google-ads/api/fields/v3/keyword_view. From what
I understand, there is no workaround for that: you cannot access those fields
in the UI for ke
Hi,
I was trying to get TopOfPageCpc, FirstPageCpc using keywordsView, but I
was not able to get any value.
SELECT campaign.id, "
. "ad_group.id, "
. "ad_group_criterion.criterion_id, "
. "ad_group_criterion.keyword.text, "
. &qu
Hi Eduardo,
Please find my responses inline:
1. Is this an expected behavior for test accounts? (Is it possible in
test account this fields not appear in response?)
The attributes that you mentioned are the suggested/estimated bids for
the criteria to get your ad on the first page
Hello!
When I try get one of this fields (*firstPageCpc*, *topOfPageCpc* or
*firstPositionCpc*) in *AdGroupCriterionService* in an *Test Account*, I
don't get this fields in response:
Example:
fields = ['FinalUrls', 'CriterionUse', 'FirstPositionCpc
production account.
>
> Best,
> - Takeshi, AdWords API Team
>
> On Wednesday, November 6, 2013 7:00:42 AM UTC+9, David wrote:
>>
>>
>> Hello
>>
>> I have been monitoring a set of keywords' FirstPageCpc estimates on my
>> developer test account o
onitoring a set of keywords' FirstPageCpc estimates on my
> developer test account over a couple of days and noticed all of them look
> stale.
> This quite surprises me as I would expect high competition and moves on
> those keywords.
>
> Are there any FirstPageCpc data fre
Hello
I have been monitoring a set of keywords' FirstPageCpc estimates on my
developer test account over a couple of days and noticed all of them look
stale.
This quite surprises me as I would expect high competition and moves on
those keywords.
Are there any FirstPageCpc data fres
So I don't think there was an issue with the selector. The Adwords
Interface did not display a value (undefined [a horizontal line] ) for the
Estimated First Page Bid. In previous migrations, after creating a keyword
the FirstPageCpc was immediately available, but i guess that this val
I've never seen the FirstPageCpc value getting set for newly created
keywords. It will take a short, but unknown, period of time for google to
set this value after creation. You will need to attempt to retrieve it at
a later stage.
Oliver
On Friday, April 26, 2013 11:09:25 PM UTC+1, Et
I am not receiving an error. I am just not getting the FirstPageCpc in the
response. I checked the Adwords Interface and I noticed that these
keywords did NOT have a value for the "Est. first page bid". I am assuming
that this is the same thing as the FirstPageCpc. Anyway, in the
I am trying to get the FirstPageCpc of a keyword but am unsuccessful. It
looks like the documentation has not changed :
https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201302-AdGroupCriterionService
This is what I am doing :
my @predicates
Hi James,
I think you're asking if its possible to get an AdGroup-agnostic value
for FirstPageCpc? This isn't possible - there are other considerations
(especially campaign criteria) that affect whether or not a given bid will
show an ad on the first page for a given adgroup.
- Ke
HI,guys ,first all thanks for your time..
I have a doubt , I need to get the FirstPageCpc of a keyword, at this
moment i have that done.. BUT i always need the adGroupId ,
so my doubt is if I can get the FirstPageCpc of a keyword without adGroupId?
If the answer is "no, is NOT posible t
Hi Nikhil,
I don't think this information is available for proposed keywords.
Best,
- Eric Koleda, AdWords API Team
On Jan 6, 2:47 am, Nikhil Jadhav wrote:
> Hi,
> Is it possible to get the firstPageBid of keywords not already in
> the Campaign. I want to programmactically set the maxCpc o
On Jan 6, 2:12 am, Nikhil Jadhav wrote:
> Hi! I am a student and I am having a project concerning PPC
> optimization. My algo needs FirstPageCpc of every keyword.But while
> downloading the report i found that for some keywords the values of
> firstPageBids were not provided. Why is th
Hi,
Is it possible to get the firstPageBid of keywords not already in
the Campaign. I want to programmactically set the maxCpc of a keywords
which is not lower than the firstPageBids.I use the keywordEstimator
service to get the avgCpc of the keywords but these values are very
low as compared
Hi! I am a student and I am having a project concerning PPC
optimization. My algo needs FirstPageCpc of every keyword.But while
downloading the report i found that for some keywords the values of
firstPageBids were not provided. Why is that so? Is it possible to get
firstPageBid of every keyword
ed for the same
unique keyword and day with different firstPageCpc and qualityScore
values. In fact, these reports do not return historical information
about firstPageCpc and qualityScores in general. If you check the
report rules for the Creative report (http://code.google.com/apis/
adwords
rned report with
identical campaignid, adgroupid, keyword/kwsite, creativeid and date,
but where firstPageCpc or qualityScore are different? In other words,
something like this:
The solution I'm working on assumes that this will not occur, and I
wanted run
Yes
I scheduled such report manually via Google AdWords interface
The result is the same:
If QualityScore is 1 or 2 -
Est. First Page Bid cells in the report are empty
Igor.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Googl
Hello Igor,
Do you see the same results if you schedule a Keyword Report via the
AdWords web interface's Report Center and include the quality score
column?
Cheers,
-Jeff Posnick, AdWords API Team
On Apr 13, 6:36 am, IgorAG wrote:
> I faced with the following situation:
>
> We have a small a
I faced with the following situation:
We have a small account with several tens of keywords
ReportService (Keyword performance report) doesn't return the
FirtsPageCpc value for keywords with QualityScore less than 3
More exactly it returns empty values
CriterionService returns numerical nonzero
Hello Rajan,
Please see
http://groups.google.com/group/adwords-api/browse_thread/thread/149edd3ffa3074a6#
Cheers,
-Jeff Posnick, AdWords API Team
On Nov 4, 1:28 pm, rajan <[EMAIL PROTECTED]> wrote:
> Hi
>
> Is it possible to get the FirstPageCPC and quality score pa
Hi
Is it possible to get the FirstPageCPC and quality score part of
account strcuture report??
I ran validateReportJob for Keyword Structure report with these
columns. It did not work.
Thanks
Rajan
--~--~-~--~~~---~--~~
You received this message because you
26 matches
Mail list logo