Hello Kashif,
See this example on how to add a keyword with destination URL:
https://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201209/BasicOperations/AddKeywords.cs
and this one on how to update an exiting criterion:
https://code.google.com/
Hi,
I am using "https://adwords.google.com/api/adwords/reportdownload/v201209";
adword API and i want to add destination URLs of keywords.
Here is my complete scenario:
I download CRITERIA_PERFORMANCE_REPORT using the API and in predicates i
check
"CriteriaDestinationUrlDOES_NOT_CONTAIN_IGNO
Hi Jeff,
I'm not sure how long the approval process would take, but no different than
if you changed the URL via the AdWords web interface.
Best,
- Eric
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://grou
Hi Eric -
When we update destination URLs, all of the new ads have the status of
'Eligible' vs. a previous status of 'Approved'.
For a large account with lots of volume, how long should we expect for it to
take for the status to change?
Thanks!
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Ashok,
Ad objects cannot be updated after they are created. You will need to
delete the existing ad and upload a new one.
Best,
- Eric Koleda, AdWords API Team
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
Hi,
I want to update destination url of a ad which is created in
adwordsit is not updated through api coding.
itis possible through api coding or not.
Totally remove the ads,again upload the new ads with nee destination
url...
plz give me any solution.
--
Warm Regards
Hi Robert,
Using your existing XML example, you would want to set the xsi:type to
"Criterion":
https://adwords.google.com/api/adwords/cm/v200906/
AdGroupCriterionService?wsdl">
SET
X
XX
Best,
- Eric
On Feb 3
solve my issue. the destinationUrl has to be outside the identifier.
operations = [{'operator': 'SET',
'operand': {
'type': 'BiddableAdGroupCriterion',
'adGroupId': adgroup_id,
'criterion': {
'id': keywordid
I am having the same issue. Here is my code:
keywordObject = {
'type': 'BiddableAdGroupCriterion',
'adGroupId': adgroup_id,
'criterion': {
'id': keywordid,
'destinationUrl': destUrl
}
}
When I run this using
Sorry, I'm a little bit slow :-) Do you have an example based on the
code posted earlier in this thread?
Best,
Robert
On 2 Feb, 17:58, AdWords API Advisor
wrote:
> Hi Robert,
>
> Please see my answer on this related thread:
>
> http://groups.google.com/group/adwords-api/browse_thread/thread/d7
Hi Robert,
Please see my answer on this related thread:
http://groups.google.com/group/adwords-api/browse_thread/thread/d72456c0e824a17c/
Best,
- Eric
On Feb 2, 11:14 am, "robert.johans...@adwire.se"
wrote:
> Hi Eric,
>
> I get the following error-message:
>
> [RequiredError.REQUIRED @ oper
Hi Eric,
I get the following error-message:
[RequiredError.REQUIRED @ operations[0].operand.criterion.text,
RequiredError.REQUIRED @ operations[0].operand.criterion.matchType
Best,
Robert
On 2 Feb, 16:32, AdWords API Advisor
wrote:
> Hi Robert,
>
> Are you getting an error message? If so, wh
Hi Robert,
Are you getting an error message? If so, what is it?
Best,
- Eric Koleda, AdWords API Team
On Feb 2, 10:20 am, "robert.johans...@adwire.se"
wrote:
> Unfortunately that was not the problem...
>
> On 2 Feb, 15:08, ewan wrote:
>
>
>
> > I noticed that you're using v200906 of the API.
Unfortunately that was not the problem...
On 2 Feb, 15:08, ewan wrote:
> I noticed that you're using v200906 of the API. I think that service
> was supposed to be switched off today. Try using v200909.
--
You received this message because you are subscribed to the Google Groups
"AdWords API
I noticed that you're using v200906 of the API. I think that service
was supposed to be switched off today. Try using v200909.
--
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to adwords-...@googlegroups.c
Hi,
I'm trying to update the destination URL for some of my keywords using
the XML below, but for some reason I can't make it work. Can you
please tell me what I'm doing wrong?
https://adwords.google.com/api/adwords/cm/v200906/
AdGroupCriterionService?wsdl">
SET
X
XX
XXX
16 matches
Mail list logo