Hi Hemant,
Thank you for reaching out. You could query the SearchImpressionShare from Keywords Performance Report and SearchImpressionShare from the Adgroup Performance Report to fetch data for this field.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||
Hi,
Thank you for sharing your thoughts. If it’s just the change of the clientCustomerId then it could be added with this code. For the OAuth2 credentials change, the values in the configuration file need to be changed. One possible way to achieve this is to have multiple configuration files and switch among them with the customized logic.
Thanks and regards,
Xiaoming, Google Ads API Team
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/xhrLCIU_yNQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/JbkF3000000000000000000000000000000000000000000000QI5LXC00WQL_qUGoQ7-CvbWnF76RKA%40sfdc.net.
Hi Bhaskar,
Thank you for reaching out. You could change the DownloadFormat::CSV to DownloadFormat::XML and then parse the object to JSON. You could see the available download formats here.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 a topic in the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adwords-api/xhrLCIU_yNQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/vDE-u000000000000000000000000000000000000000000000QW8CCM006VNN78CCTCSbcHqEz9DCfw%40sfdc.net.
Hello Hemant,
Thanks for reaching out to us.
Adding labels on a keyword can be done using the AdGroupCriterionLabel. As per that guide, the fields for the AdGroupCriterionLabel are Immutable, thus updating keyword labels are not feasible. What you can do instead is to remove the said keyword label using the MutateAdGroupCriterionLabels of the AdGroupCriterionLabelService.
You can then create a new label using the LabelService then associate the new label to a keyword using once more the AdGroupCriterionLabelService.
Regards,
|
||||||
|
||||||
Hi Hermant,
Thank you for posting your concern.
Please that the AdGroupCriterionLabelOperation only has create and remove operations so it is not possible to update.. However, if you want to use different label names at ad group labels and you want to apply it on specific ad groups, then you can create an AdGroupCriterionOperation instead and set it on the labels[] field of AdGroup using update AdGroupCriterionOperation.
Best,
|
||||||