Thanks Anthony. Regarding question (2): we've been unable to get
simulations of different bid modifiers for our* User List and User Interest
audiences *using Bid Landscapes. Can you confirm that it's indeed NOT
possible to get audience-level bid modifier simulations via Bid Landscapes?
On Tues
Hello Bryan,
Thanks for the confirmation.
I would request that this should be available to those services as those
data cannot be set using test accounts either and to make sure I have
followed proper methods.
Thanks,
On Tuesday, 19 May 2020 23:22:35 UTC+5:30, adsapiforumadvisor wrote:
>
> H
Hi,
I upload my zip file (contains HTML5, image,css) into HTML bundle dialog
when create new Application Ad. In Adwords UI, it's showing preview after
uploading that zip file.
Is there any API to get its preview?
Thanks,
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on ou
Hi Bryan,
Wanted to follow up on this resource. I just wanted to double check that
it's behaving as I'm expecting it to with the query:
'SELECT ad_group.id, '
'ad_group_criterion.criterion_id, '
'ad_group_criterion.keyword.text, '
'metrics.conversions_from_interactions_rate,
Hello Mitchell,
Thank you for the prompt response.
As a last ditch effort, is there any get-type request that you can think of
that doesn't create/update a record but does require a whitelist status?
My thinking is I could arbitrarily make the call, get the error and alert
my user that they ne
Hi Sudhakar,
Thank you for reaching out. Unfortunately, it is not possible to pull data on
campaigns by using a manager account ID. In order to pull data for campaigns,
you must use the customer ID of the account in which the campaigns belong to.
Let me know if you have any additional questions
Hi,
Thanks for reaching out. With regards to your concern, unfortunately there is
no asset reporting in the AdWords API. Asset level reporting is currently only
available via the Google Ads API. This AdWords API documentation lists down the
only report types which support UAC/App campaigns at t
Hi David,
Thanks for reaching out. Can you please provide the complete detailed request
and response logs for your call via reply privately to author? you can find it
in Logging under your client library.
Let me know if you have any questions.
Thanks,
Nirmita Patel Google Ads Ream
ref:_00D1U11
Hi Berto,
Thank you for reaching out. If you would like to create one of the new Call
Ads, you will have to use the Google Ads API. AdWords API hasn't been updated
to include the new version of Call Ads.
Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zqNde:ref
--
--
=~=~=~=~=~=
Hi Martin,
Thanks for reaching out. Unfortunately, These settings cannot be set in the
AdWords API yet. As previously mentioned This can only be done through the
Google Ads UI. So I would recommend keeping an eye on our Developer Blog for
information on future releases.
Let me know if you hav
Hi Anthony,
1. I am unable to neither replace nor remove and add. Please show me code
on how to do it. Grateful, if you may Please use my existing code to do the
same. Attached.
2. Also, I am unable to Create Product Partition as All Products MINUS
filtered products on Product_Type_L1, MINUS fi
Hi Gagan,
If you want to replace a product partition, you will either need to update the
existing product partitions or remove them then add new ones.
Please reply privately to author your SOAP requests and responses if you
continue to face issues.
Regards,
Anthony
Google Ads API Team
ref:_00D
Hi,
It looks like this isn't listed in the documentation. The error you're
encountering let's you know that this resource does not support validate_only.
I'll have a request for this to be updated in the documentation. In the
meantime, please follow our blog for more info on this update.
Thank
Hi Howard,
DataService should include smart bidding strategies such as TARGET_CPA or
TARGET_ROAS.
You can use bid landscapes on different ad groups and its criterion. You can
find more details here.
Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q1zqC6J:ref
--
--
=~=~=~=~=~=~=~=~
Hi Martin,
Thank you for the update. Since you're asking why the app shows up in the
Google Ads UI, I suggest reaching out to the Product Support Team, as they
handle issues and concerns dealing with the UI, and would be better equipped to
assist you with your concern. Let me know if you have f
Hi Christopher,
Thank you for reaching out. The retrieval of the demographics such as
"household income" is not supported in the APIs. There is already a feature
request to support this functionality. Please keep an eye on our blog for the
announcements and updates on new releases.
Thanks and
Context
I want to allow users of an app to create a customer list. This requires
customer match to be enabled for an account.
https://ads-developers.googleblog.com/2018/11/update-to-customer-match-requirements.html
Throughout my traversal of the API docs, I have come to understand that
associate
Hi Wentao,
Thank you for reaching out. This forum is for AdWords API and Google Ads API
related issues. For Content API related questions, please post on their forum
here.
Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zqC76:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hi Fabio,
It looks like you need to set ad_media_bundle_asset to the specific media
bundle asset, not the AdMediaBundleAsset type. This can be done by setting the
Asset ID through the AssetService. If you are still having issues, please share
the logs via Reply privately to author.
You can fin
Hi Jackson,
Thanks for reaching out. With regards to your concern about getting campaign
type, you can use the AdvertisingChannelType field in the Campaign Performance
Report. Please find the below query.
SELECT CampaignId,AdvertisingChannelType FROM CAMPAIGN_PERFORMANCE_REPORT
Let me know if
Hi Team,
Currently I am using below api to get the metrics of a campaign
Url:
https://googleads.googleapis.com/v2/customers//googleAds:search
Body: { "query" : "SELECT metrics.clicks, metrics.impressions,
metrics.active_view_impressions FROM campaign WHERE campaign.id
=" }
How can I get the m
Hello,
I've spent some time trying to look into this example, but I'm still stumped.
I'm going to reach out to some other members of my team to see if they've
encountered anything like this before. I'll let you know what I find out.
Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5001UaSxGg
HI,
This is the my the quetion.
Could you show where in the documentation it states that for
UserListServices and OfflineUserDataJob the settings are ['partialFailure'
=> false, 'validateOnly' => true]?
Should this not supported?
Could you also provide your request and response logs for where
Hi,
Not sure if you've misunderstood what the problem is but Adwords is
actually working fine. It looks like the link you sent is to a client
library for Adwords but it is actually Google Ads API that is problematic.
We are querying the same dimensions from both APIs but in Google Ads we
can't
Hi Bharani,
Any update on this issue? Please let me know if we have any alternative for
this issue, thank you!
On Tuesday, October 22, 2019 at 2:27:43 AM UTC+7, adsapiforumadvisor wrote:
>
> Hello Nazar,
>
> Thank you for sharing the details. This is a known issue where the
> customer_client r
This is the working php code for creating new product partition group.
$root = new ProductPartition();
$root->setPartitionType(ProductPartitionType::SUBDIVISION);
$root->setId(18283950120); // this is id of parent product group. you can
get this id with PRODUCT_PARTITION_REPORT, from fields "id"
Hi,
Now till not supported yet?
On Friday, 1 February 2019 17:46:22 UTC+7, googleadsapi-forumadvisor wrote:
>
> Hi,
>
> Yes, you are correct. These settings cannot be set in the AdWords API.
> This can only be done through the Google Ads UI.
>
> Regards,
> Dannison
> AdWords API Team
>
>
> =~=~=~
Hello Google Team,
I want to Achieve:
1. Product Partition as All Products MINUS filtered products on
Product_Type_L1, MINUS filtered products on CUSTOM_LABEL_0
I tried with the Attached code and got Attached Errors. May you please
correct my code.
2. Also, If I want to replace all existing Pro
28 matches
Mail list logo