RE: Testing Account Campaign Create issue (Google ads)

2022-08-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sudarshan,

Thank you for reaching us out. I am Sherwin from Google Ads API support team. I 
hope that you are doing well today.

Upon checking on the response logs, we notice that the Invalid JSON payload 
received is caused by an Unknown name \"operations\": Cannot find field. With 
this, what we can do is to advise you to follow this guide in creating 
campaigns depending on the client library that you are using. Add to that if 
you are still receiving the error, please provide us the complete request and 
response logs with request ID and request header generated on your end? You can 
provide it via Reply privately to author option. If this option is not 
available, then send it instead on this email address 
googleadsapi-supp...@google.com. If you haven't enabled the logging yet, 
logging can be enabled by navigating to the Client libraries > Your client 
library (ex. Java) > Logging documentation, which you can access from this link.

Kind regards,

Sherwin Vincent
Google Ads API Team
ref:_00D1U1174p._5004Q2dlRjr:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ybBGX0RGUYPC00w3-N1d7RQx-1En044ysDtQ%40sfdc.net.


Testing Account Campaign Create issue (Google ads)

2022-08-18 Thread Sudarshan Nivrutti Dhatrak
Hello,
I have just created a test manager account for google ads and then created 
a client from the same account. I am trying to access the create campaign 
Api, but getting invalid json error in response. I am attaching the request 
and response.

Request :

"options": { "method": "POST", "uri": 
"https://googleads.googleapis.com/v11/customers/campaigns:mutate;, "qs": 
{}, "headers": { "Accept": "application/json", "Authorization": "Bearer (My 
Accesstokn)", "Host": "googleads.googleapis.com", "Content-Type": 
"application/json", "developer-token": "(developer token from manager 
account(test access))" }, "body": { "operations": [ { "create": { "name": 
"An example campaign", "status": "PAUSED", "campaignBudget": 
"customers/campaignBudgets/12qw", "advertisingChannelType": "SEARCH", 
"networkSettings": { "targetGoogleSearch": true, "targetSearchNetwork": 
true, "targetContentNetwork": true, "targetPartnerSearchNetwork": false }, 
"target_spend": {} } } ] }, "json": true, "simple": true, 
"resolveWithFullResponse": false, "transform2xxOnly": false },

Response :

  "response": { "statusCode": 400, "body": { "error": { "code": 400, 
"message": "Invalid JSON payload received. Unknown name \"operations\": 
Cannot find field.", "status": "INVALID_ARGUMENT", "details": [ { "@type": 
"type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [ { 
"description": "Invalid JSON payload received. Unknown name \"operations\": 
Cannot find field." } ] } ] } }, "headers": { "vary": "X-Origin, Referer, 
Origin,Accept-Encoding", "content-type": "application/json; charset=UTF-8", 
"date": "Thu, 18 Aug 2022 13:07:04 GMT", "server": "ESF", "cache-control": 
"private", "x-xss-protection": "0", "x-frame-options": "SAMEORIGIN", 
"x-content-type-options": "nosniff", "alt-svc": "h3=\":443\"; 
ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; 
ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; 
ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"", "accept-ranges": 
"none", "connection": "close", "transfer-encoding": "chunked" },

Please Help me with the issue.
Thanks and regards,
Sudarshan

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/528eb4f4-1d54-46d1-8932-242d6ee875fcn%40googlegroups.com.


Re: Campaign create

2022-06-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for the reply. I can see that you are encountering an error again, 
could you please confirm if you already raised this concern to the author of 
the client library via this link? If not, please do so because they can provide 
support here and they are more equipped on code related topics as also 
mentioned by my colleague (Ernie).

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2bzRdV:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/EnubR0RE4LS600Y3iH_ARRTsuRLgwut28SIA%40sfdc.net.


Re: Campaign create

2022-06-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for providing details to your concern. I am also a member of the 
Google Ads API team and let me provide support to your concern.

Since your concern appears to be related to the field mask, then there is a 
helpful document where you can follow on how to set up this field properly. 
With this, I can refer you to this document so that you will know how you can 
set the origin and category on that field.

If you have further questions here or encounter issues, then I would suggest 
raising your concern to the author of the client library via this link. They 
can provide support here as they are more equipped on code related topics.

Regards,

Ernie John
Google Ads API Team
ref:_00D1U1174p._5004Q2bzRdV:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/GsUHw0RDZB8500U-ptf5KISHe6jwADupaO6w%40sfdc.net.


Re: Campaign create

2022-06-24 Thread nan bluesea
[image: Snipaste_2022-06-24_17-19-31.png]
This is code. 

request_id = fuVT5W6pChhcT64RSnesfg 

I update two paramaters,category and origin.what's value  should I  set to 
the "updateMask" .

在2022年6月24日星期五 UTC+8 16:47:59 写道:

> Hi,
>
> Thank you for the reply.
>
> You may check and refer to this documentation 
> 
>  
> to understand it clearly, this will provide the goal management workflow.
>
> Moving forward, I can see that you are having errors with the screenshot 
> you have provided and it’s about the *FieldMask* you are referring to, 
> with this, to provide appropriate answer, could you please provide us with 
> the complete API logs (request 
> 
>  
> and response 
> 
>  
> with request-id 
> 
>  
> ) generated on your end so our team can further investigate it?
>
> You may then send the requested logs via the Reply privately to author 
> option. If this option is not available, you may send the details directly 
> to our googleadsa...@google.com alias instead.
>
> And for, “*How to change the Marketing goals? Can you be more specific?*”
> -Could you elaborate more on what is not clear in this documentation 
> 
>  
> , so that our team can guide you further?
>
> Best regards,
> [image: Google Logo] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bzRdV:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/76f23078-f2c7-4649-a746-ff418646eda3n%40googlegroups.com.


Re: Campaign create

2022-06-24 Thread nan bluesea
thank you very mush! 
First, update custom conversion goal is ok.

But, I don't quite understand the description here.

" 

If you have a campaign with unique goals that differ from your 
customer-level goals, configure its CampaignConversionGoal using one or 
both of the following steps.

   - 
   
   Use update operations to modify the biddable attribute of any 
   CampaignConversionGoal objects where the goal should differ from the 
   customer-level goals.
   - 
   
   If configuring the campaign's goals by category and origin does not 
   suffice, use specific conversion actions for bidding and optimization by 
   creating a CustomConversionGoal 
   

 
   and updating the campaign's ConversionGoalCampaignConfig 
   

   .
   
"

Here is my example.
Where can I find the corresponding FieldMask? Or, How to change the 
Marketing goals? Can you be more specific?

[image: Snipaste_2022-06-24_15-13-31.png]
request_id = fuVT5W6pChhcT64RSnesfg



在2022年6月23日星期四 UTC+8 18:02:13 写道:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> You can find here 
> ,
>  
> the guide regarding conversion / campaign goals. This guide 
> 
>  
> then provides more information on how you may manage your campaign goals.
>
> You can then use the below services : 
>
>- *campaignConversionGoals* 
>
> 
>  
>- to manage your campaign goals 
>- *customConversionGoals* 
>
> 
>  
>- for managing custom goals 
>
> You need to update the campaign's *ConversionGoalCampaignConfig* 
> ,
>  
> by setting the custom_conversion_goal to the resource name of the 
> CustomConversionGoal from the previous step, and setting the operation's 
> update_mask to custom_conversion_goal.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
>  
>
>  
>
>
> ref:_00D1U1174p._5004Q2bzRdV:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cec0520c-8382-4faa-bfdb-56d05b6fe312n%40googlegroups.com.


Campaign create

2022-06-23 Thread nan bluesea
UI action, How to specify when using API?[image: 
Snipaste_2022-06-23_16-16-23.png]
https://developers.google.com/google-ads/api/rest/reference/rest/v11/Campaign
https://developers.google.com/google-ads/api/rest/reference/rest/v11/CampaignCriterion

The attributes of the response are not found in any of the above documents。

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7d786be0-ee15-4a27-94c3-6404f6f16637n%40googlegroups.com.


Re: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-24 Thread jin gang
Bug fixed, the image size is over 150kb, so I have to resize it smaller 
than 150kb, for now everything works well. 
Thank~

On Tuesday, June 23, 2020 at 5:19:34 PM UTC+8, jin gang wrote:
>
> Hi,
>
> I create uac campaigns using google ads api v2. I found that some of 
> assets may cause the create_ad failed with message below.
>
> And I query the detail info of the failed-asset, the image url of the 
> asset is OK, no error or weird stuff found. Could anyone to help me? Thx.
>
>
>  Request with ID "9PAXX_a3mVXF4meoQCePhA" failed with status 
>> "INVALID_ARGUMENT" and includes the following errors:
>> Error with message "The error code is not in this version.".
>> On field: operations
>> On field: create
>> On field: ad
>> On field: app_ad
>> On field: images
>> On field: asset
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9a6c32dd-ba9e-4cfc-b1c4-9cfcba16125co%40googlegroups.com.


Re: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-23 Thread Gang JIN
Thank your for reply. Finally I found a error said that : 
unpublished_error_code: “ImageError.IMAGE_CONSTRAINTS_VIOLATED”

I want to know how I can handle this error or could I filter these bad image 
assets before creating ad?

Thank you very much!!

The whole debug info as follows:

Method: /google.ads.googleads.v2.services.AdGroupAdService/MutateAdGroupAds
Host: googleads.googleapis.com:443
Headers: {
  "developer-token": "REDACTED",
  "login-customer-id": "4195662382",
  "x-goog-api-client": "gl-python/3.7.1 grpc/1.30.0 gax/1.21.0 gapic/5.1.0",
  "x-goog-request-params": "customer_id=6462904560"
}
Request: customer_id: "6462904560"
operations {
  create {
status: ENABLED
ad_group {
  value: "customers/6462904560/adGroups/104893913684"
}
ad {
  app_ad {
headlines {
  text {
value: "Over 25 million readers."
  }
}
headlines {
  text {
value: "Best for St. Clair news."
  }
}
headlines {
  text {
value: "Stay informed St. Clair."
  }
}
headlines {
  text {
value: "St. Clair crime alert."
  }
}
descriptions {
  text {
value: "St. Clair County News"
  }
}
descriptions {
  text {
value: "Trusted by Millions"
  }
}
descriptions {
  text {
value: "Best Local News App"
  }
}
descriptions {
  text {
value: "Your Neighborhood News"
  }
}
images {
  asset {
value: "customers/6462904560/assets/9067412701"
  }
}
  }
}
  }
}


Response
---
Headers: {
  "google.ads.googleads.v2.errors.googleadsfailure-bin": 
"\n\u0001\n\u0003\u0002\u0001\u0012 error code is not in this 
version.\u001a\u0002*\u\"?\u0012\u000e\n\noperations\u0012\u\u0012\b\n\u0006create\u0012\u0004\n\u0002ad\u0012\b\n\u0006app_ad\u0012\n\n\u0006images\u0012\u\u0012\u0007\n\u0005asset*'\n%ImageError.IMAGE_CONSTRAINTS_VIOLATED",
  "grpc-status-details-bin": "\b\u0003\u0012%Request contains an invalid 
argument.\u001a\u0001\nCtype.googleapis.com/google.ads.googleads.v2.errors.GoogleAdsFailure\u0012\u0001\n\u0001\n\u0003\u0002\u0001\u0012
 error code is not in this 
version.\u001a\u0002*\u\"?\u0012\u000e\n\noperations\u0012\u\u0012\b\n\u0006create\u0012\u0004\n\u0002ad\u0012\b\n\u0006app_ad\u0012\n\n\u0006images\u0012\u\u0012\u0007\n\u0005asset*'\n%ImageError.IMAGE_CONSTRAINTS_VIOLATED",
  "request-id": "AlcXN2uh1SEehK1WkFVOZQ"
}
Fault: errors {
  error_code {
image_error: UNKNOWN
  }
  message: "The error code is not in this version."
  trigger {
string_value: ""
  }
  location {
field_path_elements {
  field_name: "operations"
  index {
  }
}
field_path_elements {
  field_name: "create"
}
field_path_elements {
  field_name: "ad"
}
field_path_elements {
  field_name: "app_ad"
}
field_path_elements {
  field_name: "images"
  index {
  }
}
field_path_elements {
  field_name: "asset"
}
  }
  details {
unpublished_error_code: "ImageError.IMAGE_CONSTRAINTS_VIOLATED"
  }
}


WARNING:google.ads.google_ads.client:Request made: ClientCustomerId: 
6462904560, Host: 
googleads.googleapis.com:443, Method: 
/google.ads.googleads.v2.services.AdGroupAdService/MutateAdGroupAds, RequestId: 
AlcXN2uh1SEehK1WkFVOZQ, IsFault: True, FaultMessage: The error code is not in 
this version.
Request with ID "AlcXN2uh1SEehK1WkFVOZQ" failed with status "INVALID_ARGUMENT" 
and includes the following errors:
Error with message "The error code is not in this version.".
On field: operations
On field: create
On field: ad
On field: app_ad
On field: images
On field: asset




On Jun 24, 2020, at 2:42 AM, Google Ads API Forum Advisor Prod 
mailto:adsapiforumadvi...@gmail.com>> wrote:

Hi Jin,

Thanks for reaching out. The error you are encountering INVALID_ARGUMENT, based 
from the description, means that you are missing is required in one of your 
operations. Could you please share the complete detailed request and response 
logs of the call via Reply privately to the author so that I can further 
investigate the issue.You can find information on enabling logging in the 
ReadMe of your Client 
library.

Thanks,
Nirmita Patel Google Ads 
Team[http://google-dev-relations.my.salesforce.com/servlet/servlet.ImageServer?oid=00D1U01174p=0184Q19CUjZ]


RE: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-23 Thread Google Ads API Forum Advisor Prod
Hi Jin,

Thanks for reaching out. The error you are encountering INVALID_ARGUMENT, based 
from the description, means that you are missing is required in one of your 
operations. Could you please share the complete detailed request and response 
logs of the call via Reply privately to the author so that I can further 
investigate the issue.You can find information on enabling logging in the 
ReadMe of your Client library.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q218eEV:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/wCSHS0QCE6MV00PyOz1MAgQAKDZ8PF4PUxMA%40sfdc.net.


UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-23 Thread jin gang
Hi,

I create uac campaigns using google ads api v2. I found that some of 
assets may cause the create_ad failed with message below.

And I query the detail info of the failed-asset, the image url of the 
asset is OK, no error or weird stuff found. Could anyone to help me? Thx.


 Request with ID "9PAXX_a3mVXF4meoQCePhA" failed with status 
> "INVALID_ARGUMENT" and includes the following errors:
> Error with message "The error code is not in this version.".
> On field: operations
> On field: create
> On field: ad
> On field: app_ad
> On field: images
> On field: asset

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/944e246d-b42d-4fc5-a68e-5d3ceca4afb1o%40googlegroups.com.


Re: App Campaign Create Asset API questions

2019-11-20 Thread Google Ads API Forum Advisor Prod
Hi Naomi,

You may use the Asset resource to retrieve the specific asset details. You may 
then use the asset Id to associate them with the ads. If you're looking to 
create new assets, please refer to this code snippet which might be helpful. 
Code snippets in other languages can be found here. Can you please give this a 
try replacing the assetIds? If you're facing any issue, could you please share 
the complete request and response using Reply privately to author option, to 
investigate further?

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UOCaSg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/P4-u30Q19ZPA00c__8J6JTSVqZvR8k0YBtow%40sfdc.net.


Re: App Campaign Create Asset API questions

2019-11-19 Thread 'Naomi Shao' via AdWords API and Google Ads API Forum
Hi Bharani,

Thanks for the reply. However it is still not working properly on my end. 
Below is the error. 
And could you pls help me understand the resource name in 
setAsset(StringValue.of(ResourceNames.asset(customerId, 6544940770L))), 
where exactly can I find the string '6544940770L'? Let's say I want to 
create asset with a youtube video.

Thank you,
Naomi

*Response*
**
*Headers: 
Metadata(content-type=application/grpc,request-id=JNDapajHOqzoe95NLssjHQ,x-google-esf-cloud-client-params=client_project_number:
 
38977083346 backend_service_name: "googleads.googleapis.com" 
backend_fully_qualified_method: 
"google.ads.googleads.v2.services.AdGroupAdService.MutateAdGroupAds" 
,x-google-session-info=CNXvz9aUBxoEGBAoCzpqEhhnb29nbGVhZHMuZ29vZ2xlYXBpcy5jb20Y0q_cmZEBIkczODk3NzA4MzM0Ni1tNG1lN28yODVoNXVvNjVqYWZrampsNXJhOHNvbHY4NS5hcHBzLmdvb2dsZXVzZXJjb250ZW50LmNvbUoPOg0xLy8wZVZodTRuQW1-,date=Wed,
 
20 Nov 2019 02:42:21 
GMT,x-google-gfe-request-trace=tlei5:443,tlac73:9832,/bns/im/borg/im/bns/adwords-simply/aw-webapi-esfproxy-prod.server/29,tlac73:9832,tlei5:443,x-google-gslb-service=adwords-frontend-webapi-esfproxy,x-google-backends=[2002:a05:681c:84::]:4232,/bns/im/borg/im/bns/adwords-simply/aw-webapi-esfproxy-prod.server/29,tlac73:9832,/bns/tl/borg/tl/bns/traffic-prod/shared-layer2-gfe/58,tlei5:443,x-google-dos-service-trace=main:adwords-frontend-webapi-esfproxy,main:shared-layer2-gfe,x-google-service=adwords-frontend-webapi-esfproxy,shared-layer2-grpc-aggregate,x-google-gfe-response-code-details-trace=response_code_set_by_backend,response_code_set_by_backend,x-google-gfe-response-body-transformations=chunked,chunked,x-google-shellfish-status=CA0gBEBG,alt-svc=quic=":443";
 
ma=2592000; v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
ma=2592000,h3-Q043=":443"; 
ma=2592000,x-google-gfe-service-trace=adwords-frontend-webapi-esfproxy,shared-layer2-grpc-aggregate)*
*Body: null*
*Failure message: errors {*
*  error_code {*
*collection_size_error: TOO_FEW*
*  }*
*  message: "Too few."*
*  trigger {*
*string_value: ""*
*  }*
*  location {*
*field_path_elements {*
*  field_name: "operations"*
*  index {*
*  }*
*}*
*field_path_elements {*
*  field_name: "create"*
*}*
*field_path_elements {*
*  field_name: "ad"*
*}*
*field_path_elements {*
*  field_name: "app_ad"*
*}*
*field_path_elements {*
*  field_name: "headlines"*
*}*
*field_path_elements {*
*  field_name: "pinned_field"*
*}*
*  }*
*}*
*errors {*
*  error_code {*
*mutate_error: RESOURCE_NOT_FOUND*
*  }*
*  message: "Resource was not found."*
*  trigger {*
*string_value: ""*
*  }*
*  location {*
*field_path_elements {*
*  field_name: "operations"*
*  index {*
*  }*
*}*
*field_path_elements {*
*  field_name: "create"*
*}*
*field_path_elements {*
*  field_name: "ad"*
*}*
*field_path_elements {*
*  field_name: "app_ad"*
*}*
*field_path_elements {*
*  field_name: "images"*
*  index {*
*  }*
*}*
*field_path_elements {*
*  field_name: "asset"*
*}*
*  }*
*}*
*errors {*
*  error_code {*
*mutate_error: RESOURCE_NOT_FOUND*
*  }*
*  message: "Resource was not found."*
*  trigger {*
*string_value: ""*
*  }*
*  location {*
*field_path_elements {*
*  field_name: "operations"*
*  index {*
*  }*
*}*
*field_path_elements {*
*  field_name: "create"*
*}*
*field_path_elements {*
*  field_name: "ad"*
*}*
*field_path_elements {*
*  field_name: "app_ad"*
*}*
*field_path_elements {*
*  field_name: "youtube_videos"*
*  index {*
*  }*
*}*
*field_path_elements {*
*  field_name: "asset"*
*}*
*  }*
*}*


On Wednesday, November 20, 2019 at 12:31:45 AM UTC+8, adsapiforumadvisor 
wrote:
>
> Hi Naomi, 
>
> The error indicates that the image asset and video asset resource names 
> are not formed correctly. You will need to use the Asset resource as part 
> of the resource name. Please find the code snippet below:
>
> AdVideoAsset video = AdVideoAsset.newBuilder()
> .setAsset(StringValue.of(ResourceNames.asset(customerId, 6544940770L)))
> .build();
>
> AdImageAsset image = AdImageAsset.newBuilder()
> .setAsset(StringValue.of(ResourceNames.asset(customerId, 27398859L)))
> .build();
>
> AppAdInfo appadinfo = AppAdInfo.newBuilder()
> .addDescriptions(text)
> .addAllHeadlines(ImmutableList.of(text, text1))
> .addAllDescriptions(ImmutableList.of(description))
> .addAllImages(ImmutableList.of(image))
> .addAllYoutubeVideos(ImmutableList.of(video))
> .build();
>
> Please give this a try and let me know if you have any questions.
>
> Thanks,
> Bharani, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UOCaSg:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/

RE: App Campaign Create Asset API questions

2019-11-19 Thread Google Ads API Forum Advisor Prod
Hi Naomi,

The error indicates that the image asset and video asset resource names are not 
formed correctly. You will need to use the Asset resource as part of the 
resource name. Please find the code snippet below:

AdVideoAsset video = AdVideoAsset.newBuilder()
.setAsset(StringValue.of(ResourceNames.asset(customerId, 6544940770L)))
.build();

AdImageAsset image = AdImageAsset.newBuilder()
.setAsset(StringValue.of(ResourceNames.asset(customerId, 27398859L)))
.build();

AppAdInfo appadinfo = AppAdInfo.newBuilder()
.addDescriptions(text)
.addAllHeadlines(ImmutableList.of(text, text1))
.addAllDescriptions(ImmutableList.of(description))
.addAllImages(ImmutableList.of(image))
.addAllYoutubeVideos(ImmutableList.of(video))
.build();

Please give this a try and let me know if you have any questions.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UOCaSg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/SBVkN0Q185WB000sMc-y2nT2ulWkbBIEZXDw%40sfdc.net.


App Campaign Create Asset API questions

2019-11-19 Thread 'Naomi Shao' via AdWords API and Google Ads API Forum
Hi there,

I was trying to create ad group ad by referring to these docs - guide1 

 & guide2 
.
 
I don't quite understand how to add Image and Video assets - for 
AdImageAsset what should i put for resource name, is it the url? And for 
AdVideoAsset, i tried with the youtube_video_id (11 char id), getting 
"RESOURCE_NAME_MALFORMED is malformed: expected 
\'customers/{customer_id}/assets/{part_1}\'." error. Could you please 
help?  Below is my code snippet and my confused part is highlighted in red. 
Would be great if you could provide working example.

Thanks, Naomi


AdTextAsset headline =
AdTextAsset.newBuilder()
.setText(StringValue.of(String.format("This is a headline.")))
.build();

AdTextAsset description =
AdTextAsset.newBuilder()
.setText(StringValue.of(String.format("This is a 
description.")))
.build();

AdVideoAsset video =
AdVideoAsset.newBuilder()
.setAsset(StringValue.of(String.format("Eq8pzzqq7xE")))
.build();


AppAdInfo appAdInfo = AppAdInfo.newBuilder()
.addHeadlines(headline)
.addDescriptions(description)
.addYoutubeVideos(video)
.build();



// Wraps the info in an Ad object.
Ad ad =
Ad.newBuilder()
.setAppAd(appAdInfo)
.build();

// Builds the final ad group ad representation.
AdGroupAd adGroupAd =
AdGroupAd.newBuilder()
.setAdGroup(StringValue.of(adGroupResourceName))
.setStatus(AdGroupAdStatusEnum.AdGroupAdStatus.ENABLED)
.setAd(ad)
.build();

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c4282181-d71d-4099-8ecf-478ca1780069%40googlegroups.com.


Re: Remarkrting and PLA campaign create via adwords api

2015-06-01 Thread MCC Test
Hello Anash,

First of sorry I have been completely out of touch, Well I have justified 
the issue and solved from my side itself.What I did is I just created one 
Display Campaign and created one adgroup under that campaign.Then finally I 
assigned the All Visitors criterion user list ID to that adgroup via 
Adwords api and its done :)

However I have one problem that I need to create this All Visitors 
audience also via API. How can I add this via Adwords API ?

Thanks,
Ronak Shah 

On Saturday, May 2, 2015 at 12:43:34 AM UTC+5:30, Anash P. Oommen (AdWords 
API Team) wrote:

 Hi Ronak,

 The error means that the system could not find the ID you provided. Could 
 you check your ID once more? If that doesn't work, send me a SOAP request 
 and response XML by using the Reply to Author option, and I can take a 
 look.

 Cheers,
 Anash

 On Friday, May 1, 2015 at 8:03:03 AM UTC-4, MCC Test wrote:

 Hello,

 Any updates on this thread?

 I am successfully able to create shopping campaigns however bit confused 
 about creating remarketing campaign.I can see that by default All 
 visitors is automatically created in Remarketing list.So I want to create 
 a remarketing campaign targeting this All visitors.However I tried 
 creating one campaign and assign the CriterionUserList Id as userlist Id of 
 All Visitors but I cam getting an error like [EntityNotFound.INVALID_ID 
 @ operations[0].operand.criterion; trigger:'CriterionId{id=XX}']

 Can anyone please help me out here?

 Thanks,
 Ronak Shah 

 On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:

 Hello Anash,

 For PLA campaigns I could able to know but however I am concerned about 
 creating Remarketing campaigns via api.I want to able to create remarketing 
 campaigns targeting all audiences.Would it be possible to that? Which api 
 service is used in for creating remarketing campaigns? I am using Adwords 
 API PHP client library.

 Thanks,
 Ronak Shah


 On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
 (AdWords API Team) wrote:

 Hi,

 All campaigns are created using CampaignService, though the list of 
 settings you have to use varies. You can find some Java examples for PLA 
 campaigns here: 
 https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns

 I don't have an example for Remarketing campaigns, but 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
  
 is a good starting point. Remarketing campaigns would 
 have advertisingChannelType as DISPLAY.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:

 Hello Everyone, 

 I need to create the remarketing campaigns and PLA campaigns via 
 adwords api.Can anyone help me which api service I need to call? 

 Thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c6632e8-6f68-424a-9e17-055ae2eb589d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ronak,

The error means that the system could not find the ID you provided. Could 
you check your ID once more? If that doesn't work, send me a SOAP request 
and response XML by using the Reply to Author option, and I can take a 
look.

Cheers,
Anash

On Friday, May 1, 2015 at 8:03:03 AM UTC-4, MCC Test wrote:

 Hello,

 Any updates on this thread?

 I am successfully able to create shopping campaigns however bit confused 
 about creating remarketing campaign.I can see that by default All 
 visitors is automatically created in Remarketing list.So I want to create 
 a remarketing campaign targeting this All visitors.However I tried 
 creating one campaign and assign the CriterionUserList Id as userlist Id of 
 All Visitors but I cam getting an error like [EntityNotFound.INVALID_ID 
 @ operations[0].operand.criterion; trigger:'CriterionId{id=XX}']

 Can anyone please help me out here?

 Thanks,
 Ronak Shah 

 On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:

 Hello Anash,

 For PLA campaigns I could able to know but however I am concerned about 
 creating Remarketing campaigns via api.I want to able to create remarketing 
 campaigns targeting all audiences.Would it be possible to that? Which api 
 service is used in for creating remarketing campaigns? I am using Adwords 
 API PHP client library.

 Thanks,
 Ronak Shah


 On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
 (AdWords API Team) wrote:

 Hi,

 All campaigns are created using CampaignService, though the list of 
 settings you have to use varies. You can find some Java examples for PLA 
 campaigns here: 
 https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns

 I don't have an example for Remarketing campaigns, but 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
  
 is a good starting point. Remarketing campaigns would 
 have advertisingChannelType as DISPLAY.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:

 Hello Everyone, 

 I need to create the remarketing campaigns and PLA campaigns via 
 adwords api.Can anyone help me which api service I need to call? 

 Thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1adcc84a-5c64-4a8d-8266-317479ada82a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread MCC Test
Hello,

Any updates on this thread?

I am successfully able to create shopping campaigns however bit confused 
about creating remarketing campaign.I can see that by default All 
visitors is automatically created in Remarketing list.So I want to create 
a remarketing campaign targeting this All visitors.However I tried 
creating one campaign and assign the CriterionUserList Id as userlist Id of 
All Visitors but I cam getting an error like [EntityNotFound.INVALID_ID @ 
operations[0].operand.criterion; trigger:'CriterionId{id=XX}']

Can anyone please help me out here?

Thanks,
Ronak Shah 

On Thursday, April 30, 2015 at 10:34:40 PM UTC+5:30, MCC Test wrote:

 Hello Anash,

 For PLA campaigns I could able to know but however I am concerned about 
 creating Remarketing campaigns via api.I want to able to create remarketing 
 campaigns targeting all audiences.Would it be possible to that? Which api 
 service is used in for creating remarketing campaigns? I am using Adwords 
 API PHP client library.

 Thanks,
 Ronak Shah


 On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
 (AdWords API Team) wrote:

 Hi,

 All campaigns are created using CampaignService, though the list of 
 settings you have to use varies. You can find some Java examples for PLA 
 campaigns here: 
 https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns

 I don't have an example for Remarketing campaigns, but 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
  
 is a good starting point. Remarketing campaigns would 
 have advertisingChannelType as DISPLAY.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:

 Hello Everyone, 

 I need to create the remarketing campaigns and PLA campaigns via adwords 
 api.Can anyone help me which api service I need to call? 

 Thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/603b4ebf-475c-49da-aeda-4c3d111a7481%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-04-30 Thread MCC Test
Hello Anash,

For PLA campaigns I could able to know but however I am concerned about 
creating Remarketing campaigns via api.I want to able to create remarketing 
campaigns targeting all audiences.Would it be possible to that? Which api 
service is used in for creating remarketing campaigns? I am using Adwords 
API PHP client library.

Thanks,
Ronak Shah


On Wednesday, April 29, 2015 at 1:08:16 AM UTC+5:30, Anash P. Oommen 
(AdWords API Team) wrote:

 Hi,

 All campaigns are created using CampaignService, though the list of 
 settings you have to use varies. You can find some Java examples for PLA 
 campaigns here: 
 https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns

 I don't have an example for Remarketing campaigns, but 
 https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
  
 is a good starting point. Remarketing campaigns would 
 have advertisingChannelType as DISPLAY.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

 On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:

 Hello Everyone, 

 I need to create the remarketing campaigns and PLA campaigns via adwords 
 api.Can anyone help me which api service I need to call? 

 Thanks



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e2c61f00-4f88-439c-9c15-49bf49617633%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Remarkrting and PLA campaign create via adwords api

2015-04-28 Thread MCC Test
Hello Everyone,

I need to create the remarketing campaigns and PLA campaigns via adwords 
api.Can anyone help me which api service I need to call?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5f6fd921-e4e7-4728-a851-3f79a651de25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Remarkrting and PLA campaign create via adwords api

2015-04-28 Thread Anash P. Oommen (AdWords API Team)
Hi,

All campaigns are created using CampaignService, though the list of 
settings you have to use varies. You can find some Java examples for PLA 
campaigns 
here: 
https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaigns

I don't have an example for Remarketing campaigns, 
but 
https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/basicoperations/AddCampaigns.java
 
is a good starting point. Remarketing campaigns would 
have advertisingChannelType as DISPLAY.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Tuesday, April 28, 2015 at 5:38:09 AM UTC-4, MCC Test wrote:

 Hello Everyone, 

 I need to create the remarketing campaigns and PLA campaigns via adwords 
 api.Can anyone help me which api service I need to call? 

 Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/233ebb31-a3cf-4327-aa54-87cfc9f2ff1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.