
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ce41e9f4-5e02-4693-8357-8a985632a2c9n%40googlegroups.com.
Hi Nancy,
Thank you for reaching out. Could you please share the complete request and response logs for us to further investigate? Please enable logging by following this guide. You could not link a test account to a production account. To create a test client customer account, you could use this code example.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||
Hi Nancy,
Thanks for reaching out. I’m able to see the campaigns you created in the account 8511270984. To be able to see the test client accounts under the test manager account, you would need to click on the down arrow next to the test manager account number and then on the drop-down list click on the three dots icon and select cancelled accounts.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Nancy,
Thanks for reaching out. Please refer to this code example on how to update a campaign and this code example for how to delete a campaign. For your second question, please try to move the class AddCampains outside the function. Alternatively, you could call the methods in the AddCampains class from your customized function.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Nancy,
Thank you for reaching out. Please find my response to your questions below:
You could query the Adgroup Performance Report to get the AdGroupId by specifying the CampaignId in the WHERE clause.
You could use this code example as a template to update the responsive ad.
ExpandedTextAd is essentially a text ad. It includes two headlines, a description of your product or service, navigational breadcrumbs, and a generated visible URL. ResponsiveSearchAd is an ad format that supports multiple assets for text fields. Google Ads uses serving-time optimization to select the best asset and rendering combinations for each request. You could see the available ad types here.
Hi Nancy,
Thank you for reaching out. I told you to use it as a template rather than use exactly the same code to update the ad. When you update the ResponsiveSearchAd, you have to change this line of code to this. And also change the other parts in the sample code accordingly.
Thanks and regards,
Xiaoming, Google Ads API Team
Hi Nancy,
Thank you for reaching out. Please find my response to your questions below:
The ResponsiveSearchAd has headline, description and path as its fields. You could refer to this code on how to set these fields.
Please use this code example to remove a campaign. For removed campaigns, you could only retrieve them when you specify the CampaignStatus to include “REMOVED”.
The Video Campaigns are supported only in reports. The API does not expose functionalities to create/manage video campaigns.