help me
out regarding this.
On Jun 28, 9:57 am, mm wrote:
> While "Deleted is a valid status, I don't believe that you can set the
> status of something to "Deleted", I think you actually have to delete
> it. After you do, it's status will be returned as "Del
Ya i tried the above method in php. But, it throws
"Invalid_user_status" exception.
But, it is a valid user status according to the API document.
Please suggest if there is any alternative for this.
On Jun 27, 3:12 pm, jstedman
wrote:
> If you are using the Java libraries, you may try setting it
hi,
i'm trying to change the keyword status to 'deleted' using
adgroupcriterion service(userStatus field)(v201008)
It throws an exception "Invalid_user_status". But, the same thing
works when i set the
status to 'Paused'. I know there is a chance to delete a keyword using
'remove' operator, but i d
hi,
i've tried the same way. Here is how my code looks like:
$campaignId = (float) '9158116';
$selector = new Selector();
$selector->fields = array('Id',
'CampaignId','Status','Clicks','Impressions');
$selector->ordering = array(new OrderBy('CampaignId', 'ASCENDING'));
// Cre
hi,
i tried to do that but i couldn't figure out how to specify
the required fields in generic selector. I've to retrieve
CampaignStats(clicks, conversions etc..) along with Ids. Please give
me an example on how to specify that in fields list of selector.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
hi,
i've tried the same logic using api version v201101. Now it works and
retrieves
all keywords under all campaigns. But i couldn't figure out how to
retrieve
the keyword statistics using the adgroupcriterionservice under api
v201101.
There is no example to refer how to retrieve the stats. Please
sorry, i'm using API version v201008
On Jun 15, 9:15 am, Kevin Winter wrote:
> Hi,
> What version of the AdWords API are you using?
>
> In your code, you are iterating over each campaign and making a separate
> request for each campaign. Are you saying that you are seeing the results
> for cam
I'm using API v200808. I could see the results for first 3 campaigns
and from there i couldn't see any results for other campaigns. The
program
ends abruptly. When i try to get the keywords under all campaigns at
once
, it throws an exception 'Response size limit exceeded'. Is there any
other
servi
Thank you kevin
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
hi,
I'm trying to use customersyncservice to find any newly added or
deleted campaigns , adgroups and keywords.
But using the above service i could see the campaigns and adgroups
that are newly added and deleted within a date range. Is there any way
to see the Ids of newly added keywords? If so, pl
hi,
i'm trying to get the keywords and all their criteria for each client
account( for one campaign at a time). I've used
adgroupcriterionservice for it. I could get the keywords for few
campaigns and couldn't get for few of them.
Here is my code...
for($i=0;$icampaignId = $campaignids[$i];
Thank youI found the bug
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 su
don't understand why it shows that
exception.
Please suggest a solution.
Thank you,
kush
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/a
thank you eric.It works
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscrib
ime
ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ; trigger:'Id'
similarly when i try to set something by giving report definition id i
get the following exception: invalid report definition ID
please help me regarding this....Am i missing any important criteria?
On Apr 15, 10:
Thank you Eric
On Apr 14, 5:33 pm, Eric Koleda wrote:
> Hi Kushvanth,
>
> Unfortunately the DateRange of a report is configured on the Selector of the
> ReportDefinition. You'll need to create a new report definition for each
> date range, or edit an existing report definition to adjust the date
hi,
i'm trying to get search query report using report definition service
i'm able to download the report in csv format.
But the report is generated for random dates like may 2009 to aug 2010
etc..
Is there any provision to download the search query report within the
specified date range?
If there
hi,
i'm trying to get the bid_landscape attribute values from bulkopportunity
page but i couldn't.
can u please help me regarding this(some sample code to get those values)
Thank you,
kushvanth
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
htt
Hi all,
Thank you very much. The solution you gave resolved my problem.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Y
Thank you very much. It resolved my problem
On Apr 1, 4:40 pm, Eric Koleda wrote:
> Hi,
>
> PHP uses integers by default for numbers, and on 32 bit systems the max int
> is 2147483647. In your case you are trying to use a larger number, and it's
> being truncated to 2147483647. To avoid this pr
hi,
i tried to download reports using cURL.
my code looks something like this
$authToken =
new AuthToken($email, $password, 'adwords', 'PHP Sample Code',
'GOOGLE');
// Create download URL.
$url = sprintf('https://adwords.google.com/api/adwords/reportdownload?
__rd=%d',
$report
hi,
i had an error when i try to update the bid value through
AdGroupCriterionOperation.
This works fine for some combination of adgroup and criterion ids, but
doesn't work for few combinations.
i tried using adgroupid=714381663 and criterionid=2924140984 which is
currently active in adwords api
hi,
I've set the campaignID's (array) for getting the adGroupCriterion
stats
I could retrieve the adgroupID and criterion ID in the results but i
also want
the campaignID to verify how many adgroups and keywords are there
under a campaignID.
Is there any provision for that in v201008 api? please h
e current stats of the above AdGroups
using bulk mutate job.
Please correct my mistakes and send me the solution
Thank you,
kush
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adword
24 matches
Mail list logo