I want to get number of today's clicks for a specific campaign. Im
using PHP Client Library for this.I have updated auth.ini file with my
client login details.
Below Page Link : Google/examples/v201008/GetAllCampaigns.php
$path = dirname(__FILE__) . '/../../src';
set_include_path(get_include_pat
help
On 1月4日, 下午1时31分, faqing wu wrote:
> hi,
> Does adwords api have geo location report service? I have not found
> in ReportDefinitionService.
> Anyone knows about this?
>
> Thanks,
> pure
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and di
Hi Eric,
Thanks for your reply. through this API i am getting very high values for
example keyword "florist" location is New york,US-NY,US. the value is give
below.
Results for the keyword with text 'florist' and match type 'BROAD':
Estimated average CPC: -1765467296
Estimated ad position: 4.00
e "Automatic
Content(Display) Network". The function we used is given below.
Sample:
$selector = new AdGroupSelector();
$selector->campaignId = (float) $campaignID;
$selector->statsSelector = new StatsSelector();
$selector->statsSelector->dateRange = new DateRange("2011010
e "Automatic
Content(Display) Network". The function we used is given below.
Sample:
$selector = new AdGroupSelector();
$selector->campaignId = (float) $campaignID;
$selector->statsSelector = new StatsSelector();
$selector->statsSelector->dateRange = new DateRange("201101
e "Automatic
Content(Display) Network". The function we used is given below.
Sample:
$selector = new AdGroupSelector();
$selector->campaignId = (float) $campaignID;
$selector->statsSelector = new StatsSelector();
$selector->statsSelector->dateRange = new DateRange("2011010
I want to know whether it is possible with google adsense API to perform the
integration with the website so that i get the ability to connect variouse
user accounts for rev share, create Adsense accounts if they don't exist.
I also want to share the revenue to the selected users only via the
Hello group members,
Some more specifics. When I have Japanese as the language target and
enter a seed keyword in English, TargetingIdeaService does not return
the seed keyword, whereas the Keyword Tool returns the seed keyword
for the same constraints. Why do we see this discrepancy?
Thank you
J
Can anyone help with this? I found the option "include" for the
targetingIdeaService and I added it to the selector intending to
include "ONLY" the keywords listed in "include".
Also, I have limited the maximum results to the number that I am
sending. Let's say that I am sending 100 keywords, and I
Just chiming in with a second voice on the importance of this issue.
All of the various reports absolutely need to have destination URL
populated when reporting on PLAs. Embedding tracking parameters
within landing page URLs is a pretty industry-standard method for
tying clicks to conversions. Wi
Hi Jonathan,
The November stats are now available. As per previous conversations,
the December stats should be available around January 20th. The team
is working on new methods to ensure that these stats are delivered on
time, and hopefully things will go smoother with the December stats.
Best,
Hi Sarah,
I've got the same problem, have you had any luck resolving the issue.
I think it's a php/distro problem using the soap client with https as http
services work fine.
Thanks,
Stuart
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
htt
Actually this is the shorter version of the problem with one campaign only :
*** Outgoing SOAP **
http://schemas.xmlsoap.org/soap/encoding/";
xmlns:SOAP-ENV="http://schem
Hello,
I am using the TargetingIdeaService. I have been able to use the API to get
most of the results and options provided by the keyword tool. However, I am
unable to add one feature - "Only show ideas closely related to my search
terms" check box options seen in the keyword tool.
What should
Hi MM,
That's correct, I want to remind people to remove sensitive
information before posting their SOAP request.
Best,
- Eric
On Dec 30 2010, 12:26 pm, mm wrote:
> For future reference, when you ask for the sanitized SOAP XML, are
> you asking for the SOAP request with all the account info bl
Hi Henri,
It looks like you recently updated the user information for your
developer token, which caused it to be re-reviewed. It was rejected
upon re-review, but has since been restored.
Best,
- Eric Koleda, AdWords API Team
On Dec 30 2010, 1:43 pm, h805 wrote:
> We just started getting this
Hi Bram,
I'm not sure I understand the problem. Can you provide an example
that demonstrates the problem?
Best,
- Eric
On Dec 30 2010, 7:21 pm, bramiozo wrote:
> Hi Eric,
>
> is there a consistent way in which I can check whether the results
> apply to the seed keywords ?
> I have tried checki
Hi Dilip,
Currently the default network targeting is different between the UI
and the API. The UI uses GOOGLE_SEARCH + SEARCH_NETWORK, while the
API defaults to GOOGLE_SEARCH only. The UI will changes to
GOOGLE_SEARCH only in a couple of weeks, but in the mean time you can
get the same numbers i
Hi,
If you use the requestType "STATS" instead of "KEYWORDS" then data
will only be returned for the exact keywords in your request.
Best,
- Eric Koleda, AdWords API Team
On Jan 5, 9:20 am, v wrote:
> Can anyone help with this? I found the option "include" for the
> targetingIdeaService and I a
Hi Sambaiah,
Are you getting different results in the Traffic Estimator UI?
https://adwords.google.com/o/Targeting/Explorer?__u=10&__c=10&ideaRequestType=KEYWORD_STATS
Best,
- Eric
On Jan 3, 8:25 am, "external...@spurtz.com"
wrote:
> Hi,
> I am using sandbox to test traffic
Hi MM,
At the moment some report types created in the UI are returning empty
selectors in the API. I'm working with the core engineering team to
resolve it, but I don't have an estimate as to when that fixed.
Best,
- Eric Koleda, AdWords API Team
On Jan 3, 2:04 pm, mm wrote:
> Hey guys -
> I w
Hi,
The type of the CampaignTargetList is determined by the xsi:type
attribute in the SOAP request. Using an array for this object doesn't
provide the information necessary to generate the xsi:type attribute,
so the AdWords API server doesn't know which type of
CampaignTargetList is being passed
Hi Nick,
You need to use a sub-type of AdGroupCriterionBids, such as
ManualCPCAdGroupCriterionBids:
http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.ManualCPCAdGroupCriterionBids.html
Best,
- Eric Koleda, AdWords API Team
On Dec 30 2010, 1:37 am, NICK wrote:
Hi Kevin,
That is certainly abnormal, and I'm not able to replicate it on my
end. Can you provide the requestId of a request that demonstrates
this problem?
Best,
- Eric Koleda, AdWords API Team
On Jan 4, 11:11 pm, Kevin wrote:
> More specifics:
> 130 campaigns took this long to return results
Hi Mark,
Using the AdWords API you can aggregate data about the clicks your ads
or keywords received, but it's not possible to get the data related to
one specific click.
Best,
- Eric Koleda, AdWords API Team
On Jan 3, 5:02 am, Mark wrote:
> Hi,
>
> I am totally new to the AdWords Api but I hav
Hi,
I'm not able to replicate the problem locally, can you post the
requestId of a request that exhibits this behavior? Technically the
adGroupStatuses field should be an array, but I don't think that has
any effect.
Best,
- Eric Koleda, AdWords API Team
On Jan 3, 2:07 pm, Cullen Powell wrote:
Hi,
This has happened in the past for some SOAP clients. Please see this
thread for more information:
https://groups.google.com/group/adwords-api/browse_thread/thread/ef911ae0af771021/8f85fdd221f3db09?#8f85fdd221f3db09
Best,
- Eric Koleda, AdWords API Team
On Jan 3, 3:08 pm, peet4130 wrote
Just wondering now that the reporting is out of beta in v201008, if
v13 reporting will be shutdown soon (in next few months)? also what
about v200909?
Thanks.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://
Hello,
I would like to understand these reports.
When I query any of the above reports I get a subset of the active
keywords, campaigns, adgroups, ads from my adwords account.
Am I correct in assuming that these performance reports that are
generated via the adwords API - only return information o
I've still not been able to run anything in the API.
I'm currently getting a SOAP error:
SOAP-ERROR: Parsing WSDL: Couldn't load from
'https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignService?wsdl'
: Start tag expected, '<' not found
For the above example, the line of code cau
In order to get stats - you need to create & include a statsSelector
object with the appropriate date range set.
Otherwise no stats will be returned.
Kevin
On Jan 5, 1:23 am, renuka dasari wrote:
> I want to get number of today's clicks for a specific campaign. Im
> using PHP Client Library for
Hi Brandon,
The authTokens issued by ClientLogin interface are long lived, and the
ClientLogin interface is not meant to be hit frequently. If you
request one authtoken per call, then the ClientLogin interface will
throw a captcha error after a certain number of requests, and won't
issue another t
Hi Saravanan,
This forum discusses the AdWords API, could you post your Adsense API
question on the Adsense API forum instead?
http://groups.google.com/group/adsense-api
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Jan 5, 6:38 pm, saravanan doraiswamy wrote:
> I want to know whether it is p
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.
Concerning those threads about max number of connections from mcc.
What is the current limit for number of concurrent requests ?
http://groups.google.com/group/adwords-api/browse_thread/thread/de952080db283e43/e0d8c869ab274ec3?hl=en&ie=UTF-8&q=api+adwords+max+concurrent+connections
http://groups.g
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
36 matches
Mail list logo