Re: MISALIGNED_DATE_FOR_FILTER when using v9

2022-01-26 Thread Azfar Haziq
This is the request { url: 'https://googleads.googleapis.com/v9/customers/5171512735/googleAds:search', json: true, body: { query: "SELECT customer.id, campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_ad.ad.id, ad_group_ad.ad.name,

MISALIGNED_DATE_FOR_FILTER when using v9

2022-01-26 Thread Azfar Haziq
Hello, I trying to migrate my google ads from v8 to v9. I was using the same query on v8 SELECT customer.id, campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_ad.ad.id, ad_group_ad.ad.name, ad_group_ad.ad.legacy_responsive_display_ad.marketing_image,

Where can I retrieve the data for Matched locations (campaign)

2021-11-25 Thread Azfar Haziq
Where can I retrieve the data for Matched locations (campaign) from the API using the query? I would like to get the data that is the same from the UI. As were attach. I already try using the *location_view* but it do not return by *Prefectures*. -- --

How to get smart campaign reporting data?

2021-11-07 Thread Azfar Haziq
I am using POST to get data from the https://googleads.googleapis.com/v8/customers/{CUSTOMER_ID}/googleAds:search with body of {"query":"SELECT customer.id, campaign.id, ad_group.id, ad_group_ad.ad.id, segments.date, campaign.advertising_channel_type, metrics.impressions, metrics.clicks,

developer token to be used on two google console

2021-03-09 Thread Azfar Haziq
Hello, Can one developer token be used on two different google console? There is a mention that one developer token is permanently tied to one google console but can it also be tied to another console? Thank you, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

How to check if the image asset is already exist?

2021-02-17 Thread Mohammad Azfar Haziq Bin Ayoub
Hi, Currently when I try to upload image it giving error of "The asset has a name which is different from an existing duplicate that represents the same content.". The image might have been upload before but how can I check if I do not have the resource name? Please advice Thanks -- --